Remove Google Fonts
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
blutooth connection
i want a on off button that when press each other send logical true if press…
Remove Subscriber from Segment
This snippet helps remove a push subscriber from a segment on the defined event.
Auto Responder Message Content | Quick Event Manager
add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…
Alter what the Calendar Displays | Display Eventbrite Events
The Calendar (cal and cal list) is more complex than standard PHP templates because it utilizes…
Change Fields On Donation Form
Example on how to change labels for fields on donation form.
Login 'Remember Me' checked by default
'Remember Me' checked by default
Test snippet
This is just for testing -- nice that there is a description area.
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Defining General Settings Constants
Every constant in this section can be used for any mailer because they’re not specific to…
MemberPress: WooCommerce - Show Protected Products on the Shop Page
If we protect products using Rules, they won’t show in the Shop page. To change this…
MemberPress: Change Membership Registration URL
Each MemberPress Membership has an automatically generated registration page with its default URL. This code snippet…
om-reactv3.js
// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…