Automattic / vip-decoupled-bundle

WordPress VIP decoupled plugin bundle
28 stars 5 forks source link

Add isset checks to avoid warnings in register_post_type_args filter #65

Closed chriszarate closed 1 year ago

chriszarate commented 1 year ago

Add isset() checks to avoid warnings in register_post_type_args filter. Fixes https://github.com/Automattic/vip-decoupled-bundle/issues/64.