wpmdb_cli_before_finalize_migration

wpmdb_cli_before_finalize_migration

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

See hook in core

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

do_action('wpmdb_cli_before_finalize_migration') is found 1 times:

  • /class/Common/Cli/Cli.php line 613
    	 * @return bool|WP_Error
    	 */
    	function finalize_migration()
    	{
    		do_action('wpmdb_cli_before_finalize_migration', $this->profile, $this->migration);
    
            if (!$this->is_non_database_migration($this->profile)) {
                \WP_CLI::log(__('Cleaning up...', 'wp-migrate-db-cli'));
            }
    
    		$finalize = apply_filters('wpmdb_cli_finalize_migration', true, $this->profile, $this->migration);