akcjaod 3.0.0
comment_form_after_fields
Opis — z kodu źródłowego
Fires after the comment fields in the comment form, excluding the textarea.
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'comment_form_after_fields', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'comment_form_after_fields', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii