Filter: auto_distribute_supported_post_types

apply_filters( 'auto_distribute_supported_post_types', $post_types ) → {Array.<string>}

Filter the post types that are auto-distributable.

Parameters:
Name Type Description
$post_types Array.<string>

Array of post types that can be auto-distributed. Default is array( 'post', 'page' ).

Since:
  • 2.2.0
Source:
Returns:

Array of post types that can be auto-distributed.

Type
Array.<string>