Docs: Don't reference non-existent hooks inline in the DocBlock description for get_post_type_archive_template()
.
Props milana_cap. See #41198. git-svn-id: https://develop.svn.wordpress.org/trunk@40962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5c4f490ea8
commit
de8cb2d5b2
@ -123,8 +123,8 @@ function get_archive_template() {
|
||||
/**
|
||||
* Retrieve path of post type archive template in current or parent template.
|
||||
*
|
||||
* The template hierarchy is filterable via the {@see 'archive_template_hierarchy'} hook.
|
||||
* The template path is filterable via the {@see 'archive_template'} hook.
|
||||
* The template hierarchy and template path are filterable via the {@see '{$type}_template_hierarchy'}
|
||||
* and {@see '{$type}_template'} dynamic hooks, where `$type` is 'archive'.
|
||||
*
|
||||
* @since 3.7.0
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user