You appear to be a bot. Output may be restricted
Description
Output the current container contents as a JSON-encoded string.
Usage
$string = WP_Session::json_out();
Parameters
Returns
string
Source
File name: easy-digital-downloads/includes/libraries/class-wp-session.php
Lines:
1 to 3 of 3
public function json_out() { return json_encode( $this->container ); }