• The “Try the brand new editor.” message being generated is causing lots of confusion on client sites where Jetpack is running. How can we disable these types of messages?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can disable all the “Just in time” messages by adding this code to your functions.php or a core functionality plugin:

    add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 );

    (You could disable just that one message, but the code would be a little more involved.)

    John,
    Thank you. But does still work as of WP 4.4.2? I just inserted it in functions.php and the message still shows up when making a new post.

    sba7elfol,

    As far as I know it’s still working, and from looking at Jetpack’s code I don’t see where this filter is WordPress-version dependent.

    I’m currently running WP 4.4.2 on 30+ sites along with this Jetpack filter and the messages seem to be turned off.

    If you want to copy/paste the code you’re using into a comment here I’ll see if I can see any issues with it.

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Try the brand new editor message causing confusion’ is closed to new replies.