wpmdb_export_honor_constant
wpmdb_export_honor_constant
Appears in: wp-migrate-db.2.6.1, wp-migrate-db.2.6.10, wp-migrate-db.2.6.11, wp-migrate-db.2.6.3, wp-migrate-db.2.6.4, wp-migrate-db.2.6.5, wp-migrate-db.2.6.6, wp-migrate-db.2.6.7, wp-migrate-db.2.6.8, wp-migrate-db.2.6.9
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.9apply_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',