Skip to content

Instantly share code, notes, and snippets.

@bayareawebpro
Last active November 30, 2017 05:56
Show Gist options
  • Save bayareawebpro/8ba71e5994b898ac61d0738e4a842187 to your computer and use it in GitHub Desktop.
Save bayareawebpro/8ba71e5994b898ac61d0738e4a842187 to your computer and use it in GitHub Desktop.
//Replace Shortcode
$replacement = "[av_textblock size='' font_color='' color=''] Scroll down to view listings from ".$serviceName." in ".$city.", ".$state.". [/av_textblock]";
$post->post_content = preg_replace('%\[av_textblock size=\'[^"]*\' font_color=\'[^"]*\' color=\'[^"]*\']([^[]*)\[/av_textblock]%', $replacement, $post->post_content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment