/ Published in: PHP
URL: http://trepmal.com/scripts/updating-permalink-structure-from-a-plugin/
Expand |
Embed | Plain Text
global $wp_rewrite; $wp_rewrite->set_permalink_structure( '/%year%/%monthnum%/%postname%/' ); $wp_rewrite->flush_rules();
You need to login to post a comment.
