wpmdb_temporary_prefix
wpmdb_temporary_prefix
Appears in: wp-migrate-db.1.0.2, wp-migrate-db.1.0.3, wp-migrate-db.1.0.4, wp-migrate-db.1.0.5, 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_temporary_prefix') is found 1 times:
- /class/Common/Addon/Addon.php line 89
{ $this->setAddons(); // allow developers to change the temporary prefix applied to the tables $this->props->temp_prefix = apply_filters('wpmdb_temporary_prefix', $this->props->temp_prefix); } public function is_addon_outdated($addon_basename) { $addon_slug = current(explode('/', $addon_basename));