vc-automapper.php 438 B

1234567891011121314
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. $custom_tag = 'script';
  6. ?>
  7. <<?php echo esc_attr( $custom_tag ); ?>>
  8. window.vcAdminNonce = '<?php echo esc_js( vc_generate_nonce( 'vc-admin-nonce' ) ); ?>';
  9. </<?php echo esc_attr( $custom_tag ); ?>>
  10. <form action="options.php" method="post" id="vc_settings-automapper"
  11. class="vc_settings-tab-content vc_settings-tab-content-active"
  12. >
  13. <?php vc_automapper()->renderHtml(); ?>
  14. </form>