wpmdb_export_honor_constant
wpmdb_export_honor_constant
Appears in: wp-migrate-db.2.6.1
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.1apply_filters('wpmdb_export_honor_constant') is found 1 times:
- /class/Common/FullSite/FullSiteExport.php line 113
**/ protected function determine_path($stage, $stages) { $honor_const = !empty(array_intersect(['core_files', 'core'], $stages)); $honor_const = apply_filters('wpmdb_export_honor_constant', $honor_const); $default_paths = [ 'media_files' => 'wp-content/uploads', 'theme_files' => 'wp-content/themes', 'themes' => 'wp-content/themes', 'plugin_files' => 'wp-content/plugins', 'plugins' => 'wp-content/plugins',