Remove Google Fonts
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
Untitled Snippet
i want a on off button that when press each other send logical true if press…
Add Profile ID to Subscriber
You can assign any CRM ID or your database ID to your push subscriber and then…
Class Clashes | Display Eventbrite Events
We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Rerender PDF Viewer when embedded inside Kadence Blocks > Tabs for PDF Embedder Lite
When you add a PDF Embedder block or shortcode inside the Tabs block of the Kadence…
Admin Giriş Url'sini Değiştir
Admin giriş linkini değiştirir.
MemberPress: Allow Users to Pause/Resume Subscriptions Only for Specific Memberships
For this code snippet to work, the Allow members to pause/resume their subscription option needs to…
font-family.css
div#om-{{id}} * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }
fullPage.js
Register and Enqueue fullPage.js library
MemberPress: Add An Email Parameter That Displays A Link To The Sub-Account Signup Page
This code will create a new email parameter named {$subaccount_link}. This email parameter can be added…