PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export-pro
/
views
/
admin
/
export
/
template
<?php $uploads = wp_upload_dir(); $functions = $uploads['basedir'] . DIRECTORY_SEPARATOR . WP_ALL_EXPORT_UPLOADS_BASE_DIRECTORY . DIRECTORY_SEPARATOR . 'functions.php'; $functions_content = file_get_contents($functions); ?> <style type="text/css"> .wpae-collapser { float: right; height: 20px; width: 20px; background: url('<?php echo PMXE_ROOT_URL . '/static/img/collapser.png'?>') 0 0; margin-right: 10px; background-size: cover; } .closed .wpae-collapser{ background: url('<?php echo PMXE_ROOT_URL . '/static/img/collapser.png'?>') 0 20px; background-size: cover; } </style> <div class="wpallexport-collapsed wpallexport-section wpallexport-file-options functions-editor" style="margin-top: 0px;"> <div class="wpallexport-content-section" style="padding-bottom: 0; margin-bottom: 10px;"> <div class="wpallexport-collapsed-header edit-functions-collapsed-header" style="padding-left: 25px; background: none;"> <div class="wpae-collapser"></div> <h3 style="font-size: 14px; line-height: normal; margin-top: 11px; color: #464646;"><?php _e('Function Editor', 'wp_all_export_plugin');?><a href="#help" class="wpallexport-help" title="<?php printf(__("Add functions here for use during your export. You can access this file at %s", "wp_all_export_plugin"), preg_replace("%.*wp-content%", "wp-content", $functions));?>" style="top: -1px;">?</a></h3> </div> <div class="wpallexport-collapsed-content" style="padding: 0; overflow: hidden; height: auto; display: block;"> <div class="wpallexport-collapsed-content-inner" style="padding-top:0;"> <textarea id="wp_all_export_code" name="wp_all_export_code"><?php echo (empty($functions_content)) ? "<?php\n\n?>": esc_textarea($functions_content);?></textarea> <div class="input" style="margin-top: 20px;"> <div class="input" style="display:inline-block; margin-right: 20px;"> <input type="button" class="button-primary wp_all_export_save_functions" value="<?php _e("Save Functions", 'wp_all_export_plugin'); ?>"/> <div class="wp_all_export_functions_preloader"></div> </div> <div class="input wp_all_export_saving_status" style="display:inline-block;"></div> </div> </div> </div> </div> </div>
[+]
..
[-] add_new_field.php
[edit]
[-] functions_editor.php
[edit]
[-] custom_xml_help.php
[edit]
[-] advanced_field_options.php
[edit]