wp_queue_connections

wp_queue_connections

Hook Type: filter

See hook in core

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

apply_filters('wp_queue_connections') is found 1 times:

  • /class/Common/Queue/QueueManager.php line 62

    Warning: Undefined array key 64 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			'database' => new DatabaseConnection( $GLOBALS['wpdb'] ),
    			'redis'    => new RedisConnection(),
    		);
    
    		return apply_filters( 'wp_queue_connections', $connections );
    	}
    }