Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.
Contributors: markparolisi, voceplatforms, nattyait, kevinlangleyjr
Tags: nav, menus, cache, caching, performance
Requires at least: 3.3
Tested up to: 4.2.2
Stable tag: 1.3.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html, (*1)
Serve cached copies of WordPress navigation menus by replacing your template calls to wp_nav_menu
with voce_cached_nav_menu
., (*2)
See Installing Plugins., (*3)
After dropping the plugin into the containing theme or plugin, add the following:, (*4)
if( ! class_exists( 'Voce_Cached_Nav' ) ) { require_once( $path_to_voce_cached_nav . '/voce-cached-nav.php' ); }
Replacing your template calls to wp_nav_menu
with voce_cached_nav_menu
, (*5)
1.3
* Fixing undefined $data variable bug when deleting menus, (*6)
1.2
* Adding Capistrano deploy files, (*7)
1.1.2
* Fix for declaration that defines if adding 'menu-item-has-children' class to parent items, (*8)
1.1.1
* Add 'menu-item-has-children' class to parent items, (*9)
1.1
* 3.6 compatibility, (*10)
1.0
* Initial release., (*11)