wp_migrate_db_cli_before_load

wp_migrate_db_cli_before_load

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('wp_migrate_db_cli_before_load') is found 1 times:

  • /setup-mdb.php line 52
    	} else {
    		return false;
    	}
    
    	do_action( 'wp_migrate_db_cli_before_load' );
    
    	$wpmdb_cli = WPMDBDI::getInstance()->get( Cli::class );
    
    	do_action( 'wp_migrate_db_cli_after_load' );
    
    	return $wpmdb_cli;