2017 © Pedro PelĂĄez
 

library acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

image

logoscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  • Tuesday, December 27, 2016
  • by goblindegook
  • Repository
  • 13 Watchers
  • 8 Stars
  • 10,381 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

ACF Plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress., (*1)

Usage

Field Groups

Extend the \logoscon\ACF\Group class, defining the _register() method:, (*2)

class My_Group extends \logoscon\ACF\Group {

    protected function _register() {
        // My field group definition.
    }

}

This method should contain (at the very least) the code exported by Advanced Custom Fields, although you're encouraged to improve its maintainability. To help make code clearer, the following helper methods are provided:, (*3)

  • _field_tab
  • _location_is
  • _location_in (see \logoscon\ACF\Rule\Operator\In)
  • _location_are

Support for the IN operator in location rules

\logoscon\ACF\Rule\Operator\In::register();

Changelog

1.1.0

  • Multiple location rule builder for equality checks.

1.0.0

  • Initial release.

The Versions

27/12 2016

dev-master

9999999-dev https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Development Requires

wordpress library toolkit advanced custom fields

27/12 2016

dev-feature/location-rule

dev-feature/location-rule https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Development Requires

wordpress library toolkit advanced custom fields

16/05 2016

1.1.0

1.1.0.0 https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Development Requires

wordpress library toolkit advanced custom fields

21/03 2016

1.0.0

1.0.0.0 https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Development Requires

wordpress library toolkit advanced custom fields

30/11 2015

0.1.1

0.1.1.0 https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

The Development Requires

wordpress library toolkit advanced custom fields

02/09 2015

0.1.0

0.1.0.0 https://github.com/log-oscon/acf-plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

The Development Requires

wordpress library toolkit advanced custom fields