Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wp プラグインにアクセスしてホームページにリダイレクトできるインバウンド広告主リンク用の静的 php ランディング ページ (landing.php) を作成する必要があります。「通常の」.php ファイルからプラグインにアクセスすることは可能ですか? もしそうなら、どのように?または、テンプレートをロードせず、wp プラグインにアクセスしてホームページにリダイレクトするだけの WP 内でこれを行うより良い方法はありますか?
次の行をランディング php の先頭に追加します。
require('/path/to/wp-load.php');
その後、プラグインを含むすべての WordPress 機能を使用できます。