golden hour
/var/www/html/wp-content/plugins/js_composer/include/templates/pages/vc-settings
⬆️ Go Up
Upload
File/Folder
Size
Actions
default-template-post-type.tpl.php
1.56 KB
Del
OK
index.php
418 B
Del
OK
tab-vc-roles.php
3.42 KB
Del
OK
tab.php
5.12 KB
Del
OK
vc-automapper.php
438 B
Del
OK
Edit: vc-automapper.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $custom_tag = 'script'; ?> <<?php echo esc_attr( $custom_tag ); ?>> window.vcAdminNonce = '<?php echo esc_js( vc_generate_nonce( 'vc-admin-nonce' ) ); ?>'; </<?php echo esc_attr( $custom_tag ); ?>> <form action="options.php" method="post" id="vc_settings-automapper" class="vc_settings-tab-content vc_settings-tab-content-active" > <?php vc_automapper()->renderHtml(); ?> </form>
Save