Example #1
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['title'] = __('Donation Form Goal', 'give');
     $this->shortcode['label'] = __('Donation Form Goal', 'give');
     parent::__construct('give_goal');
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['label'] = __('Donation History', 'give');
     parent::__construct('donation_history');
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['title'] = __('Donation Receipt', 'give');
     $this->shortcode['label'] = __('Donation Receipt', 'give');
     parent::__construct('give_receipt');
 }
Example #4
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['title'] = __('Login', 'give');
     $this->shortcode['label'] = __('Login', 'give');
     parent::__construct('give_login');
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['title'] = __('Register', 'give');
     $this->shortcode['label'] = __('Register', 'give');
     parent::__construct('give_register');
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['label'] = __('Profile Editor', 'give');
     parent::__construct('give_profile_editor');
 }
Example #7
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     $this->shortcode['title'] = esc_html__('Donation Form', 'give');
     $this->shortcode['label'] = esc_html__('Donation Form', 'give');
     parent::__construct('give_form');
 }