easy-charts-shortcode-metabox-display.php 466 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Markup file for metabox
  4. *
  5. * HTML markup for shortcode metabox.
  6. *
  7. * @link http://kiranpotphode.com
  8. * @since 1.0.0
  9. *
  10. * @package Easy_Charts
  11. * @subpackage Easy_Charts/admin/partials
  12. */
  13. global $post;
  14. ?>
  15. <div id="easy-charts-shortcode-metabox-wrap">
  16. <div id="easy-chart-shortcode-box">
  17. <input type="text" name="ec-shortcode" value="[easy_chart chart_id='<?php echo $post->ID ?>']" readonly >
  18. </div>
  19. </div>