Server IP : 192.158.238.246 / Your IP : 18.222.188.103 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/includes/Libs/ |
Upload File : |
<?php namespace Gutenkit\Libs; defined( 'ABSPATH' ) || exit; use GutenkitScopedDependencies\Wpmet\UtilityPackage; use Gutenkit\Helpers\Utils; class UtilityPackages { use \Gutenkit\Traits\Singleton; /** * UtilityPackages class constructor. * private for singleton * * @return void * @since 1.0.0 */ public function __construct() { /** * Checks if the 'gutenkit_user_consent' setting is enabled. * If it is enabled, the function returns without performing any further actions. * * @return void */ if (Utils::get_settings('gutenkit_user_consent')) { return; } // if (!function_exists('get_plugins')) { // require_once ABSPATH . 'wp-admin/includes/plugin.php'; // } /** * Show WPMET stories widget in the dashboard */ $filter_string = ''; // elementskit,metform-pro $filter_string .= ((!in_array('elementskit/elementskit.php', apply_filters('active_plugins', get_option('active_plugins')))) ? '' : ',elementskit'); $filter_string .= (!class_exists('\MetForm\Plugin') ? '' : ',metform'); $filter_string .= (!class_exists('\MetForm_Pro\Plugin') ? '' : ',metform-pro'); /** * Initializes the Notice utility package. * * This function initializes the Notice utility package, allowing you to display notices in your WordPress plugin or theme. * It is recommended to call this function during the initialization phase of your plugin or theme. * * @since 1.0.0 */ UtilityPackage\Notice\Notice::init(); /** * Show gutenkit pro notice */ // if(!array_key_exists('gutenkit-blocks-addon-pro/gutenkit-blocks-addon-pro.php', get_plugins())) { // UtilityPackage\Notice\Notice::instance( 'gutenkit-blocks-addon', 'go-pro-noti2ce' ) # @plugin_slug @notice_name // ->set_dismiss( 'global', ( 3600 * 24 * 300 ) ) # @global/user @time_period // ->set_type( 'warning' ) # @notice_type // ->set_html( // ' // <div class="ekit-go-pro-notice"> // <strong>Thank you for using GutenKit Blocks Addon.</strong> To get more amazing // features and the outstanding pro ready-made layouts, please get the // <a style="color: #FCB214;" target="_blank" // href="https://wpmet.com/gutenkit-pricing">Premium Version</a>. // </div> // ' // ) # @notice_massage_html // ->call(); // } /** * UtilityPackages.php * * This file contains the code for the UtilityPackages class, which is responsible for setting up and configuring the utility packages for the Gutenkit Blocks Addon plugin. * * @package Gutenkit_Blocks_Addon * @subpackage Includes\Libs */ UtilityPackage\Stories\Stories::instance( 'gutenkit-blocks-addon' ) # @plugin_slug // ->is_test(true) # @check_interval ->set_filter( $filter_string ) # @active_plugins ->set_plugin( 'Gutenkit', 'https://wpmet.com/plugin/gutenkit/' ) # @plugin_name @plugin_url ->set_api_url( 'https://api.wpmet.com/public/stories/' ) # @api_url_for_stories ->call(); /** * Show WPMET banner (codename: jhanda) * * This code snippet is responsible for displaying the WPMET banner, also known as codename "jhanda". * It initializes the UtilityPackage\Banner\Banner class and sets various properties and options. * The banner is associated with the 'testplugin' plugin slug and is set to run in test mode. * The active plugins are filtered based on the provided filter string. * The API URL for the banners is set to 'https://api.wpmet.com/public/jhanda'. * The allowed screen for the banner is set to 'toplevel_page_gutenkit'. * Finally, the `call()` method is invoked to display the banner. * * @package Gutenkit_Blocks_Addon * @subpackage Libs * @since 1.0.0 */ UtilityPackage\Banner\Banner::instance( 'gutenkit-blocks-addon' ) # @plugin_slug // ->is_test(true) # @check_interval ->set_filter( ltrim( $filter_string, ',' ) ) # @active_plugins ->set_api_url( 'https://api.wpmet.com/public/jhanda' ) # @api_url_for_banners ->set_plugin_screens( 'toplevel_page_gutenkit' ) # @set_allowed_screen ->call(); /** * Ask for Ratings * * This code initializes the utility package for asking users to rate the Gutenkit Blocks Addon plugin. * It sets various properties such as the plugin logo, plugin name and URL, allowed screens, priority, * time interval, and conditions for displaying the rating prompt. * * @package Gutenkit_Blocks_Addon * @subpackage Libs */ UtilityPackage\Rating\Rating::instance('gutenkit-blocks-addon') # @plugin_slug ->set_plugin_logo('https://ps.w.org/gutenkit-blocks-addon/assets/icon-128x128.png') # @plugin_logo_url ->set_plugin('Gutenkit', 'https://wpmet.com/wordpress.org/rating/gutenkit-blocks-addon') # @plugin_name @plugin_url ->set_allowed_screens('toplevel_page_gutenkit') # @set_allowed_screen ->set_priority(30) # @priority ->set_first_appear_day(7) # @time_interval_days ->set_condition(true) # @check_conditions ->call(); /** * Show our plugins menu for others wpmet plugins */ UtilityPackage\Plugins\Plugins::instance()->init('gutenkit-blocks-addon') # @text_domain ->set_parent_menu_slug('gutenkit') # @plugin_slug ->set_submenu_name( esc_html__('Our Plugins', 'gutenkit-blocks-addon') ) # @submenu_name (optional- default: Our Plugins) ->set_section_title( esc_html__('Take Your WordPress Website To Next Level!', 'gutenkit-blocks-addon') ) # @section_title (optional) ->set_section_description( esc_html__('Our diverse range of plugins has every solution for WordPress, Gutenberg, Elementor, and WooCommerce.', 'gutenkit-blocks-addon') ) # @section_description (optional) ->set_items_per_row(4) # @items_per_row (optional- default: 6) ->set_plugins( [ 'elementskit-lite/elementskit-lite.php' => [ 'name' => esc_html__('ElementsKit', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/elementskit-lite/', 'icon' => 'https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175', 'desc' => esc_html__('All-in-one Elementor addon trusted by 1 Million+ users, makes your website builder process easier with ultimate freedom.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/docs/elementskit/', ], 'getgenie/getgenie.php' => [ 'name' => esc_html__('GetGenie AI', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/getgenie/', 'icon' => 'https://ps.w.org/getgenie/assets/icon-256x256.gif?rev=2798355', 'desc' => esc_html__('Your personal AI assistant for content and SEO. Write content that ranks on Google with NLP keywords and SERP analysis data.', 'gutenkit-blocks-addon'), 'docs' => 'https://getgenie.ai/docs/', ], 'shopengine/shopengine.php' => [ 'name' => esc_html__('ShopEngine', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/shopengine/', 'icon' => 'https://ps.w.org/shopengine/assets/icon-256x256.gif?rev=2505061', 'desc' => esc_html__('Complete WooCommerce solution for Elementor to fully customize any pages including cart, checkout, shop page, and so on.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/shopengine/', ], 'metform/metform.php' => [ 'name' => esc_html__('MetForm', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/genie-image-ai/', 'icon' => 'https://ps.w.org/metform/assets/icon-256x256.png?rev=2544152', 'desc' => esc_html__('Drag & drop form builder for Elementor to create contact forms, multi-step forms, and more — smoother, faster, and better!', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/metform/', ], 'emailkit/EmailKit.php' => [ 'name' => esc_html__('EmailKit', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/genie-image-ai/', 'icon' => 'https://ps.w.org/emailkit/assets/icon-256x256.png?rev=3003571', 'desc' => esc_html__('Advanced email customizer for WooCommerce and WordPress. Build, customize, and send emails from WordPress to boost your sales!', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/emailkit/', ], 'wp-social/wp-social.php' => [ 'name' => esc_html__('WP Social', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/wp-social/', 'icon' => 'https://ps.w.org/wp-social/assets/icon-256x256.png?rev=2544214', 'desc' => esc_html__('Add social share, login, and engagement counter — unified solution for all social media with tons of different styles for your website.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/wp-social/', ], 'wp-ultimate-review/wp-ultimate-review.php' => [ 'name' => esc_html__('WP Ultimate Review', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/wp-ultimate-review/', 'icon' => 'https://ps.w.org/wp-ultimate-review/assets/icon-256x256.png?rev=2544187', 'desc' => esc_html__('Collect and showcase reviews on your website to build brand credibility and social proof with the easiest solution.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/wp-ultimate-review/', ], 'wp-fundraising-donation/wp-fundraising.php' => [ 'name' => esc_html__('FundEngine', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/wp-fundraising-donation/', 'icon' => 'https://ps.w.org/wp-fundraising-donation/assets/icon-256x256.png?rev=2544150', 'desc' => esc_html__('Create fundraising, crowdfunding, and donation websites with PayPal and Stripe payment gateway integration.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/fundengine/', ], 'blocks-for-shopengine/shopengine-gutenberg-addon.php' => [ 'name' => esc_html__('Blocks for ShopEngine', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/blocks-for-shopengine/', 'icon' => 'https://ps.w.org/blocks-for-shopengine/assets/icon-256x256.gif?rev=2702483', 'desc' => esc_html__('All in one WooCommerce solution for Gutenberg! Build your WooCommerce pages in a block editor with full customization.', 'gutenkit-blocks-addon'), 'docs' => 'https://wpmet.com/doc/shopengine/shopengine-gutenberg/', ], 'genie-image-ai/genie-image-ai.php' => [ 'name' => esc_html__('Genie Image', 'gutenkit-blocks-addon'), 'url' => 'https://wordpress.org/plugins/genie-image-ai/', 'icon' => 'https://ps.w.org/genie-image-ai/assets/icon-256x256.png?rev=2977297', 'desc' => esc_html__('AI-powered text-to-image generator for WordPress with OpenAI’s DALL-E 2 technology to generate high-quality images in one click.', 'gutenkit-blocks-addon'), 'docs' => 'https://getgenie.ai/docs/', ], ] ) # @plugins ->call(); } }