Filter: dt_available_push_post_types

apply_filters( 'dt_available_push_post_types', Post ) → {array}

Filter the post types that should be available for push.

Helpful for sites that want to push custom post type content to another site.

Parameters:
Name Type Description
Post array

types that are distributable.

Source:
Returns:

Post types available for push.

Type
array