YoastWPSEOshould_index_indexables

YoastWPSEOshould_index_indexables

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('YoastWPSEOshould_index_indexables') is found 1 times:

  • /src/helpers/indexable-helper.php line 200
    		 * @since 18.2
    		 *
    		 * @param bool $should_index Whether the site's indexables should be created.
    		 */
    		return (bool) \apply_filters( 'Yoast\WP\SEO\should_index_indexables', $should_index );
    	}
    
    	/**
    	 * Returns whether or not dynamic permalinks should be used.
    	 *
    	 * @return bool Whether or not the dynamic permalinks should be used.