PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
polylang
/
modules
/
sync
<?php /** * @package Polylang */ /** * A class to manage 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 */ public function __construct( &$polylang ) { $this->meta_type = 'term'; parent::__construct( $polylang ); } }
[+]
..
[-] admin-sync.php
[edit]
[-] sync-metas.php
[edit]
[-] sync-term-metas.php
[edit]
[-] sync-tax.php
[edit]
[-] load.php
[edit]
[-] sync-post-metas.php
[edit]
[-] settings-sync.php
[edit]
[-] sync.php
[edit]