manage_themes_custom_column

动作钩子
参数
  • (string) $column_name Name of the column.
    Required:
  • (string) $stylesheet Directory name of the theme.
    Required:
  • (WP_Theme) $theme Current WP_Theme object.
    Required:
定义位置
相关勾子
manage_sites_custom_columnmanage_media_custom_columnmanage_users_custom_columnmanage_pages_custom_columnmanage_posts_custom_column
相关方法
remove_custom_backgroundget_the_author_msnget_theme_starter_contentget_the_author_linkthe_custom_logoget_post_custom_values
引入
3.1.0
弃用
-

manage_themes_custom_column: 这是WordPress的一个动作钩子,允许插件或主题在主题表中添加自定义列。这个钩子是在wp-admin/themes.php文件中触发的。

在多站点主题列表表的每个自定义列中触发。

do_action(

常见问题

FAQs
查看更多 >