Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created February 28, 2019 20:59
Show Gist options
  • Save wp-seopress/033d5b5cab8708e5e56b5077287af492 to your computer and use it in GitHub Desktop.
Save wp-seopress/033d5b5cab8708e5e56b5077287af492 to your computer and use it in GitHub Desktop.
SEOPress activation hook
function sp_activation() {
//do something here
return $something;
}
add_action('seopress_activation','sp_activation');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment