wpseo_accessible_post_types, $post_types
wpseo_accessible_post_types, $post_types
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_accessible_post_types, $post_types') is found 1 times:
- /src/helpers/post-type-helper.php line 85
* Filter: 'wpseo_accessible_post_types' - Allow changing the accessible post types. * * @param array $post_types The public post types. */ $post_types = \apply_filters( 'wpseo_accessible_post_types', $post_types ); // When the array gets messed up somewhere. if ( ! \is_array( $post_types ) ) { return []; }