PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
plugins
/
polylang
/
settings
<?php /** * Displays the settings tab in Polylang settings */ 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>
[-] view-tab-lang.php
[open]
[-] table-settings.php
[open]
[-] view-tab-settings.php
[open]
[-] table-string.php
[open]
[-] settings-url.php
[open]
[-] settings-licenses.php
[open]
[+]
..
[-] view-languages.php
[open]
[-] settings-cpt.php
[open]
[-] flags.php
[open]
[-] view-tab-strings.php
[open]
[-] view-about.php
[open]
[-] settings-media.php
[open]
[-] settings-module.php
[open]
[-] table-languages.php
[open]
[-] settings.php
[open]
[-] settings-browser.php
[open]
[-] languages.php
[open]