wpseek.com
WordPress开发者和主题制作者的搜索引擎



manage_{$this->screen->id}_custom_column_js_template › WordPress动作钩子

Since5.6.0
已弃用n/a
do_action( "manage_{$this->screen->id}_custom_column_js_template", $column_name )
参数:
  • (string) $column_name Name of the custom column.
    Required: Yes
定义在:
文档:

Fires in the JavaScript row template for each custom column in the Application Passwords list table.

Custom columns are registered using the {@see 'manage_application-passwords-user_columns'} filter.





源码

do_action( "manage_{$this->screen->id}_custom_column_js_template", $column_name );