You appear to be a bot. Output may be restricted
Description
Populate the cart with the data stored in the session
Usage
$void = EDD_Cart::get_contents_from_session();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/cart/class-edd-cart.php
Lines:
1 to 6 of 6
public function get_contents_from_session() { $cart = EDD()->session->get( 'edd_cart' ); $this->contents = $cart; do_action( 'edd_cart_contents_loaded_from_session', $this ); }