HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //proc/self/cwd/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>