filtrod 4.4.0
view_mode_post_types
Opis — z kodu źródłowego
Filters the post types that have different view mode options.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$view_mode_post_types | string[] | Array of post types that can change view modes. Default post types with show_ui on. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'view_mode_post_types', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'view_mode_post_types', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii