Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: attachment_fields_to_save | Filters the attachment fields to be saved. |
wp-admin/includes/media.php: media_send_to_editor | Filters the HTML markup for a media item sent to the editor. |
wp-admin/includes/media.php: media_send_to_editor() | Adds image HTML to editor. |
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_strip_all_tags() | Properly strip all HTML tags including script and style |
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/pluggable.php: check_admin_referer() | Ensures intent by verifying that a user was referred from another admin page with the correct security nonce. |
wp-includes/taxonomy.php: wp_set_object_terms() | Create Term and Taxonomy Relationships. |
wp-includes/link-template.php: get_attachment_link() | Retrieves the permalink for an attachment. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: get_attachment_taxonomies() | Retrieves taxonomies attached to given the attachment. |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |