Git Product home page Git Product logo

fm-plus's Introduction

Latest Stable Version Total Downloads License Codacy Badge Code Climate

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

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

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.

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

Frequently Asked Questions

Where can I report bugs?

Bugs can be reported on the GitHub repository.

How can I contribute?

Join in on our GitHub repository and read our contribution guidelines.

Changelog

1.0.0

  • Initial release.

Upgrade Notice

1.0

Initial release.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.