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



twentytwenty_disallowed_post_types_for_meta_output › WordPress Filter Hooks

DaTwenty Twenty 1.0
Deprecaton/a
apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' )
Parametri:
  • (array) Array of post types.
    Richiesto:
Definito a:
Codex:

Filters post types array.

This filter can be used to hide post meta information of post, page or custom post type registered by child themes or plugins.





Sorgenti

$disallowed_post_types = apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' ) );