wp-includes/widgets/class-wp-nav-menu-widget.php
Lines:
1 to 16 of 16
<?php /** * Widget API: WP_Nav_Menu_Widget class * * @package WordPress * @subpackage Widgets * @since 4.4.0 */ /* class WP_Nav_Menu_Widget */ /* function WP_Nav_Menu_Widget::__construct() – Sets up a new Navigation Menu widget instance. */ /* function WP_Nav_Menu_Widget::widget() – Outputs the content for the current Navigation Menu widget instance. */ /* function WP_Nav_Menu_Widget::update() – Handles updating settings for the current Navigation Menu widget instance. */ /* function WP_Nav_Menu_Widget::form() – Outputs the settings form for the Navigation Menu widget. */