do_action( 'try_gutenberg_panel' )

Add content to the Try Gutenberg panel on the admin dashboard.


Description Description

To remove the Try Gutenberg panel, use remove_action():

remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel' );

Source Source

File: wp-admin/index.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.