wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



view_mode_post_types › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'view_mode_post_types', $view_mode_post_types )
Parameter:
  • (string[]) $view_mode_post_types Array of post types that can change view modes. Default post types with show_ui on.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post types that have different view mode options.





Quellcode

$view_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types );