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