.
* We'll apply some CSS in order to move the section to the top
* as well as style the section & the iframe.
*/
class Businessx_Installer_Control extends WP_Customize_Control {
public $type = 'businessx-installer';
public function render_content() { ?>
'install-plugin',
'plugin' => $plugin_slug,
),
self_admin_url( 'update.php' )
);
$nonce_key = 'install-plugin_' . $plugin_slug;
$plugin_install_url = wp_nonce_url( $plugin_install_url, $nonce_key );
?>
activate it.', 'businessx' ), admin_url( 'plugins.php' ) ); ?>