[php]
include(“./wp-custom-scripts/rewrite_rules.php”);
add_custom_rewrite_rules();
print(“
Rewrite Rules Updated
\n”);
[/php]
[php]
include(“./wp-custom-scripts/rewrite_rules.php”);
add_custom_rewrite_rules();
print(“
Rewrite Rules Updated
\n”);
[/php]