$permalink_structures = array
( '/%year%/%monthnum%/%day%/%postname%/',
'/index.php/%year%/%monthnum%/%day%/%postname%/',
);
foreach ( (array) $permalink_structures as $permalink_structure ) { $wp_rewrite->
set_permalink_structure( $permalink_structure );
/*
* Flush rules with the hard option to force refresh of the web-server's
* rewrite config file (e.g. .htaccess or web.config).
*/
$wp_rewrite->
flush_rules( true
);
$test_url = '';
// Test against a real WordPress post.
$first_post =
get_page_by_path( sanitize_title( _x( 'hello-world', 'Default post slug'
) ), OBJECT, 'post'
);