get_stylesheet_uri()
は適用中のテーマのスタイルシートのURLが、get_theme_file_path('style.css')
は適用中のテーマのスタイルシートのサーバ上のパスが帰るので違うものです。
get_stylesheet_uri()
と同じ出力結果はget_theme_file_uri('style.css')
になります。
パス関連は整理されていなかった部分が整理されだしている過渡期にあたると思います。
テーマ関連のパスについては下記4つ(主に上2つ)のみ覚えればよいです。
get_theme_file_uri
get_theme_file_path
get_parent_theme_file_uri
get_parent_theme_file_path
【WordPress のURL URI パスを取得・出力する関数/ Web Design Leaves】
https://www.webdesignleaves.com/pr/wp/wp_func_url_path.html
【WordPress テーマを作るなら get_theme_file_uri と get_theme_file_path を使いましょう – ねんでぶろぐ】
https://nendeb.com/597
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/11 02:30