Viewing 9 replies - 1 through 9 (of 9 total)
  • Pi Zi

    (@freelancephp)

    The option is now under tab “Exceptions” and called “Exclude external links by URL:”.
    After updating the plugin copies the settings from v1.8.x to v2.x.

    Thread Starter Siraj Mahmood

    (@sirajm)

    Got it but where I can get these settings from v.1.8.x to get back my all inserted websites list???

    Pi Zi

    (@freelancephp)

    This should be done automatically. I’m surprised your list is gone. Did you get any errors during the update procedure?

    Thread Starter Siraj Mahmood

    (@sirajm)

    No error, but my list is not appearing after the update… everything was done smoothly but can you please tell me how can i get back my list??

    Pi Zi

    (@freelancephp)

    The plugin converts old option values to the new option values, and after that it removes the old ones.

    Clearly something went wrong in the re-activate procedure on your site, and therefore there’s a tiny change the old values still exists in your database. To check if this is the case you have to do some coding, f.e. by adding code to your functions.php of your theme:

    $old_wpel_option = get_option( 'wp_external_links-extra' );
    var_dump( $old_wpel_option );
    Pi Zi

    (@freelancephp)

    I found the problem and it will be fixed in a next release.

    For you, when you deactivate and activate the plugin the old settings will be copied.

    Thread Starter Siraj Mahmood

    (@sirajm)

    Few minutes ago I again update this plugin but still not get my list back ??

    Thread Starter Siraj Mahmood

    (@sirajm)

    I also deactivate and reactive this plugin but still no get my links of list?

    Pi Zi

    (@freelancephp)

    Then they were probably deleted. The only way to check is the code in my previous post.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Ignore links with URLs option doesn't appear in new version’ is closed to new replies.