How to change the themes “Live Preview” url within the Appearance->Themes page?
External Live Previews For Themes The Live Preview buttons, on the /wp-admin/themes.php page, are generated from the tmpl-theme micro template: <script id=”tmpl-wpse” type=”text/template”> …cut… <div class=”theme-actions”> <# if ( data.active ) { #> <# if ( data.actions.customize ) { #> <a class=”button button-primary customize load-customize hide-if-no-customize” href=”https://wordpress.stackexchange.com/questions/220473/{{{ data.actions.customize }}}”><?php _e( ‘Customize’ ); ?></a> <# } … Read more