HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/cartflows/modules/thankyou/includes/thankyou-dynamic-css.php
<?php
/**
 * Dynamic Thank you css.
 *
 * @package CartFlows
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
$output = "

.wcf-thankyou-wrap{
	color: {$text_color};
	font-family: {$text_font_family};
	max-width:{$container_width}px;
	font-size: {$text_font_size}px;
}

.woocommerce-order h2.woocommerce-column__title,
.woocommerce-order h2.woocommerce-order-details__title,
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order-details h2,
.woocommerce-order h2.wc-bacs-bank-details-heading,
.woocommerce-order h2.woocommerce-order-downloads__title {
	color: {$heading_text_color};
	font-family: {$heading_font_family};
	font-weight: {$heading_font_weight};
}

.woocommerce-order ul.order_details,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .woocommerce-order-downloads{
	background-color: {$section_bg_color}
}

.wcf-empty-cart-notice-block .wcf-empty-cart-message-container .wcf-empty-cart-content .wcf-empty-cart-message{
	color: {$text_color};
	font-family: {$text_font_family};
	font-size: {$text_font_size}px;
}
img.emoji, img.wp-smiley {}
";