• Resolved hdsouza

    (@hdsouza)


    Hi, I am having a problem importing videos to my site but i can do it on another WordPress site.
    So i went down the path of uninstalling and reinstalling the plugin. But when I do that all the old settings come back

    I did some additional research and came across this link: https://wordpress.org/support/topic/delete-plugin-settings

    It appears that wpematico is not deleting all settings on uninstall. I also tried searching for option_name (as mentioned in the link above) in the wpematico code but cannot seem to find it.

    Can you help with this or can you tell us whats needs to be cleaned up and from where?

    https://wordpress.org/plugins/wpematico/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author etruel

    (@etruel)

    Hi hdsouza,

    yes, to delete all settings just from WPeMatico plugin before uninstall it from your wordpress plugins page, un-comment the line 630 in wpematico/wpematico.php file. ( just the // )

    If you want also delete all campaigns you can also un-comment line 635. (I don’t recommend this. I recommended select all campaigns on campaigns list and delete them before uninstall plugin.)

    I’ll add the options to delete the data in plugin settings for future updates 😉

    Best regards

    Thread Starter hdsouza

    (@hdsouza)

    Hi Esteban, Here is what I see for 630. Is that what you me uncomment

    */ // delete_option( self :: OPTION_KEY );

    Plugin Author etruel

    (@etruel)

    yes,

    */ // delete_option( self :: OPTION_KEY );

    must be
    */ delete_option( self :: OPTION_KEY );

    Thread Starter hdsouza

    (@hdsouza)

    Thanks Esteban !!!. Just did it and reinstalled too. Videos are finally appearing on the posts !!!!!! http://gestationaldiabetics.com/gestational-diabetes-7-things-you-should-know/

    Plugin Author etruel

    (@etruel)

    If this was useful for you please don’t hesitate to Rate 5 Stars 😉

    thanks 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Reinstalling Wpematico’ is closed to new replies.