PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
ui-elements
<?php class WPML_UI_Unlock_Button { public function render( $disabled, $unlocked, $radio_name, $unlocked_name ) { if ( $disabled && ! $unlocked ) { ?> <button type="button" class="button-secondary wpml-button-lock js-wpml-sync-lock" title="<?php esc_html_e( 'This setting is controlled by a wpml-config.xml file. Click here to unlock and override this setting.', 'sitepress' ); ?>" data-radio-name="<?php echo $radio_name; ?>" data-unlocked-name="<?php echo $unlocked_name; ?>"> <i class="otgs-ico-lock"></i> </button> <?php } ?> <input type="hidden" name="<?php echo $unlocked_name; ?>" value="<?php echo $unlocked ? '1' : '0'; ?>"> <?php } }
[-] class-wpml-ui-unlock-button.php
[edit]
[-] class-wpml-ui-screen-options-pagination.php
[edit]
[-] class-wpml-ui-pagination.php
[edit]
[+]
..
[-] class-wpml-ui-help-tab.php
[edit]
[-] class-wpml-ui-screen-options-factory.php
[edit]