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.
この関数を使用してWordpressのプラグインディレクトリを生成したい plugins_url()
plugins_url()
ただし、このような出力が得られます
http://localhost/wordpress/wp-content/plugins
知りたいのですが、次のようなリンクを生成する方法はありますか
/[wp-installation-root]/wp-content/plugins?
/[wp-installation-root]/wp-content/plugins
ありがとう。
ということですか
site_url()
また
bloginfo('wpurl)