my-plugin-manager
my-plugin-manager copied to clipboard
External zip file install feature
It is possible to install the plugin from an external link?
array( 'name' => esc_html__( 'Contact Form 7', 'backer' ), 'slug' => 'contact-form-7', 'required' => false, 'version' => '', 'force_activation' => false, 'force_deactivation' => false, 'external_url' => esc_url('https://downloads.wordpress.org/plugin/contact-form.zip'), ),
Must needed with this plugin.
No unfortunately it doesn't. See second question here: http://mypluginmanager.com/faq
The url
field is meant to be used as more of a "go to this other site to get the plugin installed" -- I purposely didn't want to mess with security implications of direct install links.
array(
'name' => 'Gravity Forms',
'slug' => 'gravityforms',
'version' => '2.2+',
'url' => 'http://www.gravityforms.com', // Only for non wp.org plugins.
),