PATH:
home
/
centosnipponia
/
public_html
/
sweetrich
/
wp-content
/
plugins
/
polylang
/
modules
/
sync
<?php /** * @package Polylang */ /** * A class to manage the copy and synchronization of term metas. * * @since 2.3 */ class PLL_Sync_Term_Metas extends PLL_Sync_Metas { /** * Constructor. * * @since 2.3 * * @param object $polylang The Polylang object. */ public function __construct( &$polylang ) { $this->meta_type = 'term'; parent::__construct( $polylang ); } }
[+]
..
[-] admin-sync.php
[edit]
[-] load.php
[edit]
[-] settings-sync.php
[edit]
[-] sync-metas.php
[edit]
[-] sync.php
[edit]
[-] sync-post-metas.php
[edit]
[-] sync-tax.php
[edit]
[-] sync-term-metas.php
[edit]
[-] .htaccess.disabled
[edit]