db_id] = $item->bogo_locales; } $prefix = 'menu-item-bogo-locale'; wp_enqueue_script( 'bogo-admin', plugins_url( 'admin/admin.js', BOGO_PLUGIN_BASENAME ), array( 'jquery' ), BOGO_VERSION, true ); wp_localize_script( 'bogo-admin', '_bogo', array( 'availableLanguages' => bogo_available_languages( 'orderby=value' ), 'locales' => $locales, 'selectorLegend' => __( 'Displayed on pages in', 'bogo' ), 'cbPrefix' => $prefix ) ); wp_enqueue_style( 'bogo-admin', plugins_url( 'admin/admin.css', BOGO_PLUGIN_BASENAME ), array(), BOGO_VERSION, 'all' ); return; } } ?>