Table Cell Content Hook Data

The tables on this page are linked to from Custom List table Columns. The original table does not fit in this handbook’s CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. styling, so the table was restructured as a branched, hyper-linked table where each table here was originally a single row. Thus on the main page, clicking each list table type in the list takes you to the table containing all the information related to that list table type.

 

Top ↑

Comments

Property Value
A or F? Action
TagTag Tag is one of the pre-defined taxonomies in WordPress. Users can add tags to their WordPress posts along with categories. However, while a category may cover a broad range of topics, tags are smaller in scope and focused to specific topics. Think of them as keywords used for topics discussed in a particular post. ‘manage_comments_custom_column’
Parameters $column_name, $comment->comment_ID
File class-wp-comments-list-table.php

Top ↑

MS Sites

Property Value
A or F? Action
Tag ‘manage_sites_custom_column’
Parameters $column_name, $blog[‘blog_id’]
File class-wp-ms-sites-list-table.php

Top ↑

MS Themes

Property Value
A or F? Action
Tag ‘manage_themes_custom_column’
Parameters $column_name, $stylesheet, $theme
File class-wp-ms-themes-list-table.php

Top ↑

MS Users

Property Value
A or F? FilterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output.
Tag ‘manage_users_custom_column’
Parameters
(”=empty string)
”, $column_name, $user->ID
File class-wp-ms-users-list-table.php

Top ↑

Plugins

Property Value
A or F? Action
Tag ‘manage_plugins_custom_column’
Parameters $column_name, $plugin_file, $plugin_data
File class-wp-plugins-list-table.php

Top ↑

Posts

Property Value
A or F? Action
Tag ‘manage_posts_custom_column’
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Hierarchical Posts

Property Value
A or F? Action
Tag ‘manage_pages_custom_column’
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Custom Post Type Alternates

Property Value
A or F? Action
Tag “manage_{$post->post_type}_posts_custom_column”
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Pages

Property Value
A or F? Action
Tag ‘manage_pages_custom_column’
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Page Alternates

Property Value
A or F? Action
Tag ‘manage_page_posts_custom_column’
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Custom Post Types

Property Value
A or F? Action
Tag “manage_{$post->post_type}_posts_custom_column”
Parameters $column_name, $post->ID
File class-wp-posts-list-table.php

Top ↑

Categories

Property Value
A or F? Filter
Tag ‘manage_category_custom_column’
Parameters
(”=empty string)
”, $column_name, $tag->term_id
File class-wp-terms-list-table.php

Top ↑

Tags

Property Value
A or F? Filter
Tag ‘manage_post_tag_custom_column’
Parameters
(”=empty string)
”, $column_name, $tag->term_id
File class-wp-terms-list-table.php

Top ↑

Terms

Property Value
A or F? Filter
Tag “manage_{$this->screen->taxonomyTaxonomy A taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies.}_custom_column”
Parameters
(”=empty string)
”, $column_name, $tag->term_id
File class-wp-terms-list-table.php

Top ↑

Media

Property Value
A or F? Action
Tag ‘manage_media_custom_column’
Parameters $column_name, $id
File class-wp-media-list-table.php

Top ↑

Users

Property Value
A or F? Filter
Tag ‘manage_users_custom_column’
Parameters
(”=empty string)
”, $column_name, $user_object->ID
File class-wp-users-list-table.php