isaacadams

do-shortcode

Apr 29th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function full_cta_link( $atts, $content = null ) {
  2. return '<div class="row"><div class="col-lg-3"><h2>Title</h2><p>Content.</p></div>
  3. <div class="col-lg-3">' . do_shortcode($content) . '</div></div>';
  4. }
  5. add_shortcode('full_cta_call', 'full_cta_link');
Advertisement
Add Comment
Please, Sign In to add comment