Update Donation Summary

Often you might want to change the output of where a donation summary is outputted for…

Add Campaign Status to Campaign Shortcode

This inserts the campaign status ('active', 'successful') to the [campaigns] shortcode. https://www.wpcharitable.com/documentation/the-campaigns-shortcode/

Translating the Total Field's Order Summary

This code targets specific elements inside the Order Summary and updates the labels to the translated…

<10

How to Store Field Values in the WPForms Entry

/** * Show values in Dropdown, checkboxes, and Multiple Choice. */ add_action( 'wpforms_fields_show_options_setting', '__return_true' ); /**…

<10

vohungy.com.vn

Võ Hưng Ý
<10

Waste Licence

Waste carriers affiliation badge

Anthony Burnett
<10

rexing

fishing camera

Chet fishingfortrout
<10

Postalytics Tracking Script

Mail tracker

Mark Cornish
<10

Link Featured Image to Post

Snippet for automatically link image to post

Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

1 69 70 71 72 73 171