import { _x } from '@wordpress/i18n'; import { SelectControl } from '@wordpress/components'; const FontLanguageControl = props => { const { className, subset, setSubset } = props; const languageOptions = [ { value: 'latin,all', label: _x( 'All Languages', 'Label for the all languages option in the language dropdown in the customizer.', 'easy-google-fonts' ) }, ...window.egfGoogleFontLanguages .map(language => ({ value: language, label: language })) .sort((a, b) => (a.value > b.value ? 1 : -1)) ]; return (
); }; export default FontLanguageControl;
{"id":91,"count":2,"description":"","link":"https:\/\/kitchenkraftkreations.com\/product-category\/microwave\/","name":"Microwave","slug":"microwave","taxonomy":"product_cat","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/kitchenkraftkreations.com\/wp-json\/wp\/v2\/product_cat\/91"}],"collection":[{"href":"https:\/\/kitchenkraftkreations.com\/wp-json\/wp\/v2\/product_cat"}],"about":[{"href":"https:\/\/kitchenkraftkreations.com\/wp-json\/wp\/v2\/taxonomies\/product_cat"}],"wp:post_type":[{"href":"https:\/\/kitchenkraftkreations.com\/wp-json\/wp\/v2\/product?product_cat=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}