/** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ if ( ! defined( 'ABSPATH' ) ) exit; if (!class_exists('WPAdm_Method_Class')) { abstract class WPAdm_Method_Class { /** * @var mixed */ protected $params; /** * @var WPAdm_result */ protected $result; /** * @param mixed $params */ public function __construct($params) { $this->params = $params; $this->result = new WPAdm_Result(); $this->result->setResult(WPAdm_Result::WPADM_RESULT_SUCCESS); $this->result->setError(''); } abstract function getResult(); public function isError() { $error = $this->result->getError(); return isset($this->result) && !empty( $error ); } public function get_results() { return $this->result; } } } February 2016 - Budly - Medical Marijuana Delivery

New Report – Legal Marijuana Sales Hit $5.4 Billion in 2015

The New York Times article reported that legal marijuana sales hit $5.4 billion in the USA in 2015 and that it will reach 21.8 billion by 2020. MMJ sales are expected to surge even higher in 2016 – 17 as more states open up the marijuana market. Now 23 states permit medical marijuana use  & 4 others — Florida, Ohio, Missouri and Pennsylvania — are positioned to be next in line. Public opinion in the USA has taken a hard turn towards supporting MMJ and now over 60% support legalization federally.