Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 697 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 697 Bytes

deoplete-wp-hooks

A Deoplete source for wp-hooks, the list of wordpress hooks.
Automatically reconize actions and filters and use the right JSON file, also update the list itself on plugin update.

Preview

Installation

With vundle

Plugin 'mte90/deoplete-wp-hooks', { 'do': './install.sh' }

Automatically will download the latest version of the JSON files.

Parameters

let g:wphooks_dir='your-new-path'

To specify a custom path for the json files, there is already a default value.