wp_queue_connections

wp_queue_connections

Hook Type: filter

See hook in core

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

apply_filters('wp_queue_connections') is found 1 times:

  • /class/Common/Queue/QueueManager.php line 62
    			'database' => new DatabaseConnection( $GLOBALS['wpdb'] ),
    			'redis'    => new RedisConnection(),
    		);
    
    		return apply_filters( 'wp_queue_connections', $connections );
    	}
    }