Filters the array of URLs of stylesheets applied to the editor.
N/A
Sortie :
@param string[] $stylesheets Array of URLs of stylesheets to be applied to the editor. @return array Array of starter content.
// Utilisation de la fonction get_theme_starter_content
$result = get_theme_starter_content();
if ($result) {
// Votre logique ici
}
Chargement des actualités...