Beispiel #1
0
 /**
  * Checks if a WP user account was created for the customer
  *
  * @api `shopp('customer.wpuser-created')`
  * @since 1.0
  *
  * @param string        $result  The output
  * @param array         $options The options
  * @param ShoppCustomer $O       The working object
  * @return bool True if an account was created, false otherwise
  **/
 public static function wpuser_created($result, $options, $O)
 {
     return $O->session(ShoppCustomer::WPUSER);
 }