admin_pages/other_services/Other_Services_Admin_Page.core.php 1 location
|
@@ 20-25 (lines=6) @@
|
| 17 |
|
{ |
| 18 |
|
|
| 19 |
|
|
| 20 |
|
protected function _init_page_props() |
| 21 |
|
{ |
| 22 |
|
$this->page_slug = EE_OTHER_SERVICES_PG_SLUG; |
| 23 |
|
$this->page_label = __('Extensions & Services', 'event_espresso'); |
| 24 |
|
$this->_admin_base_url = EE_OTHER_SERVICES_ADMIN_URL; |
| 25 |
|
$this->_admin_base_path = EE_OTHER_SERVICES_ADMIN; |
| 26 |
|
} |
| 27 |
|
|
| 28 |
|
|
admin_pages/payments/Payments_Admin_Page.core.php 1 location
|
@@ 38-44 (lines=7) @@
|
| 35 |
|
} |
| 36 |
|
|
| 37 |
|
|
| 38 |
|
protected function _init_page_props() |
| 39 |
|
{ |
| 40 |
|
$this->page_slug = EE_PAYMENTS_PG_SLUG; |
| 41 |
|
$this->page_label = __('Payment Methods', 'event_espresso'); |
| 42 |
|
$this->_admin_base_url = EE_PAYMENTS_ADMIN_URL; |
| 43 |
|
$this->_admin_base_path = EE_PAYMENTS_ADMIN; |
| 44 |
|
} |
| 45 |
|
|
| 46 |
|
|
| 47 |
|
protected function _ajax_hooks() |