Файловый менеджер - Редактировать - /home/c7lekhnath/shishuwasaccos.com.np/wp-content/themes/shishuwa/admin/tgmpa/plugin-activation.php
Назад
<?php /* * Goodlayers Tgmpa Action File */ // move the menu to goodlayers main area if( is_admin() ){ add_action('after_setup_theme', 'financity_change_tgmpa_location', 20); } if( !function_exists('financity_change_tgmpa_location') ){ function financity_change_tgmpa_location(){ if( class_exists('gdlr_core_admin_menu') ){ gdlr_core_admin_menu::register_menu(array( 'parent-slug' => 'goodlayers_main_menu', 'menu-url' => 'themes.php?page=tgmpa-install-plugins', 'menu-slug' => 'tgmpa-install-plugins', 'menu-parent-slug' => 'themes.php', 'menu-title' => esc_html__( 'Install Plugins', 'financity' ), 'page-title' => esc_html__( 'Install Required Plugins', 'financity' ), 'capability' => 'edit_theme_options' )); } } } // auto install and redirect to plugin page if( !function_exists('financity_tgmpa_complete') ){ function financity_tgmpa_complete(){ if( !empty($GLOBALS['tgmpa']) ){ // force plugin installation $tgmpa = call_user_func(array(get_class($GLOBALS['tgmpa']), 'get_instance')); return $tgmpa->is_tgmpa_complete(true); } } } // auto install and redirect to plugin page if( !function_exists('financity_tgmpa_is_plugin_active') ){ function financity_tgmpa_is_plugin_active($slug, $redirect_url){ if( !empty($GLOBALS['tgmpa']) ){ $tgmpa = call_user_func(array(get_class($GLOBALS['tgmpa']), 'get_instance')); if( !$tgmpa->is_plugin_installed($slug) ){ return false; }else if( !$tgmpa->is_plugin_active($slug) ){ $result = activate_plugin($slug . '/' . $slug . '.php'); return admin_url($redirect_url); } } return admin_url($redirect_url); } } if( !function_exists('financity_tgmpa_auto_install_url') ){ function financity_tgmpa_auto_install_url($slug, $redirect_url){ // force plugin installation if( !empty($GLOBALS['tgmpa']) ){ $tgmpa = call_user_func(array(get_class($GLOBALS['tgmpa']), 'get_instance')); if( !$tgmpa->is_plugin_installed($slug) ){ return add_query_arg(array( 'plugin' => $slug, 'tgmpa-install' => 'install-plugin', 'tgmpa-nonce' => wp_create_nonce('tgmpa-install'), 'return-page' => $redirect_url ), $tgmpa->get_tgmpa_url()); }else if( !$tgmpa->is_plugin_active($slug) ){ $result = activate_plugin($slug . '/' . $slug . '.php'); return admin_url($redirect_url); } } return admin_url($redirect_url); } } // register the menu for tgm plugin add_action('tgmpa_register', 'financity_register_required_plugins'); if( !function_exists('financity_register_required_plugins') ){ function financity_register_required_plugins(){ $plugins = array( array( 'name' => esc_html__('Goodlayers Core', 'financity'), 'slug' => 'goodlayers-core', 'source' => get_template_directory() . '/admin/tgmpa/plugins/goodlayers-core.zip', 'required' => true, 'version' => '1.6.0', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Goodlayers Core Portfolio', 'financity'), 'slug' => 'goodlayers-core-portfolio', 'source' => get_template_directory() . '/admin/tgmpa/plugins/goodlayers-core-portfolio.zip', 'required' => true, 'version' => '1.2.6', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Goodlayers Core Personnel', 'financity'), 'slug' => 'goodlayers-core-personnel', 'source' => get_template_directory() . '/admin/tgmpa/plugins/goodlayers-core-personnel.zip', 'required' => true, 'version' => '1.2.0', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Goodlayers Core Twitter', 'financity'), 'slug' => 'goodlayers-core-twitter', 'source' => get_template_directory() . '/admin/tgmpa/plugins/goodlayers-core-twitter.zip', 'required' => false, 'version' => '1.0.2', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Envato Market', 'financity'), 'slug' => 'envato-market', 'source' => get_template_directory() . '/admin/tgmpa/plugins/envato-market.zip', 'required' => false, 'version' => '1.0.0-RC2.2', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Revolution Slider', 'financity'), 'slug' => 'revslider', 'source' => get_template_directory() . '/admin/tgmpa/plugins/revslider.zip', 'required' => false, 'version' => '6.1.5', 'force_activation' => false, 'force_deactivation' => false, ), array( 'name' => esc_html__('Contact Form 7', 'financity'), 'slug' => 'contact-form-7', 'required' => false, ), array( 'name' => esc_html__('WP Google Map Plugin', 'financity'), 'slug' => 'wp-google-map-plugin', 'required' => false, ), ); $config = array( 'id' => 'financity', // Unique ID for hashing notices for multiple instances of TGMPA. 'default_path' => '', // Default absolute path to bundled plugins. 'menu' => 'tgmpa-install-plugins', // Menu slug. 'parent_slug' => 'themes.php', // Parent menu slug. 'capability' => 'edit_theme_options', // Capability needed to view plugin install page, should be a capability associated with the parent menu used. 'has_notices' => true, // Show admin notices or not. 'dismissable' => true, // If false, a user cannot dismiss the nag message. 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. 'is_automatic' => false, // Automatically activate plugins after installation or not. 'message' => '', // Message to output right before the plugins table. ); tgmpa( $plugins, $config ); } // financity_register_required_plugins } // function_exists
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.4 |
proxy
|
phpinfo
|
Настройка