WordPress Plugin Development: Should CPTs be registered in __construct() or in activate()?[ad_1] Example 1 class MyPlugin { function __construct() { add_action( ‘init’, array( $this, ‘custom_post_type_services’ )…