PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
translatepress-multilingual
/
partials
<?php if ( !defined('ABSPATH' ) ) exit(); ?> <div id="trp-settings-page" class="wrap"> <?php require_once TRP_PLUGIN_DIR . 'partials/settings-header.php'; ?> <form method="post" action="options.php"> <?php settings_fields( 'trp_advanced_settings' ); ?> <?php do_action ( 'trp_settings_navigation_tabs' ); ?> <div class="advanced_setting_tab_class"> <div id="trp-settings__wrap"> <?php do_action('trp_before_output_advanced_settings_options' ); ?> <?php do_action('trp_output_advanced_settings_options' ); ?> <button type="submit" class="trp-submit-btn"> <?php esc_html_e( 'Save Changes', 'translatepress-multilingual' ); ?> </button> </div> </div> </form> </div>
[-] language-switcher-configurator-page.php
[edit]
[-] settings-navigation-tabs.php
[edit]
[-] trp-remove-duplicate-rows.php
[edit]
[-] .htaccess
[edit]
[-] advanced-settings-page.php
[edit]
[-] error-manager-page.php
[edit]
[-] plugin-optin-page.php
[edit]
[-] addons-settings-page.php
[edit]
[-] trp-update-database.php
[edit]
[-] translation-manager.php
[edit]
[-] main-settings-page.php
[edit]
[-] shortcode-switcher.php
[edit]
[-] license-settings-page.php
[edit]
[-] floating-switcher.php
[edit]
[-] language-switcher-shortcode.php
[edit]
[-] machine-translation-test-api-popup.php
[edit]
[-] main-settings-language-selector.php
[edit]
[-] machine-translation-settings-page.php
[edit]
[-] settings-header.php
[edit]
[+]
..