wpseo_indexables_indexation_alert

wpseo_indexables_indexation_alert

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_indexables_indexation_alert') is found 1 times:

  • /src/presenters/admin/indexing-notification-presenter.php line 105
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
         *
         * @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.