Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [vc_column_text]
  2. [st_custom_meta key="st_custom_available_dates"]
  3. [/vc_column_text]
  4.  
  5. <span>Alex</span>
  6. <span>john</span>
  7. <span>Chris</span>
  8. <span>Bill</span>
  9.  
  10. Some text here
  11. [my_short_code]
  12. And more text here
  13.  
  14. add_shortcode('my_short_code', 'render_my_short_code);
  15.  
  16. function render_my_short_code () {
  17. ?>
  18. Yay
  19. <?php
  20. }
  21.  
  22. Some text here
  23. Yay
  24. And more text here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement