manage_{$this->screen->id}_custom_column_js_template

manage_{$this->screen->id}_custom_column_js_template

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_{$this->screen->id}_custom_column_js_template') is found 1 times:

  • /wp-admin/includes/class-wp-application-passwords-list-table.php line 251
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
             * @since 5.6.0
             *
             * @param string $column_name Name of the custom column.
             */
            do_action( "manage_{$this->screen->id}_custom_column_js_template", $column_name );
            break;
    }
     
    if ( $is_primary ) {
        echo '<button type="button" class="toggle-row"><span class="screen-reader-text">' .
            /* translators: Hidden accessibility text. */