[wp-trac] [WordPress Trac] #42184: Customizer theme install getting stuck on downloading

WordPress Trac noreply at wordpress.org
Wed Oct 11 16:02:12 UTC 2017


#42184: Customizer theme install getting stuck on downloading
--------------------------+------------------------------
 Reporter:  helen         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Customize     |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by helen):

 @ocean90's plugin code for forcing FTP:

 {{{
 <?php
 /**
  * Plugin Name: Force FTP
  * Description: Used to test FTP credentials screen.
  */

 add_filter( 'filesystem_method', function() {
         return 'ftpext';
 } );

 add_filter( 'fs_ftp_connection_types', function() {
         return [
                 'ftp'  => __( 'FTP' ),
                 'ftps' => __( 'FTPS (SSL)' ),
                 'ssh'  => __( 'SSH2' ),
         ];
 } );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42184#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list