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 CSS 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.
Comments
| Property |
Value |
| A or F? |
Action |
| Tag 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 |
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 |
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 |
MS Users
| Property |
Value |
| A or F? |
Filter 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 |
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 |
Posts
| Property |
Value |
| A or F? |
Action |
| Tag |
‘manage_posts_custom_column’ |
| Parameters |
$column_name, $post->ID |
| File |
class-wp-posts-list-table.php |
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 |
Custom Post Type WordPress can hold and display many different types of content. A single item of such a content is generally called a post, although post is also a specific post type. Custom Post Types gives your site the ability to have templated posts, to simplify the concept. 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 |
Pages
| Property |
Value |
| A or F? |
Action |
| Tag |
‘manage_pages_custom_column’ |
| Parameters |
$column_name, $post->ID |
| File |
class-wp-posts-list-table.php |
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 |
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 |
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 |
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 |
Terms
| Property |
Value |
| A or F? |
Filter |
| Tag |
“manage_{$this->screen->taxonomy 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 |
Media
| Property |
Value |
| A or F? |
Action |
| Tag |
‘manage_media_custom_column’ |
| Parameters |
$column_name, $id |
| File |
class-wp-media-list-table.php |
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 |