Fatal error when redeclaring pre()
-
In wpuf-functions.php, the plugin declares pre() without checking to see if that function has already been declared elsewhere. On a site using another plugin that has (e.g. form-maker) this can cause a fatal error. Using a function_exists check should help. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Fatal error when redeclaring pre()’ is closed to new replies.