ソースを参照

Update register block pattern categories function name (#5804)

Sarah Norris 3 年 前
コミット
964d02eedd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      archeo/functions.php

+ 1 - 1
archeo/functions.php

@@ -99,4 +99,4 @@ function archeo_register_block_pattern_categories() {
 	}
 
 }
-add_action( 'init', 'archeo_register_block_patterns', 9 );
+add_action( 'init', 'archeo_register_block_pattern_categories', 9 );