
什么是Caniuse及如何使用它提升网站
函数/钩子名 | 描述 |
---|---|
manage_posts_columns (过滤钩子) | manage_posts_columns 是WordPress的一个过滤钩子,用于在WordPress管理中的 “Post “屏幕的列表视图中添加自定义列。这个钩子允许开发者在 “文章 “屏幕上添加对 |
manage_{$post->post_type}_posts_custom_column (动作钩子) | manage_{$post->post_type}_posts_custom_column 是WordPress的一个动作钩子,用来在WordPress管理中的任何自定义文章类型的列表视图中添加自定义 |
manage_pages_custom_column (动作钩子) | manage_pages_custom_column 是WordPress的一个动作钩子,用于在WordPress管理中的 “Pages “界面的列表视图中添加自定义列。当自定义列显示时,这个钩子将被 |
manage_pages_columns (过滤钩子) | manage_pages_columns是一个过滤钩子,它允许开发者修改WordPress管理区的页面列表视图中显示的列。这可以用来添加或删除列,或重新排列列的顺序。 |
manage_posts_custom_column (动作钩子) | 在文章列表表中的每个自定义列中触发。 这个钩子只在当前的文章类型是非层次性的,比如说文章,才会启动。 |
manage_{$post_type}_posts_columns (过滤钩子) | 过滤显示在文章列表表中的特定文章类型的列。 钩子名称的动态部分,$post_type,指的是文章类型slug。 可能的钩子名称包括: manage_post_posts_columns manage_ |
wp_list_table_show_post_checkbox (过滤钩子) | Filters whether to show the bulk edit checkbox for a post in its list table. By default the checkbox |
manage_posts_extra_tablenav (动作钩子) | Fires immediately following the closing "actions" div in the tablenav for the posts list t |
manage_taxonomies_for_{$post_type}_columns (过滤钩子) | Filters the taxonomy columns in the Posts list table. The dynamic portion of the hook name, $post_ty |
bulk_edit_custom_box (动作钩子) | Fires once for each column in Bulk Edit mode. |
page_row_actions (过滤钩子) | Filters the array of row action links on the Pages list table. The filter is evaluated only for hier |
disable_categories_dropdown (过滤钩子) | Filters whether to remove the ‘Categories’ drop-down from the post list table. |
post_column_taxonomy_links (过滤钩子) | Filters the links in `$taxonomy` column of edit.php. |
disable_formats_dropdown (过滤钩子) | Filters whether to remove the ‘Formats’ drop-down from the post list table. |
post_date_column_status (过滤钩子) | Filters the status text of the post. |
post_date_column_time (过滤钩子) | Filters the published time of the post. |
post_row_actions (过滤钩子) | Filters the array of row action links on the Posts list table. The filter is evaluated only for non- |
quick_edit_dropdown_authors_args (过滤钩子) | Filters the arguments used to generate the Quick Edit authors drop-down. |
quick_edit_dropdown_pages_args (过滤钩子) | Filters the arguments used to generate the Quick Edit page-parent drop-down. |