Untitled Snippet
add_filter( 'woocommerce_product_single_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); add_filter( 'woocommerce_product_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); function saphie_custom_add_to_cart_text() { return 'ADD TO BAG'; }
Redirecting Vendors to Vendor Dashboard on Login
Snippet To Redirect Vendors to their Dashboard on login
Add menu item to vendor dashboard
// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…
3 Dots for popup text in WordPress
With this snippet 3 highlighted dots appear when you create small items of text that you…
Huttons News Importer
final class Huttons_News_Importer { private const CRON_HOOK = 'huttons_news_hourly'; private const CATALOG_URL = 'https://www.huttonsgroup.com/property-news'; private const…
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…
Cache Time | Display Eventbrite Events
The free version has a cache time of 24 hours, for most uses this is fine…
Adjust Currency Symbols | Display Eventbrite Events
The Display Eventbrite plugin has a table that converts currency code to symbols. Sometime a user…
GA Tag-header
A GPTBOT FOR MY WEBSITE