Product permalinks are not working
-
Hi!
I’ve changed product links with “post_type_link” hook, to make it better, and it works well for the entire website. But at your feeds it is not affecting links at all, so we have like “old” not working links at feed. Can you help me with that?
I’ve added that hook at theme on “init” hook, like that:
add_action('init', array($this, 'handle_setup')); function handle_setup(){ ... add_filter('post_type_link', array($this, 'product_link'), 999999, 3); ... }
Where at “product_link” function all changes are happening.
Could you please advice on where I should put that function to make it work for the feeds?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Product permalinks are not working’ is closed to new replies.