$connected_services
$connected_services
Services that are currently connected to the given user through publicize.
post_type_is_publicizeable(string $post_type)
Is a given post type Publicize-able?
Not every CPT lends itself to Publicize-ation. Allow CPTs to register by adding their CPT via the publicize_post_types array filter.
string | $post_type | The post type to check. $return bool True if the post type can be Publicized. |