pusatdata

Do Shortcode Membership PMS + Link Download

Apr 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. $my_linkdownload = get_post_meta( get_the_ID(), 'linkdownload', true);
  3. if( ! empty( $my_linkdownload ) ) {
  4. echo do_shortcode('[pms-restrict subscription_plans="8"] <a href="' . $my_linkdownload . '" target="_blank"><img src="http://koran.pustakakoran.com/img/etc/pdf.png"> </a>[/pms-restrict]');
  5. }
  6. ?>
Add Comment
Please, Sign In to add comment