I tried exporting all users and records from all the post types and got a memory overflow error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in wp-includes/class-wp-user.php on line 527
I'm guessing we need some sort of check and if there's too much data to tell the user to use the API version instead.
I tried exporting all users and records from all the post types and got a memory overflow error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in wp-includes/class-wp-user.php on line 527
I'm guessing we need some sort of check and if there's too much data to tell the user to use the API version instead.