Login 'Remember Me' checked by default
'Remember Me' checked by default
Test snippet
This is just for testing -- nice that there is a description area.
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Defining General Settings Constants
Every constant in this section can be used for any mailer because they’re not specific to…
MemberPress: Add/Override State Drop Down Values
Adding this code snippet to a website will override the list of states available under the…
Partner Group GTM Head Tag
Add GTM Tag to Site Header on Partner Site Group
Untitled Snippet
// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…
WPCode Admin Number of Snippets (copy)
Change the number of snippets displayed in the admin list using a filter.
WooCommerce Programmatically Cancel Pending Orders After 1 Hour
Post More Detail It’s possible that you’re thinking, “But I can already do that using the…
Use YouTube Thumbnail as Featured Image
// Hook into the save_post action to set the YouTube thumbnail as the featured image function…
Buy with Prime
add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>