Woocommerce price prefix/suffix

add_filter( 'woocommerce_get_price_html', 'custom_change_product_price_display' ); add_filter( 'woocommerce_cart_item_price', 'custom_change_product_price_display' ); function custom_change_product_price_display( $price ) { // Your additional text in a translatable string $text = __('Starting from'); // returning the text before…

Continue ReadingWoocommerce price prefix/suffix

Clear elementor cache

//Auto Clear REGENERATE CACHE OF ELEMENTOR add_action('save_post', 'clear_elementor_cache'); function clear_elementor_cache() { if ( did_action( 'elementor/loaded' ) ) { // Automatically purge and regenerate the Elementor CSS cache \Elementor\Plugin::instance()->files_manager->clear_cache(); } }

Continue ReadingClear elementor cache

Map

http://geojson.io https://www.openstreetmap.org/relation/9597 http://polygons.openstreetmap.fr/index.py                

Continue ReadingMap