HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/ultimate-member/assets/dynamic_css/dynamic_directory.php
<style type="text/css">
<?php

if ( isset( $css_profile_card_bg ) && ! empty( $css_profile_card_bg ) ) {

print ".um-$form_id .um-member {
	background: $css_profile_card_bg;
}";

}

if ( isset( $css_card_thickness ) && ! empty(  $css_card_thickness  ) ) {

print ".um-$form_id .um-member {
	border-width: $css_card_thickness;
}";

}

if ( isset( $css_profile_card_text ) && ! empty( $css_profile_card_text ) ) {

print ".um-$form_id .um-member-card * {
	color: $css_profile_card_text;
}";

}

if ( isset( $css_card_bordercolor ) && ! empty( $css_card_bordercolor ) ) {

print ".um-$form_id .um-member {
	border-color: $css_card_bordercolor;
}";

}

if ( isset( $css_img_bordercolor ) && ! empty( $css_img_bordercolor ) ) {

print ".um-$form_id .um-member-photo img {
	border-color: $css_img_bordercolor;
}";

}

?>
</style>