[wp-trac] [WordPress Trac] #36367: Give users control on the term redirect
WordPress Trac
noreply at wordpress.org
Mon Apr 4 12:11:34 UTC 2016
#36367: Give users control on the term redirect
----------------------------+------------------------------
Reporter: alexvandervegt | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 4.4.2
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: administration
----------------------------+------------------------------
Comment (by alexvandervegt):
Here you go:
{{{#!php
<?php
/**
* Filter the taxonomy redirect destination URL.
*
* @since 4.5.0
*
* @param string $location The destination URL.
* @param object $tax The taxonomy object.
*/
wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36367#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list