wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_{$this->screen->id}_custom_column_js_template › WordPress Action Hooks

Since5.6.0
Deprecatedn/a
do_action( "manage_{$this->screen->id}_custom_column_js_template", $column_name )
Parameters:
  • (string) $column_name Name of the custom column.
    Required: Yes
Defined at:
Codex:

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.





Source

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