wp_list_bookmarks

FUNCTION wp-includes\bookmark-template.php (ligne 158) github
Retrieves or echoes all of the bookmarks. List of default arguments are as follows: These options define how the Category name will appear before the category links are displayed, if 'categorize' is 1. If 'categorize' is 0, then it will display for only the 'title_li' string and only if 'title_li' is not empty.

Paramètres

Entrée :
$args = ''
Sortie :
@param string|array $args {
@return void|string Void if 'echo' argument is true, HTML list of bookmarks if 'echo' is false.

Utilisation

// Utilisation de la fonction wp_list_bookmarks
$result = wp_list_bookmarks($args = '');

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...