This code disables all attachment pages and redirects the user to the parent post or homepage depending on the post status. It uses the wp_safe_redirect() function to redirect the user and has an action hook of ‘template_redirect’ set with priority 1.
Was this code snippet helpful?
YesNo