• Resolved gregowr

    (@gregowr)


    Currently, when I Deactivate nrelate plugin. All my content is deleted.

    When I deactivate nrelate, my posts data (text/body of the posts) is deleted. Only the post headers and footer of my posts shows.

    When I reactive the nrelate plugin, the post bodies show back up.

    Does anyone know why this error could be occurring?

    (I can provide more info if needed)

    Thanks!

    http://wordpress.org/extend/plugins/nrelate-related-content/

Viewing 1 replies (of 1 total)
  • Thread Starter gregowr

    (@gregowr)

    Nevermind, I figured it out…

    I had this line in my functions.php. It had to be removed before deactivation:

    remove_filter( 'the_content', 'nrelate_related_inject', 10 );remove_filter( 'the_excerpt', 'nrelate_related_inject', 10 );add_filter( 'the_content', 'nrelate_related_inject', 99 );add_filter( 'the_excerpt', 'nrelate_related_inject', 99 );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: nrelate Related Content] Cant Deactivate/uninstall nrelate’ is closed to new replies.