Sha256: 73c19a9fd2c249279589fe7e2ee3b2a96123114197f53655696cf01ba4ad34fa

Contents?: true

Size: 1.38 KB

Versions: 71

Compression:

Stored size: 1.38 KB

Contents

<%= render('@wp_item', wp_item: @theme) -%>
 | Style URL: <%= @theme.style_url %>
<% if @theme.style_name -%>
 | Style Name: <%= @theme.style_name %>
<% end -%>
<% if @theme.style_uri -%>
 | Style URI: <%= @theme.style_uri %>
<% end -%>
<% if @theme.description -%>
 | Description: <%= @verbose ? @theme.description : @theme.description[0, 100] + '...' %>
<% end -%>
<% if @theme.author -%>
 | Author: <%= @theme.author %>
<% end -%>
<% if @theme.author_uri -%>
 | Author URI: <%= @theme.author_uri %>
<% end -%>
<% if @theme.template && @verbose -%>
 | Template: <%= @theme.template %>
<% end -%>
<% if @theme.license && @verbose -%>
 | License: <%= @theme.license %>
<% end -%>
<% if @theme.license_uri && @verbose -%>
 | License URI: <%= @theme.license_uri %>
<% end -%>
<% if @theme.tags && @verbose -%>
 | Tags: <%= @theme.tags %>
<% end -%>
<% if @theme.text_domain && @verbose -%>
 | Text Domain: <%= @theme.text_domain %>
<% end -%>
 |
<%= render('@finding', item: @theme) -%>
 |
<% if @theme.version -%>
 | Version: <%= @theme.version %> (<%= @theme.version.confidence %>% confidence)
<%= render('@finding', item: @theme.version) -%>
<% else -%>
 | The version could not be determined.
<% end -%>
<% if @show_parents && !(parents = @theme.parent_themes).empty? -%>
 |
 | Parent Theme(s):
<% parents.each do |parent| -%>
 |
<%= render('@theme', theme: parent, show_parents: false) -%>
<% end -%>
<% end -%>

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
wpscan-3.8.28 app/views/cli/theme.erb
wpscan-3.8.27 app/views/cli/theme.erb
wpscan-3.8.26 app/views/cli/theme.erb
wpscan-3.8.25 app/views/cli/theme.erb
wpscan-3.8.24 app/views/cli/theme.erb
wpscan-3.8.22 app/views/cli/theme.erb
wpscan-3.8.21 app/views/cli/theme.erb
wpscan-3.8.20 app/views/cli/theme.erb
wpscan-3.8.19 app/views/cli/theme.erb
wpscan-3.8.18 app/views/cli/theme.erb
wpscan-3.8.17 app/views/cli/theme.erb
wpscan-3.8.16 app/views/cli/theme.erb
wpscan-3.8.15 app/views/cli/theme.erb
wpscan-3.8.14 app/views/cli/theme.erb
wpscan-3.8.13 app/views/cli/theme.erb
wpscan-3.8.12 app/views/cli/theme.erb
wpscan-3.8.11 app/views/cli/theme.erb
wpscan-3.8.10 app/views/cli/theme.erb
wpscan-3.8.9 app/views/cli/theme.erb
wpscan-3.8.8 app/views/cli/theme.erb