add_action( 'init', function() {
global $wp_rewrite;
$wp_rewrite->set_permalink_structure( '/%postname%/' );
} );
Calling on the set_permalink_structure() method of the global $wp_rewrite object.

No comments:
Post a Comment