The update has crashed my WP-Backend.
Fatal error: Call to undefined function is_plugin_active() in /XXXXXXXXXXXXXXXXXXXXXXXX/wordpress/wp-content/plugins/export-user-data/export-user-data.php on line 324
I had to deactivate the plugin the harsh way by renaming the plugin folder.
WP Version in use is 4.2.7
This function is available since 2.5 – https://codex.ww.wp.xz.cn/Function_Reference/is_plugin_active
It’s an admin only function – but that should be the case when the exports run, so something else is wrong.
That might be true, however everything was fine right until I have updated this plugin. And everything is working as expected again, as soon as the plugin is disabled.
We’ve just pushed a small update that moves the internal hook to admin_init – please update and try this.
I could not update but a reinstall seems to work fine.
Thanks for the quick update and good support!