Search results for: admin
Duplicate Post/Page Link
Duplicate posts, pages or any post type with 1-click by adding a duplicate link in the…
Change Admin Panel Footer Text
Display custom text in the admin panel footer with this snippet.
Custom Field to Vendor Settings Page
/* WC Vendors Pro - My Custom Field */ function store_bank_details( ){ if ( class_exists( 'WCVendors_Pro'…
MemberPress: Disable Admin Password Lost/Changed Email
Disable the MemberPress Admin email notification for password lost/changed.
Add custom CSS in the Admin
Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…
Change CSV Export Delimiter
Changes the CSV delimiter that separates each form field on a form export. Remember to change…
Replace Menu Icon
Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons
Disable emails on free purchases
If the purchase was for a free product, don't send any emails.
WPCODE_DIR_AD_SYNC - WPCode Snippets Sync Engine
Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere * Priority:…
Hindra åtkomst till /wp-admin för prenumeranter
/** * Hindra åtkomst till /wp-admin för prenumeranter */ add_action( 'admin_init', function() { if ( is_user_logged_in()…
Dölj admin-baren för prenumeranter
/** * 2) Dölj admin-baren för prenumeranter */ add_filter( 'show_admin_bar', function( $show ) { if (…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Register Multiple Donation Fields
Add multiple new fields to your donation form.
Change Fields On Donation Form
Example on how to change labels for fields on donation form.
footer
footer description