WP Manifestindependent plugin directory
manifest / developer / fm-plus

Fieldmanager Plus archived

Common utility classes for the Fieldmanager plugin on WordPress.

by Sérgio Santos · github.com/s3rgiosan/fm-plus · website

4stars
21composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/s3rgiosan/fm-plus/archive/refs/heads/master.zip

Also on Packagist as s3rgiosan/fm-plus:

composer require s3rgiosan/fm-plus

Declares an update source (https://github.com/s3rgiosan/fm-plus), so updates arrive through the plugin's own updater.

From the readme

Fieldmanager Plus # Common utility classes for the Fieldmanager plugin on WordPress. Description ## Common utility classes for the Fieldmanager plugin on WordPress. Usage ### Adds a meta box to the new/edit front page screen ### Installation ## Even though Fieldmanager Plus exists as a plugin, it doesn't do anything by itself, but it does make its classes and functions available so you don't have to include it as a dependency in every single one of your plugins or themes. Dashboard ### 1. Go to the 'Plugins' menu, and choose 'Add New'. 2. Search for 'fm-plus', and then click 'Install Now'. 2. Click 'Activate'. FTP ### 1. Download and extract the .zip file. 2. Upload the unzipped folder to the /wp-content/plugins/ directory. 3. Activate the plugin through the 'Plugins' menu. Composer ### composer require s3rgiosan/fm-plus Frequently Asked Questions ## Where can I report bugs? ### Bugs can be reported on the GitHub repository. How can I contribute? ###

Read the full README on GitHub →