2017 © Pedro Peláez
 

library customizer

Create customize for wordpres

image

garung/customizer

Create customize for wordpres

  • Sunday, July 23, 2017
  • by Garung
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WP CUSTOM CUSTOMIZE

customize wp, (*1)

Description: Create simple customize for wordpress. Type input include : "text, checkbox, radio, select, dropdown-pages", (*2)

Parameters:, (*3)


DEMO , (*4)

/**
 * Class handle for Product Custom Post Type
 */
class SettingTheme
{
    public function __construct()
    {
        $fields = [
            'name_section' => 'information_contact',
            'title_setion' => 'Information contact',
            'priority_setion' => 40,
            'addsetting' => [
                [
                    'name_setting' => 'support_phone',
                    'label_setting' => 'Support Phone',
                    'default_value' => '0123456789',
                    'priority_control' => 5,
                    'type' => 'text'
                ]
            ]
        ];
        $customizer = new Garung\CustomizeTheme($fields);
    }
}

new SettingTheme();

The Versions

23/07 2017

dev-master

9999999-dev

Create customize for wordpres

  Sources   Download

MIT

The Requires

  • php >5.4

 

by Avatar Garung