<?php //The function "register_activation_hook" allow you // to run a plugin function when the plugin is activated. register_activation_hook(__FILE__ , $function); ?>
<?php //The function "register_activation_hook" allow you // to run a plugin function when the plugin is activated. register_activation_hook(__FILE__ , $function); ?>