Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Buy Now

...

Amilee Selfridge
<10

Ensure Webfont is Loaded

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

<10

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 Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

AJAX Grid Search (single grid)

Add ID of #gridSearch to the search form. Give your grid a class of .grid-results.

Limit Uploaded Image Size

Set a max width and height for your image uploads to save space.

Defining SparkPost Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

1 181 182 183 184 185 213