wp-admin/includes/class-walker-category-checklist.php
Lines:
1 to 16 of 16
<?php /** * Taxonomy API: Walker_Category_Checklist class * * @package WordPress * @subpackage Administration * @since 4.4.0 */ /* class Walker_Category_Checklist */ /* function Walker_Category_Checklist::start_lvl() – Starts the list before the elements are added. */ /* function Walker_Category_Checklist::end_lvl() – Ends the list of after the elements are added. */ /* function Walker_Category_Checklist::start_el() – Start the element output. */ /* function Walker_Category_Checklist::end_el() – Ends the element output, if needed. */