Filters settings that are passed into the code editor. Returning a falsey value will disable the syntax-highlighting code editor.
$escaped = true
Sortie :
@param array $settings The array of settings passed to the code editor.
@param array $args {
@param bool $escaped Whether the result is escaped. Default true.
@return string
// Utilisation de la fonction get_search_query
$result = get_search_query($escaped = true);
if ($result) {
// Votre logique ici
}
Chargement des actualités...