admin_pages/registration_form/Registration_Form_Admin_Page.core.php 1 location
|
@@ 77-83 (lines=7) @@
|
| 74 |
|
} |
| 75 |
|
|
| 76 |
|
|
| 77 |
|
protected function _init_page_props() |
| 78 |
|
{ |
| 79 |
|
$this->page_slug = REGISTRATION_FORM_PG_SLUG; |
| 80 |
|
$this->page_label = esc_html__('Registration Form', 'event_espresso'); |
| 81 |
|
$this->_admin_base_url = REGISTRATION_FORM_ADMIN_URL; |
| 82 |
|
$this->_admin_base_path = REGISTRATION_FORM_ADMIN; |
| 83 |
|
} |
| 84 |
|
|
| 85 |
|
|
| 86 |
|
protected function _ajax_hooks() |
admin_pages/support/Support_Admin_Page.core.php 1 location
|
@@ 22-28 (lines=7) @@
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
protected function _init_page_props() |
| 23 |
|
{ |
| 24 |
|
$this->page_slug = EE_SUPPORT_PG_SLUG; |
| 25 |
|
$this->page_label = esc_html__('Help & Support', 'event_espresso'); |
| 26 |
|
$this->_admin_base_url = EE_SUPPORT_ADMIN_URL; |
| 27 |
|
$this->_admin_base_path = EE_SUPPORT_ADMIN; |
| 28 |
|
} |
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
admin_pages/transactions/Transactions_Admin_Page.core.php 1 location
|
@@ 66-72 (lines=7) @@
|
| 63 |
|
* |
| 64 |
|
* @return void |
| 65 |
|
*/ |
| 66 |
|
protected function _init_page_props() |
| 67 |
|
{ |
| 68 |
|
$this->page_slug = TXN_PG_SLUG; |
| 69 |
|
$this->page_label = esc_html__('Transactions', 'event_espresso'); |
| 70 |
|
$this->_admin_base_url = TXN_ADMIN_URL; |
| 71 |
|
$this->_admin_base_path = TXN_ADMIN; |
| 72 |
|
} |
| 73 |
|
|
| 74 |
|
|
| 75 |
|
/** |