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…
Hello
echo "hello World !";
LIFTER_TextReplace - Changes "Courses" to "Modules" and "Lessons" to "Steps
* Changes "Courses" to "Modules" and "Lessons" to "Steps" * Add to WP Code Snippets or…
SYNC_DIR - Users
/** * WPCode Snippet: WordPress Users Sync - FINAL NO DUPLICATES VERSION * Description: Bulletproof manual…
Untitled Snippet
Guesty Search Widget
Delete Pending Donations
This script properly deletes all pending donations using WordPress functions ensuring all hooks fire and related…
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE)
/** * ============================================================================= * VOELGOED — META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE) * ============================================================================= *…
Publishing email
Emails the author when their download is published.
Move User Fields Below Account Creation
Move the user fields below the "create an account" fields
AffiliateWP – Second Affiliate Selection at Checkout (WooCommerce Checkout Block)
Adds a second affiliate dropdown to the WooCommerce Checkout Block, allowing customers to select two affiliates…