Not redirecting properly when Permalinks on plain
-
public function url_rewrites() { add_rewrite_rule( 'mailchimp-feeds/content$', 'index.php?orchestrated-mailchimp-integration-template-content=true', 'top' ); } add_action( 'init', array( $this, 'url_rewrites' ), 10, 0 ); add_filter('generate_rewrite_rules', array( $this, 'url_rewrites' ));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not redirecting properly when Permalinks on plain’ is closed to new replies.