/usr/local/jetapps/var/www/jetbackup5/docroot/app/showcase/115_wordpressIntegration
<div class="row" ng-controller="wordpressIntegration115"> <div class="col-md-6 col-sm-6 col-xs-6 col-md-offset-3"> <div class="x_panel"> <div class="x_content"> <h2><span class="fas fa-star"></span> {{lang.t("Enable JetBackup for WordPress Integration in JetBackup 5!")}}</h2> <div class="alert alert-danger ng-scope" style="margin-top: 20px;"> <div class="alert-message"> <strong class="alert-title" style="font-size: 20px;">{{lang.t("Action Required!")}}</strong> <div class="alert-body"> {{lang.t("The options below control whether the JetBackup WordPress plugin is installed and enabled for new or existing WordPress sites. JetBackup WP offers easy to use backup and restore functionality designed with WordPress end users in mind, and features the new ability to restore JetBackup 5 backups from the WP Admin interface for FREE. For more information, visit")}} <a href="https://www.jetbackup.com/jetbackup-for-wordpress/" target="_blank">https://www.jetbackup.com/jetbackup-for-wordpress/</a> </div> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="form-group"> <label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Enable New Installation Hooks") }}</label> <div class="col-md-9 col-sm-9 col-xs-12"> <div class="pretty p-default p-curve p-smooth" ng-repeat="vendor in integrations"> <input type="checkbox" id="vendor{{vendor}}" ng-checked="isVendorEnabled(vendor)" ng-click="toggleVendor(vendor)" /> <div class="state p-primary"><label for="vendor{{vendor}}">{{vendor}}</label></div> </div> <p class="help-block"> {{ lang.t("You can choose which vendors to enable for automatic WordPress plugin installation.") }}<br /> {{ lang.t("JetBackup will use the selected vendors to automate plugin installation on WordPress sites.") }} </p> </div> </div> <div class="form-group"> <label class="control-label col-md-3 col-sm-3 col-xs-12">{{ lang.t("Allow Socket API for All Users") }}</label> <div class="col-md-9 col-sm-9 col-xs-12"> <div class="pretty p-default p-round p-smooth"> <input type="radio" ng-model="permission" id="permission_1" ng-checked="permission == 1" value="1" /> <div class="state p-primary"><label for="permission_1">{{ lang.t("Yes") }}</label></div> </div> <div class="pretty p-default p-round p-smooth"> <input type="radio" ng-model="permission" id="permission_0" ng-checked="permission == 0" value="0" /> <div class="state p-primary"><label for="permission_0">{{ lang.t("No") }}</label></div> </div> <p class="help-block"> {{ lang.t("Enable if you want to allow clients to restore from JetBackup backups from within Wordpress for FREE.") }} </p> </div> </div> <div class="form-group"> <label class="control-label col-md-3 col-sm-3 col-xs-12" for="mass_deployment_1">{{ lang.t("Deploy on all WordPress Sites Now") }}</label> <div class="col-md-9 col-sm-9 col-xs-12"> <div class="pretty p-default p-round p-smooth"> <input type="radio" ng-model="mass" id="mass_deployment_1" ng-checked="mass == 1" value="1" /> <div class="state p-primary"><label for="mass_deployment_1">{{ lang.t("Yes") }}</label></div> </div> <div class="pretty p-default p-round p-smooth"> <input type="radio" ng-model="mass" id="mass_deployment_0" ng-checked="mass == 0" value="0" /> <div class="state p-primary"><label for="mass_deployment_0">{{ lang.t("No") }}</label></div> </div> <p class="help-block"> {{ lang.t("Select \"Yes\" to deploy on all existing WordPress Sites on this server using the New Installation Hooks vendors. This will install the latest JetBackup for WordPress version securely from the WordPress.org marketplace, and enable the plugin using WP Toolkit, Softaculous, or other vendors.") }} </p> </div> </div> </div> </div> </div> </div> </div> </div>
.
Edit
..
Edit
controller.js
Edit
view.htm
Edit