Uses
Uses | Description |
---|---|
wp-admin/includes/meta-boxes.php: submitlink_box | Fires at the end of the Publish box in the Link editing screen. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/meta-boxes.php: post_submitbox_start | Fires at the beginning of the publishing actions section of the Publish meta box. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/formatting.php: esc_js() | Escape single quotes, htmlspecialchar ” &, and fix line endings. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |