name = __( 'UsersWP', 'userswp' ); // This hook registers userswp data exporters. $this->add_exporter( 'uwp-customer-data', __( 'UsersWP User Data', 'userswp' ), array( 'UsersWP_Privacy_Exporters', 'user_data_exporter' ) ); // This hook registers userswp data erasers. $this->add_eraser( 'uwp-customer-data', __( 'UsersWP User Data', 'userswp' ), array( 'UsersWP_Privacy_Erasers', 'user_data_eraser' ) ); } /** * Add privacy policy content for the privacy policy page. * * @since 1.0.14 */ public function get_privacy_message() { $content = '
' . __( 'Example privacy texts.', 'userswp' ) . '
' . '' . __( 'We collect information about you during the registration and edit profile process on our site. This information may include, but is not limited to, your name, email address, phone number, address, IP and any other details that might be requested from you for the purpose of building your public profile.', 'userswp' ) . '
' . '' . __( 'Handling this data also allows us to:', 'userswp' ) . '
' . '' . __( 'Any profile information provided to this site may be displayed publicly.', 'userswp' ) . '
'. '