wp-includes/class-walker-category.php


Lines:

1 to 16 of 16
<?php

/**
 * Taxonomy API: Walker_Category class
 *
 * @package WordPress
 * @subpackage Template
 * @since 4.4.0
 */

/* class Walker_Category */
/* function Walker_Category::start_lvl() – Starts the list before the elements are added. */
/* function Walker_Category::end_lvl() – Ends the list of after the elements are added. */
/* function Walker_Category::start_el() – Starts the element output. */
/* function Walker_Category::end_el() – Ends the element output, if needed. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,