Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-media-list-table.php: manage_media_custom_column | Fires for each custom column in the Media list table. |
wp-includes/category-template.php: get_the_terms() | Retrieves the terms of the taxonomy that are attached to the post. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/taxonomy.php: sanitize_term_field() | Cleanse the field value in the term based on the context. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |