Advertisement
pusatdata

Do_Shortcode dengan Pembuka-Penutup, URL, PHP

Jan 28th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. It's WORK!
  2.  
  3. <?php
  4. $my_judul = get_the_title();
  5. if( ! empty( $my_judul ) ) {
  6. echo do_shortcode( '[pms-restrict subscription_plans="21,22,23,27"]<a target="_blank" href="http://example.com/' . $my_judul . '.epub">CLICK UNTUK UNDUH</a>[/pms-restrict]' );
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement