Issue Description
A link to wp_strip_all_tags() on the wp_insert_post() reference page is only a placeholder, leading to a 404 error.
URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/wp_insert_post/
Section of Page with the issue
The issue is in the Security section under More Information.
Why is this a problem?
The link points to https://developer.wordpress.org/reference/functions/wp_insert_post/_wp_link_placeholder, which does not exist.
Suggested Fix
Modify the link to point to https://developer.wordpress.org/reference/functions/wp_strip_all_tags/.
Issue Description
A link to
wp_strip_all_tags()on thewp_insert_post()reference page is only a placeholder, leading to a 404 error.URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/wp_insert_post/
Section of Page with the issue
The issue is in the Security section under More Information.
Why is this a problem?
The link points to https://developer.wordpress.org/reference/functions/wp_insert_post/_wp_link_placeholder, which does not exist.
Suggested Fix
Modify the link to point to https://developer.wordpress.org/reference/functions/wp_strip_all_tags/.