Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
wp-includes/post.php: add_post_meta() | Adds a meta field to the given post. |
wp-includes/meta.php: is_protected_meta() | Determines whether a meta key is considered protected. |