filtrod 3.2.0
close_comments_for_post_types
Opis — z kodu źródłowego
Filters the list of post types to automatically close comments for.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post_types | string[] | An array of post type names. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'close_comments_for_post_types', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'close_comments_for_post_types', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii