akcjaod 3.5.0
restrict_manage_comments
Opis — z kodu źródłowego
Fires just before the Filter submit button for comment types.
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_comments', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'restrict_manage_comments', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii