wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



disable_formats_dropdown › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'disable_formats_dropdown', false, $post_type )
Parametry: (2)
  • (bool) $disable Whether to disable the drop-down. Default false.
    Wymagane: Tak
  • (string) $post_type Post type slug.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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