enabled=="yes") : return true; endif; return false; } function set_current() { $this->chosen = true; } function icon() { global $woocommerce; if ($this->icon) : return ''.$this->title.''; endif; } function admin_options() {} function process_payment() {} function validate_fields() { return true; } }