WP PLUGIN 申請指摘事項の再修正

・メソッド名の修正
This commit is contained in:
2021-06-18 12:58:28 +09:00
parent 28c02ebce2
commit 0d102684e3
2 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ Plugin URI: https://www.n-k-y.net/wp_plugin_apop/
Author: Nobuhiro Kimura
Author URI: https://www.n-k-y.net
Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン
Version: 1.0.1
Version: 1.0.0
License: GPLv2
*/
@@ -35,8 +35,8 @@ $APOP = new APOP;
new APOP_POST;
//CSS, JSの読み込み
add_action( 'admin_enqueue_scripts', 'mtee_register_my_styles' );
function mtee_register_my_styles() {
add_action( 'admin_enqueue_scripts', 'apop_register_my_styles' );
function apop_register_my_styles() {
wp_enqueue_style( 'hrc_post_style', APOP_PLUGIN_URL . 'css/apop-style.css' );
wp_enqueue_script( 'jquery-ui-sortable' );
wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' );