acf/get_post_types
acf/get_post_types
Appears in: advanced-custom-fields.6.0.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.6apply_filters('acf/get_post_types') is found 1 times:
- /includes/api/api-helpers.php line 649
$post_types[] = $i; } // filter $post_types = apply_filters( 'acf/get_post_types', $post_types, $args ); // return return $post_types; } function acf_get_pretty_post_types( $post_types = array() ) {