Forums
(@dasaweb)
11 years, 2 months ago
Oh, if you don’t have FTP-access to your server please ask your provider for help…
To deactivate the plugin just rename the “instagram-for-wordpress”-directory in /wp-content/plugins/ via FTP. This disables the plugin and you can easily reactivate it when it is fixed.
@schwinbp: I had the same error after updating the plugin this morning. My solution: Chance line 75 in wpinstagram.php from
function WPInstagram_Widget($args){
to
function WPInstagram_Widget($args = array()){