Sha256: d1d14ed1159a0311f9f05d1b221a9404c7ec2fe3610b4a7ab77ba4a9105de97e

Contents?: true

Size: 218 Bytes

Versions: 40

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

module WPScan
  module DB
    # Theme DB
    class Theme < WpItem
      # @return [ Hash ]
      def self.metadata
        @metadata ||= super['themes'] || {}
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
wpscan-3.8.28 lib/wpscan/db/theme.rb
wpscan-3.8.27 lib/wpscan/db/theme.rb
wpscan-3.8.26 lib/wpscan/db/theme.rb
wpscan-3.8.25 lib/wpscan/db/theme.rb
wpscan-3.8.24 lib/wpscan/db/theme.rb
wpscan-3.8.22 lib/wpscan/db/theme.rb
wpscan-3.8.21 lib/wpscan/db/theme.rb
wpscan-3.8.20 lib/wpscan/db/theme.rb
wpscan-3.8.19 lib/wpscan/db/theme.rb
wpscan-3.8.18 lib/wpscan/db/theme.rb
wpscan-3.8.17 lib/wpscan/db/theme.rb
wpscan-3.8.16 lib/wpscan/db/theme.rb
wpscan-3.8.15 lib/wpscan/db/theme.rb
wpscan-3.8.14 lib/wpscan/db/theme.rb
wpscan-3.8.13 lib/wpscan/db/theme.rb
wpscan-3.8.12 lib/wpscan/db/theme.rb
wpscan-3.8.11 lib/wpscan/db/theme.rb
wpscan-3.8.10 lib/wpscan/db/theme.rb
wpscan-3.8.9 lib/wpscan/db/theme.rb
wpscan-3.8.8 lib/wpscan/db/theme.rb