PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
polylang
/
modules
/
lingotek
<?php /** * Loads the Lingotek ad. * * @package Polylang */ if ( ! defined( 'ABSPATH' ) ) { exit; // Don't access directly }; if ( ! defined( 'POLYLANG_PRO' ) && ( ! defined( 'PLL_LINGOTEK_AD' ) || PLL_LINGOTEK_AD ) && $polylang instanceof PLL_Admin_Base ) { add_action( 'wp_loaded', array( new PLL_Lingotek(), 'init' ) ); }
[+]
..
[-] load.php
[edit]
[-] lingotek.php
[edit]
[-] image02.png
[edit]
[-] image01.gif
[edit]
[-] image03.png
[edit]
[-] image04.png
[edit]