Skip to content

Instantly share code, notes, and snippets.

@goldhat
Last active October 13, 2016 15:27
Show Gist options
  • Save goldhat/b76db663f1441f71503290b70fbf23aa to your computer and use it in GitHub Desktop.
Save goldhat/b76db663f1441f71503290b70fbf23aa to your computer and use it in GitHub Desktop.
WP Activate Plugin
$plugin_path = 'custom-plugin';
activate_plugin( $plugin_path );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment