Title: This plugin breaks WP CLI
Last modified: September 27, 2019

---

# This plugin breaks WP CLI

 *  Resolved [topi_r](https://wordpress.org/support/users/topi_r/)
 * (@topi_r)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/this-plugin-breaks-wp-cli/)
 * if (class_exists(‘WP_CLI’)) {
    WP_CLI::add_command(‘cli_debug’, ‘cli_debug’);}
   function cli_debug() { while (true) { var_dump(‘Print this till the end of the
   world!’); } }
 * WP CLI will crash due memory issues if this plugin is activated. Not a single
   line is printed.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/this-plugin-breaks-wp-cli/#post-11975392)
 * Hey [@topi_r](https://wordpress.org/support/users/topi_r/) – thanks a lot for
   your message!
    Can you tell me how you call that fu crook above? I’ll definitely
   dig into that as well. Thanks for mentioning.
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/this-plugin-breaks-wp-cli/#post-11976731)
 * Hi [@topi_r](https://wordpress.org/support/users/topi_r/) – I investigated as
   well and the problem is that we scan the buffer the whole output of the site.
   For some reason, wp-cli doesn’t like that.
    I created a beta version for you 
   here, which includes a fix for that. You can download it here: [https://www.dropbox.com/s/x50e4ntizr6nr7z/wp-mailto-links.zip?dl=1](https://www.dropbox.com/s/x50e4ntizr6nr7z/wp-mailto-links.zip?dl=1)
 * Feel free to reach out again after trying it.
 *  Plugin Contributor [Ironikus](https://wordpress.org/support/users/ironikus/)
 * (@ironikus)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/this-plugin-breaks-wp-cli/#post-11996084)
 * Hey [@topi_r](https://wordpress.org/support/users/topi_r/) – We just pushed a
   fix for the WP CLI now. Feel free to use the new version instead of the one I
   sent you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘This plugin breaks WP CLI’ is closed to new replies.

 * ![](https://ps.w.org/wp-mailto-links/assets/icon-256x256.png?rev=2057013)
 * [WP Mailto Links - Protect Email Addresses](https://wordpress.org/plugins/wp-mailto-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mailto-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mailto-links/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mailto-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mailto-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mailto-links/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ironikus](https://wordpress.org/support/users/ironikus/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/this-plugin-breaks-wp-cli/#post-11996084)
 * Status: resolved