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のタグを使用できるWordPressで外部phpファイルを実行する方法はありますか?
はい。PHP ファイルの先頭に wp-blog-header.php ファイルを含めるだけです。
include(dirname(__FILE__) . '/../../../wp-blog-header.php');
wp-load.phpすべての Wordpress 機能を含めるようにロードします。
wp-load.php
ただし、バグには注意してください。