__( 'Global Navigation', 'arkhe' ), 'drawer_menu' => __( 'Inside the drawer menu', 'arkhe' ), 'footer_menu' => __( 'Footer', 'arkhe' ), ) ); } /** * 従来ウィジェットで呼び出されるナビゲーションに開閉サブメニュー用のクラスを付与 */ add_filter( 'wp_nav_menu_items', __NAMESPACE__ . '\hook_wp_nav_menu_items', 10, 2 ); function hook_wp_nav_menu_items( $items, $args ) { $location = isset( $args->theme_location ) ? $args->theme_location : ''; if ( '' === $location ) { $regex = '/