bypass SSL certificate
bypass ssl - getting errors - fixes that
Replace Menu Icon
Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons
Force Minimum Password Length at Checkout
Force a minimum password length when a customer creates an account at checkout
Dante Gallery Popup
Dante Gallery Popup
Show Page Title
echo the_title();
Reverse variable pricing
Great for when you've added variable prices lowest to highest but want to show highest to…
Apollo Website Tracking
function add_apollo_tracker() { ?>
Untitled Snippet
import { BrowserRouter, Routes, Route, Link } from "react-router-dom"; import "./styles.css"; function Header() { return (…
Remove Post Title from Yoast Breadcrumb
/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…
Add CSS classes to apply for vendor label
/** * Add CSS class to apply for vendor label in a registration * * @param…
home slider html
if (is_front_page()) : ?>
Add data-no-optimize to all JS snippets
This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…
Escaping Data
// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…
After Checkout Event in EDD
This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…