Filters the arguments for `twentytwenty_site_logo()`.
$display = true
Sortie :
@param array $args Parsed arguments. @param array $defaults Function's default arguments. @param string $html Compiled HTML based on our arguments. @param array $args Parsed arguments. @param string $classname Class name based on current view, home or single. @param string $contents HTML for site title or logo. @param bool $display Display or return the HTML. @return string The HTML to display.
// Utilisation de la fonction twentytwenty_site_description
$result = twentytwenty_site_description($display = true);
if ($result) {
// Votre logique ici
}
Chargement des actualités...