title = _x('Data Hound', '(Admin)', 'gdpr-framework'); add_action('gdpr/admin/action/AdvancedIntegration/generate', [$this, 'generateAdvancedIntegration']); } public function init() { $this->registerSettingSection( 'gdpr_section_privacy_policy', _x('Data Hound', '(Admin)', 'gdpr-framework'), [$this, 'renderHeader'] ); } public function renderHeader() { echo gdpr('view')->render('admin/advanced-integration/header'); } public function renderSubmitButton() { // leave an empty method to prevent the placement of the default save button } }