Link Featured Image to Post
Snippet for automatically link image to post
Disabling the Admin Bar for Non-Admin Users
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
Untitled Snippet
popup
Easter
Info om tävlingenStarta tävling Första gåtanSubmit Andra gåtanSubmit Tredje gåtanSubmit Resultat och översiktTiden det tog för…
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…
Disable Donation Receipt For Offline Donations
Disable the donation receipt email for offline donations.
SYNC_DIR - Users
/** * WPCode Snippet: WordPress Users Sync - FINAL NO DUPLICATES VERSION * Description: Bulletproof manual…
Set Maximum Donation Amount
Set the maximum donation amount required.
Untitled Snippet
Guesty Search Widget
Delete Pending Donations
This script properly deletes all pending donations using WordPress functions ensuring all hooks fire and related…
META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE)
/** * ============================================================================= * VOELGOED — META CONVERSIONS API (CAPI) — PURCHASE (SERVER-SIDE) * ============================================================================= *…