1 2 3 4 5 6 7 8 9
<?php /** * Upgrades the oAuth Library plugin name */ if (is_plugin_enabled('oauth')) { disable_plugin('oauth'); enable_plugin('oauth_lib'); }