MemberPress: Extend the Grace Period
This will extend the default 1-day grace period for subscriptions. The code needs to be adjusted…
Rerender PDF Viewer when embedded inside Kadence Blocks > Tabs for PDF Embedder Lite
When you add a PDF Embedder block or shortcode inside the Tabs block of the Kadence…
BNB Auto Bot
BNB Auto Group Customer Service Bot
Open External Link in New Tab in WordPress
PHP Snippet
font-family2.css
html .Campaign * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }
om-monsterlink.html
Subscribe Now!
masonry.js
Register and Enqueue masonry.js library for grid layouts
Add Theme Supports
Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features
Using Conditional Logic to Change Date Picker Locale
This snippet works with the WPML plugin and only apply date picker locale changes when the…
Hide Out Of Stock items on WooCommerce Shop page when sorting (popularity/price) applied.
Hide Out Of Stock items on the WooCommerce Shop page when sorting (popularity/price) applied.
Sort Events Category by Publish Date (Oldest First)
function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…
Remove Donor Count From Specific Campaign
Hide the campaign donor count from a specific campaign, using the campaign ID.