Please verify if function exists
-
Hi Pascal,
You added log_me() function to your code but without testing if function exists.
You should add a
if ( ! function_exists('log_me') )
Bye.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please verify if function exists’ is closed to new replies.