Filters the HTML output of the li element in the post custom fields list.
$args = ''
Sortie :
@param string $html The HTML output for the li element.
@param string $key Meta key.
@param string $value Meta value.
@param array|string $args {
@return string HTML dropdown list of pages.
// Utilisation de la fonction wp_dropdown_pages
$result = wp_dropdown_pages($args = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...