Function Name Conflict
-
I was getting a PHP error from a conflict with another plugin due to both using a generic function name.
On line 934 of wp_like_button.php, the function
myplugin_update_db_checkshould probably be renamed tofblb_update_db_checkto align with the prefix of the other functions in the plugin.
The topic ‘Function Name Conflict’ is closed to new replies.