wpseo_indexables_indexation_alert, $text, $reason
wpseo_indexables_indexation_alert, $text, $reason
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_indexables_indexation_alert, $text, $reason') 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.