Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
__( 'Other WordPress News'
Sortie :
@param string $title Title attribute for the widget's secondary link.
// Modifier la valeur avec le filtre 'dashboard_secondary_title'
add_filter('dashboard_secondary_title', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(__( 'Other WordPress News') {
// Modifier la valeur
return __( 'Other WordPress News';
}
Chargement des actualités...