2017 © Pedro Peláez
 

library voce-cached-nav

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

image

voceconnect/voce-cached-nav

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  • Wednesday, August 17, 2016
  • by kevinlangleyjr
  • Repository
  • 16 Watchers
  • 7 Stars
  • 2,535 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Voce Cached Nav

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)

Description

Serve cached copies of WordPress navigation menus by replacing your template calls to wp_nav_menu with voce_cached_nav_menu., (*2)

Installation

As standard plugin:

See Installing Plugins., (*3)

As theme or plugin dependency:

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' );
}

Usage

Replacing your template calls to wp_nav_menu with voce_cached_nav_menu, (*5)

Frequently Asked Questions

  • Can I pass the same arguments to voce_cached_nav_menu?
    • Yes. The caching class is essentially just a refactor of that large core function with caching at all possible levels.

Changelog

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)

The Versions

17/08 2016

dev-master

9999999-dev

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

12/06 2015

1.3.4

1.3.4.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

12/06 2015

1.3.3

1.3.3.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

12/06 2015

1.3.2

1.3.2.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

19/12 2014

1.3.1

1.3.1.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

10/07 2014

1.3

1.3.0.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

01/07 2014

1.2

1.2.0.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

16/06 2014

1.1.2

1.1.2.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

16/06 2014

1.1.1

1.1.1.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi

05/12 2013

1.1.0

1.1.0.0

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

  Sources   Download

GPLv2+

by Mark Parolisi