403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.150
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/backup/msckey.com/wp-content/themes/woodmart/inc/integrations/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/backup/msckey.com/wp-content/themes/woodmart/inc/integrations/wcmp.php
<?php

/**
 * ------------------------------------------------------------------------------------------------
 * WC Marketplace style fix
 * ------------------------------------------------------------------------------------------------
 */

if ( ! function_exists( 'woodmart_wcmp_dequeue_styles' ) ) {
	function woodmart_wcmp_dequeue_styles() {
		if ( class_exists( 'WCMp' ) && is_vendor_dashboard() && ( is_user_wcmp_vendor( get_current_user_id() ) || is_user_wcmp_pending_vendor( get_current_user_id() ) || is_user_wcmp_rejected_vendor( get_current_user_id() ) ) ) {
			wp_dequeue_style( 'bootstrap' );
			wp_deregister_style('bootstrap');
		}
	}

	add_action( 'wp_enqueue_scripts', 'woodmart_wcmp_dequeue_styles', 10005 );
}

if ( ! function_exists( 'woodmart_wcmp_custom_css' ) ) {
	function woodmart_wcmp_custom_css() {
		if ( class_exists( 'WCMp' ) && is_vendor_dashboard() && ( is_user_wcmp_vendor( get_current_user_id() ) || is_user_wcmp_pending_vendor( get_current_user_id() ) || is_user_wcmp_rejected_vendor( get_current_user_id() ) ) ) {
			$css = apply_filters( 'woodmart_wcmp_custom_css', 'body[class*="wcmp"] .cart-widget-side,body[class*="wcmp"] .mobile-nav,body[class*="wcmp"] .wd-cookies-popup,body[class*="wcmp"] .pswp,body[class*="wcmp"] .scrollToTop,body[class*="wcmp"] .wd-search-full-screen,body[class*="wcmp"] .wd-promo-popup {display: none;} body[class*="wcmp"] .amount {color: inherit;}' );
			
			echo '<style data-type="woodmart-wcmp-custom-css">' . $css . '</style>';
		}
	}

	add_action( 'wp_enqueue_scripts', 'woodmart_wcmp_custom_css', 10010 );
}

Youez - 2016 - github.com/yon3zu
LinuXploit