• Hello,

    Aren’t the variables passed through the shortcode, case-sensitive? What I mean is if i pass a string variable through the shortcode, the whole string gets lowercased. Why is that and how can I pass a string with case-sensitive?

    [wbcr_php_snippet id="1074" type="daily" name="safia" heading="Graphs" row_heading="Resources" columns=3 graphs="CPU-RAM-HDD"]
    
    var_dump($graphs);
    string(11) "cpu-ram-hdd"

    The page I need help with: [log in to see the link]

The topic ‘Shortcode passed variables are not casesensitive?’ is closed to new replies.