Flush the rewrite rules
-
I use managewp.com to manage my wordpress plugins. After upgrading this plugin to the latest version, it broke all my custom rewrite slug(s) set in the Custom Post Type UI -> Settings for each post type.
I add the following temporarily to an included php file to reset them:
flush_rewrite_rules();
I don’t know if the plugin author can do anything about this, but I got a couple complaints from my customers.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Flush the rewrite rules’ is closed to new replies.