??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/plugins/polylang/src/settings/view-tab-strings.php
⬅ Kembali
<?php
/**
* Displays the strings translations tab in Polylang settings
*
* @package Polylang
*
* @var PLL_Table_String $string_table An object representing the translations list table.
*/
defined( 'ABSPATH' ) || exit;
?>
<div class="form-wrap">
<form id="string-translation" method="post" action="<?php echo esc_url( add_query_arg( 'noheader', 'true' ) ); ?>">
<input type="hidden" name="pll_action" value="string-translation" />
<?php
$string_table->search_box( __( 'Search translations', 'polylang' ), 'translations' );
wp_nonce_field( 'string-translation', '_wpnonce_string-translation' );
$string_table->display();
if ( current_user_can( 'manage_options' ) ) {
printf( '<br /><label><input name="clean" type="checkbox" value="1" /> %s</label>', esc_html__( 'Clean strings translation database', 'polylang' ) );
?>
<p><?php esc_html_e( 'Use this to remove unused strings from database, for example after a plugin has been uninstalled.', 'polylang' ); ?></p>
<?php
}
submit_button();
?>
</form>
<div class="metabox-holder">
<?php
wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false );
do_meta_boxes( PLL_Admin_Base::get_screen_id( 'strings' ), 'normal', array() );
?>
</div>
</div>
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 flags.php
php
12 KB
2026-06-17 21:10
🐘 languages.php
php
32.2 KB
2026-06-17 21:10
🐘 settings-browser.php
php
3 KB
2026-06-17 21:10
🐘 settings-cpt.php
php
5.1 KB
2026-06-17 21:10
🐘 settings-licenses.php
php
3.3 KB
2026-06-17 21:10
🐘 settings-media.php
php
854 B
2026-06-17 21:10
🐘 settings-module.php
php
8.8 KB
2026-06-17 21:10
🐘 settings-url.php
php
8.1 KB
2026-06-17 21:10
🐘 settings.php
php
11.7 KB
2026-06-17 21:10
🐘 table-languages.php
php
8 KB
2026-06-17 21:10
🐘 table-settings.php
php
5 KB
2026-06-17 21:10
🐘 table-string.php
php
14 KB
2026-06-17 21:10
🐘 view-about.php
php
848 B
2026-06-17 21:10
🐘 view-languages.php
php
894 B
2026-06-17 21:10
🐘 view-tab-lang.php
php
6.3 KB
2026-06-17 21:10
🐘 view-tab-settings.php
php
387 B
2026-06-17 21:10
🐘 view-tab-strings.php
php
1.2 KB
2026-06-17 21:10