https://github.com/joryhogeveen/preview-menu
WordPress plugin to preview menu's on selected locations.
https://github.com/joryhogeveen/preview-menu
menu wordpress wordpress-development wordpress-plugin
Last synced: about 2 months ago
JSON representation
WordPress plugin to preview menu's on selected locations.
- Host: GitHub
- URL: https://github.com/joryhogeveen/preview-menu
- Owner: JoryHogeveen
- Created: 2018-11-30T00:48:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T09:15:22.000Z (about 5 years ago)
- Last Synced: 2025-02-17T20:37:55.262Z (3 months ago)
- Topics: menu, wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Preview Menu ===
Contributors: keraweb
Donate link: https://www.keraweb.nl/donate.php?for=preview-menu
Tags: preview menu, preview, menu
Requires at least: 4.1
Tested up to: 5.4
Requires PHP: 5.2.4
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlPreview menu's on selected locations
== Description ==
This plugin lets you preview your menu on any registered location.
= Filters =
* [`preview_menu_capability`](https://github.com/JoryHogeveen/preview-menu/wiki#filter-preview_menu_capability)
* [`preview_menu_default_location`](https://github.com/JoryHogeveen/preview-menu/wiki#filter-preview_menu_default_location)
* [`preview_menu_enable_meta_box`](https://github.com/JoryHogeveen/preview-menu/wiki#filter-preview_menu_enable_meta_box)You can use these filters inside your theme functions.php file or in a plugin.
== Installation ==
Installation of this plugin works like any other plugin out there. Either:
1. Upload and unpack the zip file to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPressOr search for "Preview Menu" via your plugins menu.
== Screenshots ==
1. Menu meta box
== Changelog ==
= 0.2 =
* **Feature:** Store menu modifications (draft) for preview.= 0.1.1 =
* **Enhancement:** Better capability verification.= 0.1 =
* First version.== Other Notes ==
You can find me here:
* [Keraweb](http://www.keraweb.nl/ "Keraweb")
* [GitHub](https://github.com/JoryHogeveen/preview-menu/)
* [LinkedIn](https://nl.linkedin.com/in/joryhogeveen "LinkedIn profile")