wpseo_indexables_indexation_alert

wpseo_indexables_indexation_alert

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_indexables_indexation_alert') is found 1 times:

  • /src/presenters/admin/indexing-notification-presenter.php line 105
    		 *
    		 * @param string $text   The text to show as reason.
    		 * @param string $reason The reason value.
    		 */
    		return (string) \apply_filters( 'wpseo_indexables_indexation_alert', $text, $reason );
    	}
    
    	/**
    	 * Creates a time estimate based on the total number on unindexed objects.
    	 *
    	 * @param int $total_unindexed The total number of unindexed objects.