-
Notifications
You must be signed in to change notification settings - Fork 1
Home
riccardooliva91 edited this page Apr 24, 2019
·
5 revisions
This WP plugin aims to give a set of useful tools to frontend developers, in order to better manage their work. It is still young and its functionalities are limited. Feedbacks are appreciated! I will keep this documentation updated as soon as I will eventually release new features. Here is a brief description of the main classes. More information can be found in the appropriate sections of this documentation.
Every functionality of this plugin is/will be contained inside a registry-like class, \Wpfh. This is a singleton, and this choice was made to prevent other plugins to run the code twice, potentially duplicating any action you will take. This is often the case when you have SEO plugins installed.