Pass a comma separated shortcode attribute to a function
$level must be passed as an integer, not as a string. The problem is with the plugin code: if (count($labels) !== $level && $labels !== ”) { echo ‘Category Chain Select Plugin</br>Error :: Number of labels don\’t match number of levels’; The !== operator requires a match on type as well as value. Had the … Read more