ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
921 stars 216 forks source link

How instal unyson extension using TGM #3544

Open Bilyachenko opened 6 years ago

Bilyachenko commented 6 years ago

Hi Need little help.

How can auto instal unyson Extensions with unyson plugin using tgm? or How instal unyson Extensions using TGM?

Niloys7 commented 6 years ago

check this url > http://tgmpluginactivation.com/configuration

This is an example of how to include a plugin from the WordPress Plugin Repository.

array( 'name' => 'Unyson', 'slug' => 'unyson', 'required' => true, ),

ange007 commented 6 years ago

I think question about Unyson Extensions: Demo&Backup, Shortcodes, Menu, etc.

вт, 7 авг. 2018 г., 23:53 Niloy notifications@github.com:

check this url > http://tgmpluginactivation.com/configuration

This is an example of how to include a plugin from the WordPress Plugin Repository.

array( 'name' => 'Unyson', 'slug' => 'unyson', 'required' => true, ),

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ThemeFuse/Unyson/issues/3544#issuecomment-411198874, or mute the thread https://github.com/notifications/unsubscribe-auth/ACnBm_cG6kexvFoMWaySyS2bAO6EnMrFks5uOf5ZgaJpZM4Vt8oD .

Niloys7 commented 6 years ago

Sorry, my bad. but I don't think it's possible to add extension via TGM. but why you need to use TGM for install extension by default extensions are show a notification once the unyson plugin active if you set the setting.

Bilyachenko commented 6 years ago

@Niloys7 I think It's more comfortable for clients Don't need alone install special extension fo theme.

ange007 commented 6 years ago

It seems this idea is good: https://github.com/ThemeFuse/Unyson/issues/1577 Pack plug-in with extensions and install locally via TGM.

Bilyachenko commented 6 years ago

@ange007 thanks