Skip to content

It is a wrapper of the procedure for use of the `register_nav_menu` and `add_theme_support`

License

Notifications You must be signed in to change notification settings

p-o-t-s/WPsB_WP_Nav_Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPsB WP Nav Menu

It is a wrapper of the procedure for use of the wp_nav_menu

Usage

$WPsB_WP_Nav_Menu = new WPsB_WP_Nav_Menu( [
	'register_nav_menus' => [
		'primary' => 'descriptions'
	]
	] );
$WPsB_WP_Nav_Menu->register();

register_nav_menus', See wp_nav_menu() | Function | WordPress Developer Resources

Feature

  • Unit Test

License

GPLv2 or later

About

It is a wrapper of the procedure for use of the `register_nav_menu` and `add_theme_support`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages