PHP 8.2.31
Preview: wpml.class.php Size: 1.35 KB
/proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/essential-grid/includes/wpml.class.php

<?php
/**
 * @package   Essential_Grid
 * @author    ThemePunch <info@themepunch.com>
 * @link      https://www.essential-grid.com/
 * @copyright 2025 ThemePunch
 */
 
if( !defined( 'ABSPATH') ) exit();

class Essential_Grid_Wpml
{
	public function __construct()
	{
		add_action( 'init', [ $this, 'init_wpml' ] );
	}
	
	public function init_wpml()
	{
		if (!$this->is_wpml_exists()) return;
		
		add_filter( 'essgrid_get_lang_code', [ $this, 'get_current_lang_code' ] );
		add_filter( 'essgrid_get_taxonomy_id', [ $this, 'get_taxonomy_id' ], 10, 2 );
		add_filter( 'essgrid_strip_category_additions', [ $this, 'strip_category_additions' ] );
	}

	/**
	 * is wpml plugin exists
	 * 
	 * @return bool
	 */
	public function is_wpml_exists(){
		return class_exists('SitePress') && function_exists('wpml_object_id_filter');
	}

	/**
	 * get current wpml language code
	 * 
	 * @return string
	 */
	public function get_current_lang_code(){
		return ICL_LANGUAGE_CODE;
	}

	/**
	 * @param int $id
	 * @param string $type
	 *
	 * @return int|NULL
	 */
	public function get_taxonomy_id($id, $type = 'category'){
		return wpml_object_id_filter($id, $type, true);
	}

	/**
	 * remove for example @en from categories
	 * 
	 * @param string $text
	 * @return string
	 */
	public function strip_category_additions($text){
		return apply_filters('essgrid_wpml_strip_category_additions', $text);
	}

}

Directory Contents

Dirs: 5 × Files: 21

Name Size Perms Modified Actions
addons DIR
- drwxr-xr-x 2025-04-30 03:18:09
Edit Download
assets DIR
- drwxr-xr-x 2025-04-30 03:18:09
Edit Download
db DIR
- drwxr-xr-x 2025-04-30 03:18:09
Edit Download
Detection DIR
- drwxr-xr-x 2025-04-30 03:18:09
Edit Download
widgets DIR
- drwxr-xr-x 2025-04-30 03:18:09
Edit Download
11.06 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
6.14 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
104.74 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
6.26 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
14.24 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
11.00 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
10.30 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
2.87 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
11.82 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
15.41 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
26 B lrw-r--r-- 2025-04-30 03:18:09
Edit Download
36.97 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
199.23 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
4.70 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
18.50 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
31.40 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1.93 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
14.02 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
12.93 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
2.44 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1.35 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).