ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Word​Press Code Reference

Sublime WordPress Code Reference - Search the codebase for documentation build with devhub https://developer.wordpress.org/.

Details

Installs

  • Total 8K
  • Win 6K
  • Mac 1K
  • Linux 749
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 2 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime WordPress Code Reference

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.

Summery

Type Count
CONSTANTS 1026

CONSTANTS

In WordPress version 5.1.1 there are 1026 CONSTANTS.

Defining Constants

You can define the constants like:

Example 1:

  1. If you type WP_INSTAL..
  2. Then it show
  3. On click on it return define( 'WP_INSTALLING', true );

Example 2:

  1. If you type PCLZIP_TEMPORARY..
  2. then it show
  3. On click on it return define( 'PCLZIP_TEMPORARY_FILE_RATIO', 0.47 );

Using Constants

You can use the constants like:

Example 1:

  1. If you type WP_INST..
  2. Then it show
  3. On click on it return WP_INSTALLING

Example 2:

  1. If you type PCLZIP_TEMPORARY..
  2. then it show
  3. On click on it return PCLZIP_TEMPORARY_FILE_RATIO

[Auto generated by PHPDoc Parser @see https://github.com/maheshwaghmare/phpdoc-parser]