'.__('Install Pagelayer Free Version', 'popularfx').''; $upgrader = new Plugin_Upgrader( new Plugin_Installer_Skin( ) ); $installed = $upgrader->install('https://downloads.wordpress.org/plugin/pagelayer.zip'); if(is_wp_error( $installed ) || empty($installed)){ return $installed; } if ( !is_wp_error( $installed ) && $installed ) { echo __('Activating Pagelayer Plugin !', 'popularfx'); $installed = activate_plugin('pagelayer/pagelayer.php'); if ( is_null($installed)) { $installed = true; echo '
'. sprintf(__('Done! Pagelayer is now installed and activated. Please click here to import your themes content', 'popularfx'), esc_url(admin_url('admin.php?page=pagelayer_import'))). '