diff --git a/admin/class-gdpr-admin.php b/admin/class-gdpr-admin.php index 470070e9..d25b162d 100755 --- a/admin/class-gdpr-admin.php +++ b/admin/class-gdpr-admin.php @@ -314,6 +314,8 @@ public function tools_page_template() { 'audit-log' => esc_html__( 'Audit Log', 'gdpr' ), ); + $tabs = apply_filters( 'gdpr_tools_tabs', $tabs ); + include plugin_dir_path( __FILE__ ) . 'partials/tools.php'; }