WP PLUGIN 

・選択カスタムフィールドをオートコンプリートに変更
This commit is contained in:
2021-06-26 16:23:35 +09:00
parent b69c5fbd88
commit 693752d71a
7 changed files with 1374 additions and 23 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ Plugin URI: https://develop.n-k-y.net/wordpress/wp_plugin/apop/
Author: NBK45
Author URI: https://develop.n-k-y.net
Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン
Version: 1.1.2
Version: 1.1.3
License: GPLv2
*/
@@ -37,6 +37,7 @@ new APOP_POST;
//CSS, JSの読み込み
add_action( 'admin_enqueue_scripts', 'apop_register_my_styles' );
function apop_register_my_styles() {
wp_enqueue_style( 'jq_ui_css', APOP_PLUGIN_URL . 'css/jquery-ui.css' );
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' );