wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



disable_categories_dropdown › WordPress Filter Hooks

Da4.6.0
Deprecaton/a
apply_filters( 'disable_categories_dropdown', false, $post_type )
Parametri: (2)
  • (bool) $disable Whether to disable the categories drop-down. Default false.
    Richiesto:
  • (string) $post_type Post type slug.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

if ( false !== apply_filters( 'disable_categories_dropdown', false, $post_type ) ) {