get_stylesheet_directory_uri().”/css/editor-blocks.css”を記述したら、Chromeの検証→ソースでeditor-blocks.cssが読み込まれていた
get_stylesheet_uri()はhttps://ss523971.stars.ne.jp/todo/wp-content/themes/twentysixteen-child/style.css?ver=1.0.1が、get_template_directory_uri().”/css/editor-blocks.css”はhttps://ss523971.stars.ne.jp/todo/wp-content/themes/twentysixteen/css/editor-blocks.css?ver=1.0.1が、get_stylesheet_directory_uri().”/css/editor-blocks.css”はhttps://ss523971.stars.ne.jp/todo/wp-content/themes/twentysixteen-child/css/editor-blocks.css?ver=1.0.1が出力される
mkdirコマンドのpオプションは~/aaa/bbbのようにbbbディレクトリを作成したいのにaaaディレクトリが無い時、aaaディレクトリを作成してからbbbディレクトリを作成してくれるオプションだが、すでに存在しているディレクトリを作成しようとすると何もせずに終了する