Reputation: 1
rewrite_rules
string in my DB to flush.woocommerce_queue_flush_rewrite_rules
. If I set it to YES, everything flushed fine. But after some time it become NO again and I have 404 errors.Is there any way to automatize flushing process?..
Upvotes: 0
Views: 456
Reputation: 1810
Flush WordPress Permalinks with PHP
To flush WordPress permalinks, you need to copy and paste the code below to your functions.php file:
flush_rewrite_rules();
Upvotes: 0