Skip to content

Commit

Permalink
Re-add wordpress detection check
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocapikk committed Dec 5, 2024
1 parent 022533d commit 9de6a89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def initialize(info = {})
def check
return CheckCode::Unknown('The WordPress site does not appear to be online.') unless wordpress_and_online?

print_status("WordPress Version: #{wordpress_version}") if wordpress_version

%w[really-simple-ssl really-simple-ssl-pro really-simple-ssl-pro-multisite].each do |slug|
plugin_check = check_plugin_version_from_readme(slug, '9.1.2', '9.0.0')
case plugin_check.code
Expand Down

0 comments on commit 9de6a89

Please sign in to comment.