Enable Editor on Activation Page

Read the Walkthrough

Code

Filename: gpbua-enable-editor.php

<?php
/**
 * Gravity Perks // GP Better User Activation // Enable Editor on Activation Page
 * https://gravitywiz.com/documentionat/gravity-forms-better-user-activation/
 */
add_action( 'init', function() {
	if ( is_callable( 'gp_better_user_activation' ) ) {
		remove_action( 'admin_head', array( gp_better_user_activation(), 'remove_default_content_editor' ) );
	}
} );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.