'could_not_understand', 'text' => __( 'I couldn\'t understand how to make it work', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => __( 'Would you like us to assist you?', 'viwec-email-template-customizer' ) ), array( 'id' => 'found_better_plugin', 'text' => __( 'I found a better plugin', 'viwec-email-template-customizer' ), 'type' => 'text', 'placeholder' => __( 'Which plugin?', 'viwec-email-template-customizer' ) ), array( 'id' => 'not_have_that_feature', 'text' => __( 'The plugin is great, but I need specific feature that you don\'t support', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => __( 'Could you tell us more about that feature?', 'viwec-email-template-customizer' ) ), array( 'id' => 'is_not_working', 'text' => __( 'The plugin is not working', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => __( 'Could you tell us a bit more whats not working?', 'viwec-email-template-customizer' ) ), array( 'id' => 'looking_for_other', 'text' => __( 'It\'s not what I was looking for', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => 'Could you tell us a bit more?' ), array( 'id' => 'did_not_work_as_expected', 'text' => __( 'The plugin didn\'t work as expected', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => __( 'What did you expect?', 'viwec-email-template-customizer' ) ), array( 'id' => 'other', 'text' => __( 'Other', 'viwec-email-template-customizer' ), 'type' => 'textarea', 'placeholder' => __( 'Could you tell us a bit more?', 'viwec-email-template-customizer' ) ), ); return $reasons; } public function deactivate_scripts() { global $pagenow; if ( 'plugins.php' != $pagenow ) { return; } $reasons = $this->get_uninstall_reasons(); ?>