Nom du crochet
seopress_activation
Version requise
0.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function sp_activation() { | |
//do something here | |
return $something; | |
} | |
add_action('seopress_activation','sp_activation'); |