wpmdb_recent_profiles_limit

wpmdb_recent_profiles_limit

Hook Type: filter

See hook in core

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

apply_filters('wpmdb_recent_profiles_limit') is found 1 times:

  • /class/Common/Profile/ProfileManager.php line 289
        }
    
        public function save_recent_migration()
        {
            $max_recent_profiles = apply_filters('wpmdb_recent_profiles_limit', 10);
            $saved_profiles      = null;
            $saved_profile_data  = null;
            $save_recent         = true;
    
            $state_data = $this->set_state_data(
                [