Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: _list_meta_row() | Outputs a single row of public meta data in the Custom Fields meta box. |
wp-admin/includes/post.php: add_meta() | Add post meta data defined in $_POST superglobal for post with given ID. |
wp-admin/includes/post.php: edit_post() | Update an existing post with values provided in $_POST. |
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/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/class-wp-ajax-response.php: WP_Ajax_Response::__construct() | Constructor – Passes args to WP_Ajax_Response::add(). |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/meta.php: is_protected_meta() | Determines whether a meta key is considered protected. |
wp-includes/meta.php: get_metadata_by_mid() | Retrieves metadata by meta ID. |
wp-includes/meta.php: update_metadata_by_mid() | Updates metadata by meta ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |