Sublime WordPress Code Reference - Search the codebase for documentation build with devhub https://developer.wordpress.org/.
Generated from WordPress version 5.1.1
. This WordPress version contain 640
PHP files and this sublime repository auto generate below sublime snippets.
- Constants @maheshwaghmare
- Functions
- Actions
- Filters
Type | Count |
---|---|
CONSTANTS | 1026 |
In WordPress version 5.1.1 there are 1026
CONSTANTS.
You can define the constants like:
Example 1:
Example 2:
- If you type
PCLZIP_TEMPORARY
.. - then it show
- On click on it return
define( 'PCLZIP_TEMPORARY_FILE_RATIO', 0.47 );
You can use the constants like:
Example 1:
Example 2:
[Auto generated by PHPDoc Parser @see https://github.com/maheshwaghmare/phpdoc-parser]