Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: post_column_taxonomy_links | Filters the links in |
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::get_edit_link() | Helper to create links to edit.php with params. |
wp-admin/includes/class-wp-posts-list-table.php: manage_pages_custom_column | Fires in each custom column on the Posts list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_posts_custom_column | Fires in each custom column in the Posts list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_{$post->post_type}_posts_custom_column | Fires for each custom column of a specific post type in the Posts 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_html() | Escaping for HTML blocks. |
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: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |