Skip to content

Instantly share code, notes, and snippets.

View ferventjerry's full-sized avatar

Jerry Simmons ferventjerry

View GitHub Profile
/**
* Update Give Form Shortcodes in Post Content
*
* @uses JEDI Hook jedi_after_post_import
* @param array $jedi_post_ids An array of imported Post IDs.
**/
function update_giveform_shortcodes( $jedi_post_ids ) {
foreach($jedi_post_ids as $jedi_post_id) {
$give_post = get_post($jedi_post_id);