2017 © Pedro PelĂĄez
 

wordpress-plugin fm-plus

Common utility classes for the Fieldmanager plugin on WordPress.

image

s3rgiosan/fm-plus

Common utility classes for the Fieldmanager plugin on WordPress.

  • Saturday, June 10, 2017
  • by s3rgiosan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads License Codacy Badge Code Climate, (*1)

Fieldmanager Plus

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, (*2)

Common utility classes for the Fieldmanager plugin on WordPress., (*3)

Description

Common utility classes for the Fieldmanager plugin on WordPress., (*4)

Usage

Adds a meta box to the new/edit front page screen

add_action( 'fm_post_page_on_front', function() {
    $fm = new \Fieldmanager_TextField( array(
        'name' => 'demo',
    ) );
    $fm->add_meta_box( 'Basic Field', 'post' );
} );

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., (*5)

Dashboard

  1. Go to the 'Plugins' menu, and choose 'Add New'.
  2. Search for 'fm-plus', and then click 'Install Now'.
  3. 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, (*6)

Frequently Asked Questions

Where can I report bugs?

Bugs can be reported on the GitHub repository., (*7)

How can I contribute?

Join in on our GitHub repository and read our contribution guidelines., (*8)

Changelog

1.0.0

  • Initial release.

Upgrade Notice

1.0

Initial release., (*9)

The Versions

10/06 2017

dev-master

9999999-dev https://github.com/s3rgiosan/fm-plus

Common utility classes for the Fieldmanager plugin on WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library fieldmanager

02/03 2017

1.0.0

1.0.0.0 https://github.com/s3rgiosan/fm-plus

Common utility classes for the Fieldmanager plugin on WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library fieldmanager