• The following error displays for the bowes code plugin. Any idea on how to fix the error?

    Notice: Array to string conversion in /home/user/public_html/wp-content/plugins/bowe-codes/includes/shortcodes.php on line 269

    The code on lines 266-269:

    // let people add their shortcode settings..
    		$all_shortcodes_settings = apply_filters( 'bowe_codes_shortcodes_settings', $all_shortcodes_settings );
    
    		$this->codes_settings = array_intersect_assoc( $all_shortcodes_settings, $this->codes );
    
    	}

    https://www.ads-software.com/plugins/bowe-codes/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Notice: Array to string conversion Error’ is closed to new replies.