Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/media.php: media_upload_form_url | Filters the media upload form action URL. |
wp-admin/includes/media.php: media_upload_header() | Outputs the legacy media upload header. |
wp-admin/includes/media.php: media_upload_form() | Outputs the legacy media upload form. |
wp-admin/includes/media.php: get_media_items() | Retrieve HTML for media items of post gallery. |
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/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/functions.php: wp_nonce_field() | Retrieve or display nonce hidden field for forms. |
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/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |