wpseo_should_save_indexable, $intend_to_save, $indexable
wpseo_should_save_indexable, $intend_to_save, $indexable
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_should_save_indexable, $intend_to_save, $indexable') is found 1 times:
- /src/helpers/indexable-helper.php line 200
* * @param bool $intend_to_save True if YoastSEO intends to save the indexable. * @param Indexable $indexable The indexable to be saved. */ return \apply_filters( 'wpseo_should_save_indexable', $intend_to_save, $indexable ); } /** * Determines whether indexing indexables is appropriate at this time. * * @return bool Whether the indexables should be indexed.