Uses
Uses | Description |
---|---|
wp-includes/functions.wp-scripts.php: wp_scripts() | Initialize $wp_scripts if it has not been set. |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/vars.php: wp_is_mobile() | Test if the current browser runs on a mobile device (smart phone, tablet, etc.) |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: _device_can_upload() | Test if the current device has the capability to upload files. |
wp-includes/functions.php: get_allowed_mime_types() | Retrieve list of allowed mime types and file extensions. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_max_upload_size() | Determines the maximum upload size allowed in php.ini. |
wp-includes/media.php: plupload_default_settings | Filters the Plupload default settings. |
wp-includes/media.php: plupload_default_params | Filters the Plupload default parameters. |
wp-includes/ms-functions.php: is_upload_space_available() | Determines if there is any upload space left in the current blog’s quota. |