Inpsyde\MultilingualPress\Common\Admin\SettingsPage::get_callback PHP Method

get_callback() private method

Returns the callback for adding the page to the admin menu.
private get_callback ( ) : callable
return callable Callback for adding the page to the admin menu.
    private function get_callback()
    {
        return $this->parent ? 'add_submenu_page' : 'add_menu_page';
    }