• Resolved zel

    (@zel)


    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)
  • 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.