REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 2.56 KB
Close
//home/certprox/template.certproxywizard.com/wp-content/plugins/woolentor-addons/classes/class.third_party.php
Text
Base64
<?php // Exit if accessed directly if( ! defined( 'ABSPATH' ) ) exit(); /** * Third party */ class WooLentorThirdParty{ /** * [$_instance] * @var null */ private static $_instance = null; /** * [instance] Initializes a singleton instance * @return [Base] */ public static function instance() { if ( is_null( self::$_instance ) ) { self::$_instance = new self(); } return self::$_instance; } function __construct(){ $this->woocommerce_german_market(); $this->theme_compatibility(); } /** * WooCommerce German Market * * @return void */ public function woocommerce_german_market(){ if( class_exists('Woocommerce_German_Market') ){ add_action( 'woolentor_universal_after_price', array( 'WGM_Template', 'woocommerce_de_price_with_tax_hint_loop' ) ); add_action( 'woolentor_addon_after_price', array( 'WGM_Template', 'woocommerce_de_price_with_tax_hint_loop' ) ); } } /** * Theme Compatibility * @return void */ public function theme_compatibility(){ add_action( 'wp', [ $this, 'woocommerce_theme_compatibility' ], 99 ); } /** * WooCommerce Theme Compatibility * @return void */ public function woocommerce_theme_compatibility(){ // Avada Theme $this->avada_theme_compatibility(); } /** * Avada Theme Compatibility * @return void */ public function avada_theme_compatibility(){ if( !function_exists('woolentor_get_theme_byname') || !woolentor_get_theme_byname('Avada') ){ return; } $shopify_is_enable = woolentor_get_option( 'enable','woolentor_shopify_checkout_settings', 'off' ) == 'on'; if( $shopify_is_enable ){ global $avada_woocommerce; if( is_object( $avada_woocommerce ) ){ remove_action( 'woocommerce_before_checkout_form', [$avada_woocommerce, 'avada_top_user_container' ], 1 ); remove_action( 'woocommerce_before_checkout_form', [$avada_woocommerce, 'checkout_coupon_form' ], 10 ); remove_action( 'woocommerce_before_checkout_form', [$avada_woocommerce, 'before_checkout_form' ], 10 ); remove_action( 'woocommerce_checkout_after_order_review', [$avada_woocommerce, 'checkout_after_order_review' ], 20 ); remove_action( 'woocommerce_after_checkout_form', [ $avada_woocommerce, 'after_checkout_form' ] ); } } } } WooLentorThirdParty::instance();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 11
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
class.ajax_actions.php
17.22 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.assest_management.php
15.64 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.default_data.php
26.66 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.icon_list.php
10.27 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.installer.php
1.24 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.multi_language.php
3.82 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.page_action.php
2.47 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.product_query.php
12.20 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.third_party.php
2.56 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.widgets_control.php
37.67 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.woocommerce_query_manager.php
24.54 KB
lrw-r--r--
2026-06-11 12:51:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).