Skip to content

WordPress plugin that provides a REST API for accessing WordPress menus.

Notifications You must be signed in to change notification settings

UCF/ucf-rest-menus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UCF Rest Menus

This is a WordPress plugin that creates a read only rest api for menus within WordPress.

This plugin is heavily based on the wp-api-menus plugin which can be found here. In the initial commit of the plugin, the code is almost exactly the same as the v2 code of the original. Because functionality within UCF themes will be dependent upon this plugin, the code was slightly modified and put within its own repository to prevent incompatibilties from arising as the original plugin author makes changes.

Compatibility

WordPress 4.4+

Dependencies

Must run on WordPress 4.4+ as it utilizes the Rest API.

Installation

  1. Download the zipped project and extract to /wp-contentn/plugins/ucf-rest-menus/ within your WordPress installation directory.
  2. Activate the plugin within the Admin screen.
  3. Enjoy!