wpmdb_temporary_prefix

wpmdb_temporary_prefix

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_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));