File manager - Edit - /home/verseaumee/blueversionx/wp-content/themes/stargaze/plugins/essential-grid/essential-grid.php
Back
<?php /* Essential Grid support functions ------------------------------------------------------------------------------- */ // Theme init priorities: // 9 - register other filters (for installer, etc.) if ( ! function_exists( 'stargaze_essential_grid_theme_setup9' ) ) { add_action( 'after_setup_theme', 'stargaze_essential_grid_theme_setup9', 9 ); function stargaze_essential_grid_theme_setup9() { if ( stargaze_exists_essential_grid() ) { add_action( 'wp_enqueue_scripts', 'stargaze_essential_grid_frontend_scripts', 1100 ); add_action( 'trx_addons_action_load_scripts_front_essential_grid', 'stargaze_essential_grid_frontend_scripts', 10, 1 ); add_filter( 'stargaze_filter_merge_styles', 'stargaze_essential_grid_merge_styles' ); } if ( is_admin() ) { add_filter( 'stargaze_filter_tgmpa_required_plugins', 'stargaze_essential_grid_tgmpa_required_plugins' ); } } } // Filter to add in the required plugins list if ( ! function_exists( 'stargaze_essential_grid_tgmpa_required_plugins' ) ) { //Handler of the add_filter('stargaze_filter_tgmpa_required_plugins', 'stargaze_essential_grid_tgmpa_required_plugins'); function stargaze_essential_grid_tgmpa_required_plugins( $list = array() ) { if ( stargaze_storage_isset( 'required_plugins', 'essential-grid' ) && stargaze_storage_get_array( 'required_plugins', 'essential-grid', 'install' ) !== false && stargaze_is_theme_activated() ) { $path = stargaze_get_plugin_source_path( 'plugins/essential-grid/essential-grid.zip' ); if ( ! empty( $path ) || stargaze_get_theme_setting( 'tgmpa_upload' ) ) { $list[] = array( 'name' => stargaze_storage_get_array( 'required_plugins', 'essential-grid', 'title' ), 'slug' => 'essential-grid', 'source' => ! empty( $path ) ? $path : 'upload://essential-grid.zip', 'version' => '2.2.4.2', 'required' => false, ); } } return $list; } } // Check if plugin installed and activated if ( ! function_exists( 'stargaze_exists_essential_grid' ) ) { function stargaze_exists_essential_grid() { return defined( 'EG_PLUGIN_PATH' ) || defined( 'ESG_PLUGIN_PATH' ); } } // Enqueue styles for frontend if ( ! function_exists( 'stargaze_essential_grid_frontend_scripts' ) ) { //Handler of the add_action( 'wp_enqueue_scripts', 'stargaze_essential_grid_frontend_scripts', 1100 ); //Handler of the add_action( 'trx_addons_action_load_scripts_front_essential_grid', 'stargaze_essential_grid_frontend_scripts', 10, 1 ); function stargaze_essential_grid_frontend_scripts( $force = false ) { stargaze_enqueue_optimized( 'essential_grid', $force, array( 'css' => array( 'stargaze-essential-grid' => array( 'src' => 'plugins/essential-grid/essential-grid.css' ), ) ) ); } } // Merge custom styles if ( ! function_exists( 'stargaze_essential_grid_merge_styles' ) ) { //Handler of the add_filter('stargaze_filter_merge_styles', 'stargaze_essential_grid_merge_styles'); function stargaze_essential_grid_merge_styles( $list ) { $list[ 'plugins/essential-grid/essential-grid.css' ] = false; return $list; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings