wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit5.6.0
Veraltetn/v
do_action( "manage_{$this->screen->id}_custom_column_js_template", $column_name )
Parameter:
  • (string) $column_name Name of the custom column.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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