wp_migrate_db_cli_after_load

wp_migrate_db_cli_after_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_after_load') is found 1 times:

  • /setup-mdb.php line 56
    	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;
    }
    
    
    function wp_migrate_db_loaded()