diff --git a/templates/gdpr-register.php b/templates/gdpr-register.php
index b9318622..2b175fe1 100644
--- a/templates/gdpr-register.php
+++ b/templates/gdpr-register.php
@@ -6,8 +6,9 @@
post_content, $args );
+ if ( ! empty( $um_content_query ) && ! is_wp_error( $um_content_query ) ) {
+ $content = apply_filters( 'um_gdpr_policies_page_content', $um_content_query->post_content, $args );
+ echo apply_filters( 'the_content', $content, $um_content_query->ID );
}
} ?>