Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: list_meta() | Outputs a post’s public meta data in the Custom Fields meta box. |
wp-admin/includes/template.php: meta_form() | Prints the form in the Custom Fields meta box. |
wp-admin/includes/post.php: has_meta() | Get meta data for the given post ID. |
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/meta.php: is_protected_meta() | Determines whether a meta key is considered protected. |