• Hiya,

    So I have the latest version of WP and the latest release of your plugin. I was attempting to use it on a client’s site but I keep getting this error:

    Warning: strip_tags() expects parameter 1 to be string, array given in "../wp-includes/formatting.php on line 1119"

    Do you have any ideas on what’s causing this and what can be done to fix it? From what I’ve found online it seems to be a problem with the plugin because nothing else on the site is kicking this error up.

    Thanks,

    Site: http://dev.pcharing.net

    https://wordpress.org/plugins/hs-simple-faq/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Helios Solutions

    (@heliossolutions)

    Hello,

    i think it must be in your theme problem, other wise provide us your website details so we can find out the issue.

    Plugin Author Helios Solutions

    (@heliossolutions)

    This error comes from the theme you use. Because this plugin does not use strip_tags() function. So with some themes this error comes.

    To remove the error you can edit the FUNCTION.PHP file of your current theme and add following code to it.

    /**
    * To remove the HS RESPONSIVE CATEGORY FAQ plugin strip_tag() error
    */
    remove_all_filters('sanitize_title', 99);

    This will remove your error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘strip_tags() String,Array problem’ is closed to new replies.