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



get_the_post_type_description › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'get_the_post_type_description', $description, $post_type_obj )
Parametri: (2)
  • (string) $description The post type description.
    Richiesto:
  • (WP_Post_Type) $post_type_obj The post type object.
    Richiesto:
Definito a:
Codex:

Filters the description for a post type archive.





Sorgenti

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