One Reason Why WordPress Plugin Activation Causes Fatal Error

One Reason Why WordPress Plugin Activation Causes Fatal Error

Note: This article will be emailed to your friend.

When you declare a function in your plugin code which has already been declared previously in either WordPress code or in one of the plugins. To prevent this you should declare your functions like this:

if(!function_exists(’your_function_name’)) {
function your_function_name() {
//…. Function code
[...]

Read the rest of this article (75 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro