WP HOOKS
akcjaod 2.8.0

atom_comments_ns

Args 0Plik wp-includes/feed-atom-comments.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires inside the feed tag in the Atom comment feed.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'atom_comments_ns', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii