You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you disable one of the RSS generator plugins, that does not stop the links from showing up in the page. This is because the check is based on the presence of the feed file, which is not deleted when you disable the plugin.
Instead, the check should be based on if the plugin is loaded, so that links will not be displayed if the plugin is off, even if the file is still there.
The text was updated successfully, but these errors were encountered:
If you disable one of the RSS generator plugins, that does not stop the links from showing up in the page. This is because the check is based on the presence of the feed file, which is not deleted when you disable the plugin.
Instead, the check should be based on if the plugin is loaded, so that links will not be displayed if the plugin is off, even if the file is still there.
The text was updated successfully, but these errors were encountered: