adding customizer edit icon support
This commit is contained in:
parent
9fc94678a2
commit
7a22cf3803
|
@ -68,6 +68,11 @@ if ( ! function_exists( 'understrap_setup' ) ) :
|
|||
*/
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
|
||||
/*
|
||||
* Adding support for Widget edit icons in customizer
|
||||
*/
|
||||
add_theme_support( 'customize-selective-refresh-widgets' );
|
||||
|
||||
/*
|
||||
* Enable support for Post Formats.
|
||||
* See http://codex.wordpress.org/Post_Formats
|
||||
|
|
Reference in New Issue