Returns the values that trigger autoloading from the options table.
N/A
Sortie :
@return string[] The values that trigger autoloading.
// Utilisation de la fonction wp_autoload_values_to_autoload
$result = wp_autoload_values_to_autoload();
if ($result) {
// Votre logique ici
}
Chargement des actualités...