get_privacy_policy_content() ); } /** * @since 3.8.6 */ private function get_privacy_policy_content() { $content = awpcp_render_template( $this->template, array() ); return wp_kses_post( $content, false ); } }