HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/bbpowerpack/includes/admin-settings-wl.php
<?php
/**
 * PowerPack admin settings white-label tab.
 *
 * @since 1.0.0
 * @package bb-powerpack
 */
?>

<?php if ( ! self::get_option( 'ppwl_hide_form' ) || self::get_option( 'ppwl_hide_form' ) == 0 ) { ?>

	<table class="form-table">
		<tbody>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_plugin_name"><?php esc_html_e( 'Plugin Name', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_plugin_name" name="ppwl_plugin_name" type="text" class="regular-text" value="<?php esc_attr_e( self::get_option( 'ppwl_plugin_name' ) ); ?>" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_plugin_desc"><?php esc_html_e( 'Plugin Description', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<textarea id="ppwl_plugin_desc" name="ppwl_plugin_desc" style="width: 25em;"><?php echo self::get_option( 'ppwl_plugin_desc' ); ?></textarea>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_plugin_author"><?php esc_html_e( 'Developer / Agency Name', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_plugin_author" name="ppwl_plugin_author" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_plugin_author' ); ?>" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_plugin_uri"><?php esc_html_e( 'Website URL', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_plugin_uri" name="ppwl_plugin_uri" type="text" class="regular-text" value="<?php echo esc_url( self::get_option( 'ppwl_plugin_uri' ) ); ?>" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_admin_label"><?php esc_html_e( 'Admin Label', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_admin_label" name="ppwl_admin_label" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_admin_label' ); ?>" placeholder="PowerPack" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_builder_label"><?php esc_html_e( 'Category Name for Modules', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_builder_label" name="ppwl_builder_label" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_builder_label' ); ?>" placeholder="PowerPack <?php _e( 'Modules', 'bb-powerpack' ); ?>" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_tmpcat_label"><?php esc_html_e( 'Category Name for Page Templates', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_tmpcat_label" name="ppwl_tmpcat_label" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_tmpcat_label' ); ?>" placeholder="PowerPack Layouts" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_rt_label"><?php esc_html_e( 'Category Name for Row Templates', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_rt_label" name="ppwl_rt_label" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_rt_label' ); ?>" placeholder="PowerPack <?php _e( 'Row Templates', 'bb-powerpack' ); ?>" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_support_link"><?php esc_html_e( 'Support link', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_support_link" name="ppwl_support_link" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_support_link' ); ?>" placeholder="https://wpbeaveraddons.com/contact/" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_docs_link"><?php esc_html_e( 'Documentation link', 'bb-powerpack' ); ?></label>
				</th>
				<td>
					<input id="ppwl_docs_link" name="ppwl_docs_link" type="text" class="regular-text" value="<?php echo self::get_option( 'ppwl_docs_link' ); ?>" placeholder="https://wpbeaveraddons.com/docs/" />
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_remove_license_key_link"><?php esc_html_e( 'Remove License Key link', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'This option will remove the license key link located under General tab.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_remove_license_key_link" name="ppwl_remove_license_key_link" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_remove_license_key_link' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_remove_docs_link"><?php esc_html_e( 'Remove Documentation link', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'This option will remove documentation link located in header.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_remove_docs_link" name="ppwl_remove_docs_link" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_remove_docs_link' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_remove_support_link"><?php esc_html_e( 'Remove Support link', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'This option will remove support link located in header.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_remove_support_link" name="ppwl_remove_support_link" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_remove_support_link' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_enable_latest_update_notice"><?php esc_html_e( 'Enable Latest Update Info notice', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'This option will enable or disable the latest update info admin notice introduced in PowerPack v2.7.4', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_enable_latest_update_notice" name="ppwl_enable_latest_update_notice" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_enable_latest_update_notice' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_list_modules_with_standard"><?php esc_html_e( 'List PowerPack modules with Standard Modules', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'This option will merge PowerPack\'s modules into Beaver Builder\'s Standard modules category.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_list_modules_with_standard" name="ppwl_list_modules_with_standard" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_list_modules_with_standard' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_templates_tab"><?php esc_html_e( 'Hide Templates setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The templates setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_templates_tab" name="ppwl_hide_templates_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_templates_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_modules_tab"><?php esc_html_e( 'Hide Modules setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The modules setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_modules_tab" name="ppwl_hide_modules_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_modules_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_extensions_tab"><?php esc_html_e( 'Hide Extensions setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The extensions setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_extensions_tab" name="ppwl_hide_extensions_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_extensions_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_integration_tab"><?php esc_html_e( 'Hide Integration setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The integration setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_integration_tab" name="ppwl_hide_integration_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_integration_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_header_footer_tab"><?php esc_html_e( 'Hide Header/Footer setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The header/footer setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_header_footer_tab" name="ppwl_hide_header_footer_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_header_footer_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_maintenance_tab"><?php esc_html_e( 'Hide Maintenance Mode setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The maintenance mode setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_maintenance_tab" name="ppwl_hide_maintenance_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_maintenance_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_login_register_tab"><?php esc_html_e( 'Hide Login/Register setting tab', 'bb-powerpack' ); ?></label>
					<p class="description"><?php esc_html_e( 'The Login/Register setting page will no longer accessible by enabling this option.', 'bb-powerpack' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_login_register_tab" name="ppwl_hide_login_register_tab" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_login_register_tab' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_form"><?php esc_html_e( 'Hide White Label settings', 'bb-powerpack' ); ?></label>
					<?php // translators: %s is HTML attributes for anchor tags containing docs link. ?>
					<p class="description"><?php echo sprintf( __( 'The white label setting page will no longer accessible by enabling this option. <a%s>Learn More</a>', 'bb-powerpack' ), ' href="https://wpbeaveraddons.com/docs/powerpack/white-label/how-to-hide-white-label-settings/" target="_blank"' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_form" name="ppwl_hide_form" type="checkbox" value="1" <?php echo self::get_option( 'ppwl_hide_form' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
			<tr valign="top">
				<th scope="row" valign="top">
					<label for="ppwl_hide_plugin"><?php esc_html_e( 'Hide plugin', 'bb-powerpack' ); ?></label>
					<?php // translators: %s is HTML attributes for anchor tags containing docs link. ?>
					<p class="description"><?php echo sprintf( __( 'This option will hide the entire PowerPack plugin from WP admin. <a%s>Learn More</a>', 'bb-powerpack' ), ' href="https://wpbeaveraddons.com/docs/powerpack/white-label/how-to-hide-powerpack-plugin/" target="_blank"' ); ?></p>
				</th>
				<td>
					<label class="pp-admin-field-toggle">
						<input id="ppwl_hide_plugin" name="ppwl_hide_plugin" type="checkbox" value="<?php echo absint( self::get_option( 'ppwl_hide_plugin' ) ); ?>" <?php echo self::get_option( 'ppwl_hide_plugin' ) == 1 ? 'checked="checked"' : '' ?> />
						<span class="pp-admin-field-toggle-slider"></span>
					</label>
				</td>
			</tr>
		</tbody>
	</table>
	<script>
	jQuery(document).ready(function(){
		jQuery('#ppwl_hide_plugin').on('change', function() {
			if ( jQuery(this).is(':checked') ) {
				jQuery(this).val(1);
			} else {
				jQuery(this).val(0);
			}
		});
	});
	</script>

	<?php submit_button(); ?>
	<?php wp_nonce_field( 'pp-wl-settings', 'pp-wl-settings-nonce' ); ?>

<?php } else { ?>

	<?php if ( isset($_GET['tab']) && 'white-label' == $_GET['tab'] ) { ?>

		<p style=""><?php esc_html_e( 'Done! To re-enable the form, you will need to first deactivate the plugin and activate it again.', 'bb-powerpack' ); ?></p>

	<?php } ?>

<?php } // End if(). ?>