wpseo_should_save_indexable

wpseo_should_save_indexable

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

See hook in core

Displaying hooks found in version: wordpress-seo.23.8

apply_filters('wpseo_should_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.