Esempio n. 1
0
 /**
  * Checks if the customer profile updates were saved
  *
  * @api `shopp('customer.profile-saved')`
  * @since 1.3
  *
  * @param string        $result  The output
  * @param array         $options The options
  * @param ShoppCustomer $O       The working object
  * @return bool True if the profile was saved, false otherwise
  **/
 public static function profile_saved($result, $options, $O)
 {
     return $O->updated(ShoppCustomer::PROFILE);
 }