项目作者: meilleur-monde

项目描述 :
Wordpress Better World Utilities Library Plugin
高级语言: PHP
项目地址: git://github.com/meilleur-monde/wp-utilities-library.git
创建时间: 2017-08-19T20:08:27Z
项目社区:https://github.com/meilleur-monde/wp-utilities-library

开源协议:GNU General Public License v3.0

下载


Better World Utilities Library

Build Status

Utilities Library Plugin for WordPress adds some useful functions

Functions List

  • isFrontEnd if we are on frontend page so not prefixed with wp-admin
  • isAdminCustomizationEnabled indicates if the user is viewing the theme customization admin panel

For more information, visit the plugin homepage.

Installation

Note: The stable version of the plugin can be downloaded from the WordPress plugin directory. The latest development version can be downloaded from GitHub, but it may not be stable.

Method 1

  1. Go to Plugins -> Add New in your WordPress admin area
  2. Type ‘Better World Utilities Library’ in the search box available and hit the ‘Enter’ key
  3. Locate the ‘Better World Utilities Library’ plugin authored by Francois Chastanet, and click ‘Install Now’

Method 2

  1. Download the latest version of the plugin
  2. Go to Plugins -> Add New in your WordPress admin area
  3. Click on the ‘Upload Plugin’ button at the top, near ‘Add Plugins’
  4. Browse and select the zip file you just downloaded, and click ‘Install Now’

Method 3

  1. Download the latest version of the plugin
  2. Extract the zip file
  3. Using a FTP client or something similar, upload the better-world-utilities-library directory to the ~/wp-content/plugins/ directory of your WordPress installation.

After installation, the plugin can be activated from Plugins -> Installed Plugins in your WordPress admin area. Once activated, you can use the static functions of the class \BetterWorld\Utilities