Download the PHP package kunoichi/set-menu without Composer
On this page you can find all versions of the php package kunoichi/set-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kunoichi/set-menu
More information about kunoichi/set-menu
Files in kunoichi/set-menu
Download kunoichi/set-menu
More information about kunoichi/set-menu
Files in kunoichi/set-menu
Vendor kunoichi
Package set-menu
Short Description Cache ready nav-menu for WordPress
License GPL-3.0-or-later
Package set-menu
Short Description Cache ready nav-menu for WordPress
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package set-menu
Set Menu
Cached menu and widgets for WordPress.
Installation
Use composer with your theme.
How to Use
Step 1: Initialization
Enable in your functions.php
Step 2: Enable Cached Menu
Replace yoru wp_nav_menu
to Kunoich\SetMenu::nav_menu
.
Checking with has_nav_mehu
is recommended.
Step 3: Enable Cached Widgets
Replace your dynamic_sidebar
to Kunoichi\SetMenu::sidebar
.
Step 4: Check the settings
Setting page is added within wp-admin, and it can be accessed via "Appearence > Theme Cache Setting".
If you need to change the default values, you can do it here.
- Navigation Menu Caching
- Dynamic menu locations to exclude from caching
- Cache lifetime (default is 60 min.)
- Widget Caching
- Dynamic sidebars to exclude from caching
- Cache lifetime (default is 60 min.
Customization
Filters
set_menu_default_ignored_locations
set_menu_default_menu_lifetime
set_menu_default_sidebar_lifetime
License
GPL 3.0 or later.
All versions of set-menu with dependencies
PHP Build Version
Package Version
The package kunoichi/set-menu contains the following files
Loading the files please wait ....