Class: WPScan::DB::DynamicFinders::Theme
- Inherits:
-
Plugin
show all
- Defined in:
- lib/wpscan/db/dynamic_finders/theme.rb
Class Method Summary
collapse
Methods inherited from Plugin
metadata
Methods inherited from WpItem
metadata, metadata_at, metadata_file
Class Method Details
.df_data ⇒ Hash
8
9
10
|
# File 'lib/wpscan/db/dynamic_finders/theme.rb', line 8
def self.df_data
@df_data ||= all_df_data['themes'] || {}
end
|
.version_finder_module ⇒ Object
12
13
14
|
# File 'lib/wpscan/db/dynamic_finders/theme.rb', line 12
def self.version_finder_module
Finders::ThemeVersion
end
|