問題はタイトルの通りです。
add_rewrite_rule を使用してカスタム ルールを追加したいのですが、これらのルールは、パーマリンク設定領域で [カスタム構造] が選択されている場合にのみ追加されます。
これが私がinitで呼んでいるものです。
add_rewrite_rule("$slug/([^/]*)?", $this_path.'modules/module.redirect.php?permalink_name=$1','top');
add_rewrite_rule("custom-post-type-name=([^/]*)?", $this_path.'modules/module.redirect.php?permalink_name=$1','top');
何かアイデアはありますか?