Title: PHP error on wp-admin after installing
Last modified: August 8, 2019

---

# PHP error on wp-admin after installing

 *  Resolved [zel](https://wordpress.org/support/users/zel/)
 * (@zel)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/php-error-on-wp-admin-after-installing/)
 * Hello,
    I’ve installed the plugin and on wp-admin got error: Fatal error: Call
   to undefined function wp_add_privacy_policy_content() in myserver/wp-content/
   plugins/conversejs/conversejs.php on line 89
 * I have wordpress 4.9.7

Viewing 1 replies (of 1 total)

 *  [Preexist Kudos](https://wordpress.org/support/users/camaran/)
 * (@camaran)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/php-error-on-wp-admin-after-installing/#post-11812001)
 * Please try to reinstall the update and if not resolve edit line 89 to see:
 *     ```
       if (function_exist('wp_add_privacy_policy_content')) {
       	wp_add_privacy_policy_content(
       	            'ConverseJS',
       	            wp_kses_post( wpautop( $content, false ) )
       	        );
       }
       ```
   
 * and give me feedback

Viewing 1 replies (of 1 total)

The topic ‘PHP error on wp-admin after installing’ is closed to new replies.

 * ![](https://ps.w.org/conversejs/assets/icon.svg?rev=999043)
 * [ConverseJS](https://wordpress.org/plugins/conversejs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/conversejs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/conversejs/)
 * [Active Topics](https://wordpress.org/support/plugin/conversejs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/conversejs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/conversejs/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Preexist Kudos](https://wordpress.org/support/users/camaran/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/php-error-on-wp-admin-after-installing/#post-11812001)
 * Status: resolved