akcjadynamicznyod 5.6.0
manage_{$this->screen->id}_custom_column_js_template
Args 1Plik wp-admin/includes/class-wp-application-passwords-list-table.php
Opis — z kodu źródłowego
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.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$column_name | string | Name of the custom column. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'manage_{$this->screen->id}_custom_column_js_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'manage_{$this->screen->id}_custom_column_js_template', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii