wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



disable_formats_dropdown › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'disable_formats_dropdown', false, $post_type )
Paramètres: (2)
  • (bool) $disable Whether to disable the drop-down. Default false.
    Requis: Oui
  • (string) $post_type Post type slug.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to remove the 'Formats' drop-down from the post list table.





Source

if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) {