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

Glenda Davis
<10

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…

ismail daugherty PRO
<10

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…

ismail daugherty PRO
<10

Set Maximum Donation Amount

Set the maximum donation amount required.

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) * ============================================================================= *…

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

1 95 96 97 98 99 234