Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
modules
/
admin
/
templates
/
File Content:
holder.php
<?php if ( ! defined( 'ABSPATH' ) ) { // Exit if accessed directly. exit; } ?> <div class="qodef-admin-page"> <form method="post" id="qode_framework_ajax_form" data-options-name="<?php echo esc_attr( $options_name ); ?>"> <div class="qodef-admin-header"> <div class="qodef-header-left"> <div class="qodef-header-left-inner"> <div class="qodef-logo-holder"> <a href="https://qodeinteractive.com" target="_blank"> <img src="<?php echo esc_url( QODE_FRAMEWORK_INC_URL_PATH . '/common/modules/admin/assets/img/logo-qode-interactive.png' ); ?>" alt="<?php esc_attr_e( 'Admin Qode Interactive image', 'qode-framework' ); ?>"/> </a> </div> <div class="qodef-help-center-holder"> <a href="https://helpcenter.qodeinteractive.com" target="_blank"> <img class="qodef-help-image" src="<?php echo esc_url( QODE_FRAMEWORK_INC_URL_PATH . '/common/modules/admin/assets/img/help-center-icon.png' ); ?>" alt="<?php echo esc_attr__( 'Help Center Icon image', 'qode-framework' ); ?>"/> <span class="qodef-help-text"><?php esc_html_e( 'Support Center', 'qode-framework' ); ?></span> </a> </div> <div class="qodef-search-holder"> <?php qode_framework_svg_icon( 'search', 'qodef-search-icon' ); ?> <input class="qodef-search-field qodef-input" value="" placeholder="<?php esc_attr_e( 'Search Options', 'qode-framework' ); ?>"> <?php qode_framework_svg_icon( 'spinner', 'qodef-search-loading qodef-hidden' ); ?> </div> </div> </div> <div class="qodef-header-right"> <div class="qodef-header-right-inner"> <div class="qodef-save-success"> <p class="qodef-field-description"><?php esc_html_e( 'Successfully saved!', 'qode-framework' ); ?></p> </div> <div class="qodef-save-reset-loading"><?php qode_framework_svg_icon( 'spinner', 'qodef-save-reset-loading-spinner' ); ?></div> <div class="qodef-form-save-holder"> <?php if ( function_exists( 'ini_get' ) && ini_get( 'max_input_vars' ) < 3000 ) { esc_html_e( 'Please contact your hosting service and ask them to increase max_input_vars value to 3000 in order to meet the theme requirements. Then you will be able to save theme options.', 'qode-framework' ); } else { ?> <input type="submit" class="qodef-btn qodef-btn-solid qodef-save-reset-button" name="qodef_save" value="<?php esc_attr_e( 'Save Changes', 'qode-framework' ); ?>"/> <?php } ?> </div> <div class="qodef-form-reset-holder"> <input onclick="return confirm('<?php esc_html_e( 'Are you sure? You will reset all options to default values. This will also apply on already imported demo.', 'qode-framework' ); ?>');" type="submit" class="qodef-btn qodef-btn-outlined qodef-save-reset-button" name="qodef_reset" value="<?php esc_attr_e( 'Reset All', 'qode-framework' ); ?>"/> </div> </div> </div> </div> <div class="qodef-admin-content"> <?php $options->render_navigation(); ?> <?php $options->render_content(); ?> </div> <?php wp_nonce_field( 'qode_framework_ajax_save_nonce', 'qode_framework_ajax_save_nonce' ); ?> </form> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
content.php
834 bytes
0644
holder.php
3161 bytes
0644
navigation.php
1943 bytes
0644
N4ST4R_ID | Naxtarrr