wpseo_accessible_post_types, $post_types

wpseo_accessible_post_types, $post_types

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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 [];
    		}