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



twentytwenty_disallowed_post_types_for_meta_output › Les Filtres WordPress

DepuisTwenty Twenty 1.0
Dépréciéen/a
apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' )
Paramètres:
  • (array) Array of post types.
    Requis: Oui
Défini(e) dans:
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.





Source

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