Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
polymastigina
/
wp-content
/
plugins
/
polylang
/
settings
:
view-tab-settings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Displays the settings tab in Polylang settings * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly } ?> <div class="form-wrap"> <?php wp_nonce_field( 'pll_options', '_pll_nonce' ); $list_table = new PLL_Table_Settings(); $list_table->prepare_items( $this->modules ); $list_table->display(); ?> </div>