April 8, 2020

Add TGM Required Plugin For your New Premium theme!

  Are you building your new Custom theme from scratch and want to inluce Plugins to auto install from Appearance/install plugins/Required theme plugins! [php] /* TGM */ public function plugins() { $plugins = array( array( 'name' => 'customnameofplugin', 'slug' => 'customslugpluginname', 'source' => 'https://yourdomain.com/plugins/custompremiuplugin.zip', 'required' => true ), array( 'name' => 'Instagram Widget', 'slug' => 'instagram-slider-widget',...