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



twentytwenty_disallowed_post_types_for_meta_output › Filtr WordPress Hooks

OdTwenty Twenty 1.0
Przestarzałyn/a
apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' )
Parametry:
  • (array) Array of post types.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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