wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_the_post_type_description › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'get_the_post_type_description', $description, $post_type_obj )
Parameter: (2)
  • (string) $description The post type description.
    Erforderlich: Ja
  • (WP_Post_Type) $post_type_obj The post type object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the description for a post type archive.





Quellcode

return apply_filters( 'get_the_post_type_description', $description, $post_type_obj );