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…
Add Content Above or Below the Speaker Details
Adds your own markup above the speaker detail block, for a banner, notice or breadcrumb. The…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…
Set the ranges for Calendar List View | Display Eventbrite Events
The following code snippet filters the valid ranges for the next/prev keys of the calendar list…
Cusdtom WP escape
One major difficulty with passing WordPress org security reviews is escaping late. This function may help.
WC Vendors Marketplace vendor's list - Change Search for a vendor
Change Search for a vendor - WC Vendors Marketplace
Tasty Roundups - Change Heading from h2 to h3
Change all your Tasty Roundup headings from h2 tags to h3 tags
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
theme setup unocss assets
UnoCSS runtime provide a CDN build that runs the UnoCSS right in the browser. It will…