Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function show_recurrence_description() {
  2. if (is_event()) {
  3. ?>
  4. <script type="text/javascript">
  5. // your javscript code goes here
  6. jQuery( document ).ready(function() {
  7. jQuery('.tribe-events-event-body').clone().insertAfter('.recurringinfo')
  8. });
  9. </script>
  10. <?php
  11. }
  12. }
  13. add_action('wp_head', 'show_recurrence_description');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement