Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/template.php: import_upload_size_limit | Filters the maximum allowed upload size for import files. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: wp_upload_dir() | Returns an array containing the current upload directory’s path and URL. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: size_format() | Convert number of bytes largest unit bytes will fit into. |
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. |