Advertisement
pusatdata

Protect URL Custom Field Menggunakan Shortcode PMS

Mar 30th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. PAKAI TEKS:
  2. <?php
  3. $my_full = get_post_meta( get_the_ID(), 'full', true);
  4. if( ! empty( $my_full ) ) {
  5. echo do_shortcode('[pms-restrict subscription_plans="38"]<a href=' . $my_full . ' target="_blank">DOWNLOAD</a>[/pms-restrict]');
  6. }
  7. ?>
  8.  
  9. PAKAI GAMBAR:
  10. <?php
  11. $my_full = get_post_meta( get_the_ID(), 'full', true);
  12. if( ! empty( $my_full ) ) {
  13. echo do_shortcode('[pms-restrict subscription_plans="38"]<a href=' . $my_full . ' target="_blank"><img src="http://pustakakoran.com/pdf.png"></a>[/pms-restrict]');
  14. }
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement