Filters actionable information to tackle the problem. It can be a link to an external guide.
$result['actions']
Sortie :
@param string $actions Call to Action to be used to point to the right direction to solve the issue.
// Modifier la valeur avec le filtre 'site_status_autoloaded_options_action_to_perform'
add_filter('site_status_autoloaded_options_action_to_perform', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($result['actions']) {
// Modifier la valeur
return $result['actions'];
}
Chargement des actualités...