wpscanteam/wpscan

View on GitHub
app/views/cli/main_theme/theme.erb

Summary

Maintainability
Test Coverage
<% if @theme -%>
<%= info_icon %> WordPress theme in use: <%= @theme %>
<%= render('@theme', theme: @theme, show_parents: true) -%>
<% else -%>
<%= notice_icon %> The main theme could not be detected.
<% end %>