0

I have Illegal String Offset Error

error

This is my code

function _feature_faq($param) {                
    $html = '';
    $html_wrapper='';
    $row = 1;
    $is_faq=false;
    $feature_faq = $param['feature']; // <---
    if(empty($feature_faq)):
        $feature_faq = 'none';
    endif;
Phil
  • 141,914
  • 21
  • 225
  • 223

0 Answers0