sdsweb / note

Note is a simple and easy to use widget for editing bits of text, live, in your WordPress front-end Customizer.
GNU General Public License v2.0
19 stars 5 forks source link

"Edit Content" Button in Dashboard should automatically open Widgets Panel #6

Open scottsousa opened 9 years ago

scottsousa commented 9 years ago

See https://core.trac.wordpress.org/ticket/28032

Examples:

scottsousa commented 9 years ago

Core has not yet stabilized the autofocus function so we'll hold off until a future release. We can use the following code snippet to implement this: add_query_arg( 'autofocus[panel]', 'widgets', wp_customize_url() ).