Issue with deleting of connected Instagram account
-
Hi there,
I’ve an issue with deleting of connected Instagram account.
When I pressed on “Delete User?” link, confirmation popup window is showing, but after confirmation of action nothing was happened.Seems this issue related to deleting of “first” added account.
In this file: ./dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php (line: 1309) you have following condition:if ( $delete ) {
.
For the first user$delete == 0
, so this condition returns “false” value. Perhaps, it makes a sense to change this condition to:if ( $delete !== FALSE ){
?Also,suggested plugin “DsgnWrks Instagram Importer Debug” with enabled “Delete all users and options” options show following error:
Fatal error: Call to undefined method stdClass::get_option() in /home/wc3/public_html/wp-content/plugins/dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php on line 1378
.
Thanks in advance for your help.
https://www.ads-software.com/plugins/dsgnwrks-instagram-importer/
- The topic ‘Issue with deleting of connected Instagram account’ is closed to new replies.