项目作者: meilleur-monde
项目描述 :
Wordpress Better World Utilities Library Plugin
高级语言: PHP
项目地址: git://github.com/meilleur-monde/wp-utilities-library.git
Better World Utilities Library

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
- Go to Plugins -> Add New in your WordPress admin area
- Type ‘Better World Utilities Library’ in the search box available and hit the ‘Enter’ key
- Locate the ‘Better World Utilities Library’ plugin authored by Francois Chastanet, and click ‘Install Now’
Method 2
- Download the latest version of the plugin
- Go to Plugins -> Add New in your WordPress admin area
- Click on the ‘Upload Plugin’ button at the top, near ‘Add Plugins’
- Browse and select the zip file you just downloaded, and click ‘Install Now’
Method 3
- Download the latest version of the plugin
- Extract the zip file
- 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
Links