Download the PHP package piotrpress/wordpress-plugin without Composer
On this page you can find all versions of the php package piotrpress/wordpress-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download piotrpress/wordpress-plugin
More information about piotrpress/wordpress-plugin
Files in piotrpress/wordpress-plugin
Download piotrpress/wordpress-plugin
More information about piotrpress/wordpress-plugin
Files in piotrpress/wordpress-plugin
Vendor piotrpress
Package wordpress-plugin
Short Description This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
License GPL-3.0
Homepage https://github.com/PiotrPress/wordpress-plugin
Package wordpress-plugin
Short Description This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
License GPL-3.0
Homepage https://github.com/PiotrPress/wordpress-plugin
Please rate this library. Is it a good library?
Informations about the package wordpress-plugin
WordPress Plugin
This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
Installation
Usage
NOTE: Plugin's translations are loaded automatically according to Text Domain
and Domain Path
plugin's header fields.
Methods
Basic static methods handling plugin's default header fields
getName()
- returnsstring
with the name of the plugin fromPlugin Name
header fieldgetPluginURI()
- returnsstring
with the home page of the plugin or emptystring
ifPlugin URI
header field is not setgetVersion()
- returnsstring
with the current version number of the plugin or emptystring
ifVersion
header field is not setgetDescription()
- returnsstring
with a short description of the plugin or emptystring
ifDescription
header field is not setgetAuthor()
- returnsstring
with the name of the plugin author or emptystring
ifAuthor
header field is not setgetAuthorURI()
- returnsstring
with the website of the plugin's author or emptystring
ifAuthor URI
header field is not setgetTextDomain()
- returnsstring
with the gettext text domain of the plugin or directory name of the plugin ifText Domain
header field is not setgetDomainPath()
- returnsstring
with the path to translations directory or emptystring
ifDomain Path
header field is not setgetNetwork()
- returnsbool
whether the plugin can only be activated network-wide according toNetwork
header fieldgetRequiresWP()
- returnsstring
with the lowest WordPress version that the plugin will work on or emptystring
ifRequires at least
header field is not setgetRequiresPHP()
- returnsstring
with the minimum required PHP version or emptystring
ifRequires PHP
header field is not setgetUpdateURI()
- returnsstring
with third-party plugin's update server or emptystring
ifUpdate URI
header field is not setRequiresPlugins()
- returnsstring
with the comma-separated list of WordPress.org-formatted slugs for its dependencies or emptystring
ifRequires Plugins
header field is not set
Additional static methods handling plugin's paths
getSlug()
- returnsstring
with the sanitized name of the plugingetPrefix()
- returnsstring
with the prefix for plugin's hooksgetFile()
- returnsstring
with the path to main plugin's filegetDir()
- returnsstring
with the path to plugin's directorygetUrl()
- returnsstring
with the url to plugin's directorygetBaseName()
- returnsstring
with the basename of the plugingetDirName()
- returnsstring
with the directory name of the plugin
Inherited Singleton's static methods
getInstance()
- returns the instance of the Plugin class
Abstract methods handling plugin's de/activation
activation()
- executed while plugin activationdeactivation()
- executed while plugin deactivation
Handling custom plugin's header fields
-
Add WordPress support for extra plugin's header fields using
extra_plugin_headers
filter: - Add methods to handle extra plugin's header fields:
NOTE: get
prefixed methods are automagically created for plugin's header fields that meet valid function name rules. e.g. getLicense()
method.
Requirements
PHP >= 7.4
version.
License
GPL 3.0
All versions of wordpress-plugin with dependencies
PHP Build Version
Package Version
The package piotrpress/wordpress-plugin contains the following files
Loading the files please wait ....