वर्णन
Replace your template calls to wp_nav_menu
with voce_cached_nav_menu
to retreive cached copies of menu objects.
स्थापना
- Upload
voce-cached-nav
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Replace calls to
wp_nav_menu
withvoce_cached_nav_menu
in your templates
नेहमी विचारले जाणारे प्रश्न
- 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.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Voce Cached Nav” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Voce Cached Nav” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.3
- Fixing undefined $data variable bug when deleting menus
1.2
- Adding Capistrano deploy files
1.1.2
- Fix for declaration that defines if adding ‘menu-item-has-children’ class to parent items
1.1.1
- Add ‘menu-item-has-children’ class to parent items
1.1
- 3.6 compatibility
1.0
- Initial release.