Guest User

Untitled

a guest
Jan 22nd, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ob_start();
  2. Your table content here;
  3. $table_html = ob_get_contents();
  4. ob_end_clean();
  5. echo do_shortcode('[subscribe_to_unlock_form]'.$table_html.'[/subscribe_to_unlock_form]');
Advertisement
Add Comment
Please, Sign In to add comment