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":66,"count":3,"description":"","link":"https:\/\/kitchenkraftkreations.com\/product-category\/oleev-health\/","name":"Oleev Health","slug":"oleev-health","taxonomy":"product_cat","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/kitchenkraftkreations.com\/wp-json\/wp\/v2\/product_cat\/66"}],"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=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}