Code Duplication    Length = 7-7 lines in 3 locations

admin_pages/registration_form/Registration_Form_Admin_Page.core.php 1 location

@@ 64-70 (lines=7) @@
61
    }
62
63
64
    protected function _init_page_props()
65
    {
66
        $this->page_slug = REGISTRATION_FORM_PG_SLUG;
67
        $this->page_label = esc_html__('Registration Form', 'event_espresso');
68
        $this->_admin_base_url = REGISTRATION_FORM_ADMIN_URL;
69
        $this->_admin_base_path = REGISTRATION_FORM_ADMIN;
70
    }
71
72
73
    protected function _ajax_hooks()

admin_pages/support/Support_Admin_Page.core.php 1 location

@@ 16-22 (lines=7) @@
13
{
14
15
16
    protected function _init_page_props()
17
    {
18
        $this->page_slug = EE_SUPPORT_PG_SLUG;
19
        $this->page_label = esc_html__('Help & Support', 'event_espresso');
20
        $this->_admin_base_url = EE_SUPPORT_ADMIN_URL;
21
        $this->_admin_base_path = EE_SUPPORT_ADMIN;
22
    }
23
24
25
    protected function _ajax_hooks()

admin_pages/transactions/Transactions_Admin_Page.core.php 1 location

@@ 47-53 (lines=7) @@
44
     *
45
     * @return void
46
     */
47
    protected function _init_page_props()
48
    {
49
        $this->page_slug = TXN_PG_SLUG;
50
        $this->page_label = esc_html__('Transactions', 'event_espresso');
51
        $this->_admin_base_url = TXN_ADMIN_URL;
52
        $this->_admin_base_path = TXN_ADMIN;
53
    }
54
55
56
    /**