Add Campaign Progress Bar Shortcode
/** * Add a new shortcode to display the progress bar for a particular campaign. * * After adding this, you can display a particular campaign’s progress bar with * the following: * * [charitable_progress_bar campaign_id=123] */ add_shortcode( ‘charitable_progress_bar’, function(…Continue reading