0

I´m a noob with php and similars. My problem is this:

Notice: Undefined variable: min_height in /var/www/vhosts/colegiomarcotemondariz.es/httpdocs/wp-content/themes/Total_old/vc_templates/vc_row.php on line 197

ANd the code line is this:

// Min Height
if ( $min_height ) {
    // Sanitize
    $min_height = esc_html( $min_height );
    if ( ! preg_match('/[A-z]/', $min_height ) && strpos( $min_height, '%' ) === false ) {
        $min_height = $min_height .'px;';
    }
    // Add inline style
    if ( $min_height ) {
        $inline_style .= 'min-height:'. $min_height .';';
    }
}

any help? THX!! and sorry for my english!!

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149

0 Answers0