esc_html( $checked_ontop ), 'change_radiolist' => esc_html( $change_radiolist ), 'checklist_no_top' => esc_html( $checklist_no_top ), 'requires' => esc_html( $requires ), ); update_option( 'aac_options', $aac_options ); $this->aac_options = get_option( 'aac_options' ); //成功時 $e->add( 'error', $this->_( "Settings saved", '保存されました' ) ); set_transient( 'post-updated', $e->get_error_messages(), 3 ); } //投稿タイプを取得 $post_types = get_post_types(array(), "objects"); //特定の投稿タイプを削除 unset( $post_types['attachment'], $post_types['revision'], $post_types['nav_menu_item'], $post_types['acf'], //ACF $post_types['wpcf7_contact_form'] //ContactForm7 ); //タクソノミーを取得 $post_taxonomies = get_taxonomies(array(), "objects"); //特定のタクソノミー削除 unset( $post_taxonomies['page'], $post_taxonomies['post_tag'], $post_taxonomies['nav_menu'], $post_taxonomies['link_category'], $post_taxonomies['post_format'] ); ?>

e( 'Adjust Admin Categories Settings', 'Adjust Admin Categories 設定' ) ?>

e( "The posts screen category box can be adjusted.", '投稿画面のカテゴリーボックスの調整ができます。' ) ?>

labels->name;?>

name, $post_taxonomy->name ) ){ continue; } ?>

labels->name;?>

e( "Stop the checkbox from moving", 'チェックボックスが移動するのを停止する' ) ?>
e( "Change checkbox to radio button", 'チェックボックスをラジオボタンにする' ) ?>
e( "Make parent taxonomies unselectable", '親の選択が出来ないようにする' ) ?>
e( "Required", '必須項目にする' ) ?>