Contributors: s3rgiosan
Tags: custom, fields, fieldmanager, library
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Common utility classes for the Fieldmanager plugin on WordPress.
Common utility classes for the Fieldmanager plugin on WordPress.
add_action( 'fm_post_page_on_front', function() {
$fm = new \Fieldmanager_TextField( array(
'name' => 'demo',
) );
$fm->add_meta_box( 'Basic Field', 'post' );
} );
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.
- Go to the 'Plugins' menu, and choose 'Add New'.
- Search for 'fm-plus', and then click 'Install Now'.
- Click 'Activate'.
- Download and extract the .zip file.
- Upload the unzipped folder to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu.
composer require s3rgiosan/fm-plus
Bugs can be reported on the GitHub repository.
Join in on our GitHub repository and read our contribution guidelines.
- Initial release.
Initial release.