• I updated WPCode and suddenly every single snippet is reporting that it is running, with no errors, except none are running.

    I have reverted back to a previous version until I figure out the issue.

    • This topic was modified 1 year, 1 month ago by stimulant.
Viewing 2 replies - 1 through 2 (of 2 total)
  • wpdev917

    (@wpdev917)

    I have a similar issue. All snippets are active yet none are applying on the front-end. It’s as if the entire plugin is being bypassed. No errors in the log. I can even create snippets with duplicated functions and they save and remain activated. I moved all the code to the functions.php and they work perfectly so it doesn’t have anything to do with the code itself. I’ve experienced this on two different sites.

    Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @wpdev917,

    Can you please check if any of the snippets have a closing PHP tag at the end (?>) – this should not be possible in the latest version but if you were already using the plugin it could interfere.

    If not, I suggest checking if any of the snippets leave a comment tag open “/*” without “*/” at the end.

    Any of these two could interfere with how snippets are executed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest Update Issues’ is closed to new replies.