Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created December 9, 2013 10:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikejolley/cc8d27936ebccb793f47 to your computer and use it in GitHub Desktop.
Save mikejolley/cc8d27936ebccb793f47 to your computer and use it in GitHub Desktop.
Multiple activation hooks
register_activation_hook( __FILE__, 'your_post_type_registration_function', 10 );
register_activation_hook( __FILE__, 'your_plugin_activation_function', 15 );
register_activation_hook( __FILE__, 'flush_rewrite_rules', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment