ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "view-tab-settings.php"
Full Path: /home/zcziejy/ryadselyen/settings/view-tab-settings.php
File size: 362 bytes
MIME-type: text/x-php
Charset: utf-8
<?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>