register_activation_hook JUST WON’T WORK
-
All of these do NOT WORK. What I’m I missing?
register_activation_hook(__FILE__,’teste’);
register_deactivation_hook(__FILE__, ‘teste’);
register_activation_hook(__FILE__,array(&$this,’teste’));
register_deactivation_hook(__FILE__,array(&$this,’teste’));function teste() {
echo “A Simple echo function to see if it works”;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘register_activation_hook JUST WON’T WORK’ is closed to new replies.