Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: delete_meta() | Delete post meta data by meta ID. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
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/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. |