PHP 8.2.31
Preview: plugin.essgrids.php Size: 1.33 KB
/proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/themes/planmyday/plugins/plugin.essgrids.php

<?php
/* Essential Grid support functions
------------------------------------------------------------------------------- */

// Theme init
if (!function_exists('planmyday_essgrids_theme_setup')) {
	add_action( 'planmyday_action_before_init_theme', 'planmyday_essgrids_theme_setup', 1 );
	function planmyday_essgrids_theme_setup() {
		if (is_admin()) {
			add_filter( 'planmyday_filter_required_plugins',				'planmyday_essgrids_required_plugins' );
		}
	}
}


// Check if Ess. Grid installed and activated
if ( !function_exists( 'planmyday_exists_essgrids' ) ) {
	function planmyday_exists_essgrids() {
		return defined('EG_PLUGIN_PATH') || defined('ESG_PLUGIN_PATH');
	}
}

// Filter to add in the required plugins list
if ( !function_exists( 'planmyday_essgrids_required_plugins' ) ) {
	//Handler of add_filter('planmyday_filter_required_plugins',	'planmyday_essgrids_required_plugins');
	function planmyday_essgrids_required_plugins($list=array()) {
		if (in_array('essgrids', planmyday_storage_get('required_plugins'))) {
			$path = planmyday_get_file_dir('plugins/install/essential-grid.zip');
			if (file_exists($path)) {
				$list[] = array(
					'name' 		=> esc_html__('Essential Grid', 'planmyday'),
					'slug' 		=> 'essential-grid',
					'version' 	=> '3.1.8',
					'source'	=> $path,
					'required' 	=> false
					);
			}
		}
		return $list;
	}
}
?>

Directory Contents

Dirs: 1 × Files: 18

Name Size Perms Modified Actions
install DIR
- drwxr-xr-x 2025-04-30 03:18:25
Edit Download
1.94 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.29 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.33 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.36 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.36 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.19 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.38 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.73 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.16 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
4.28 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.43 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.38 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
2.15 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
32.03 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
1.44 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
7.73 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
14.12 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download
4.70 KB lrw-r--r-- 2025-04-30 03:18:25
Edit Download

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