wpscanteam/wpscan

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

Summary

Maintainability
Test Coverage
<% if @theme -%>
"main_theme": {
  <%= render('@theme', theme: @theme, show_parents: true) %>
},
<% else -%>
"main_theme": null,
<% end -%>