Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: attachment_fields_to_edit | Filters the attachment fields to edit. |
wp-admin/includes/media.php: wp_caption_input_textarea() | Output a textarea element for inputting an attachment caption. |
wp-admin/includes/media.php: image_link_input_fields() | Retrieve HTML for the Link URL buttons with the default link type as specified. |
wp-admin/includes/media.php: image_align_input_fields() | Retrieve HTML for the image alignment radio buttons with the specified one checked. |
wp-admin/includes/media.php: image_size_input_fields() | Retrieve HTML for the size radio buttons with the specified one checked. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/taxonomy.php: get_object_term_cache() | Retrieves the cached term objects for the given object ID. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/media.php: get_attachment_taxonomies() | Retrieves taxonomies attached to given the attachment. |
wp-includes/class-wp-post.php: WP_Post::__construct() | Constructor. |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: sanitize_post() | Sanitize every post field. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |