Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Last active November 5, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dinamiko/abb45bd33329db56780e to your computer and use it in GitHub Desktop.
Save Dinamiko/abb45bd33329db56780e to your computer and use it in GitHub Desktop.
<?php
function encuesta_activation() {
encuesta_database_install();
}
register_activation_hook( ENCUESTA_PLUGIN_FILE, 'encuesta_activation' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment