[wp-trac] [WordPress Trac] #63506: 404 on links given in filter hook page
WordPress Trac
noreply at wordpress.org
Sat May 31 03:50:53 UTC 2025
#63506: 404 on links given in filter hook page
---------------------------+-----------------------------
Reporter: sandeepdahiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version:
Severity: normal | Keywords:
Focuses: docs |
---------------------------+-----------------------------
In the developer documentation, under the Filter Hook option -
[https://developer.wordpress.org/apis/hooks/filter-reference/]
The links under 'Filter Reference' : -
To learn more about what filter and action hooks are, see Plugin API.
To learn about writing plugins in general, see Writing a Plugin.
For a reference list of action hooks, see Plugin API/Action Reference.
For information about filter and action hooks in previous versions of
WordPress, see Plugin API/Hooks 2.0.x.
All these 4 links mentioned above, give a 404 Error on clicking.
The First link to see Plugin API should be -
{{{
https://developer.wordpress.org/plugins/hooks/
}}}
instead of
{{{
https://developer.wordpress.org/Plugin_API
}}}
The second link to - see Writing a Plugin, should go to -
{{{
https://developer.wordpress.org/plugins/
}}}
instead of
{{{
https://developer.wordpress.org/Writing_a_Plugin
}}}
The third link pointing towards Filter reference should -
{{{
https://developer.wordpress.org/apis/hooks/filter-reference/
}}}
instead of
{{{
https://developer.wordpress.org/Plugin_API/Action_Reference
}}}
The final link for Plugin API/Hooks 2.0.x should point to -
{{{
https://codex.wordpress.org/Plugin_API/Hooks_2.0.x
}}}
instead of
{{{
https://developer.wordpress.org/Plugin_API/Hooks_2.0.x
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63506>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list