PNG  IHDR  8] PLTE S =tRNS   PNG  IHDR  8] PLTE S =tRNS   REDROOM
PHP 7.4.33
Preview: class-wp-customize-themes-panel.php Size: 3.31 KB
/home/u451082377/domains/smpspembda2gusit.sch.id/public_html/wp-includes/customize/class-wp-customize-themes-panel.php

<?php
/**
 * Customize API: WP_Customize_Themes_Panel class
 *
 * @package WordPress
 * @subpackage Customize
 * @since 4.9.0
 */

/**
 * Customize Themes Panel Class
 *
 * @since 4.9.0
 *
 * @see WP_Customize_Panel
 */
class WP_Customize_Themes_Panel extends WP_Customize_Panel {

	/**
	 * Panel type.
	 *
	 * @since 4.9.0
	 * @var string
	 */
	public $type = 'themes';

	/**
	 * An Underscore (JS) template for rendering this panel's container.
	 *
	 * The themes panel renders a custom panel heading with the active theme and a switch themes button.
	 *
	 * @see WP_Customize_Panel::print_template()
	 *
	 * @since 4.9.0
	 */
	protected function render_template() {
		?>
		<li id="accordion-section-{{ data.id }}" class="accordion-section control-panel-themes">
			<h3 class="accordion-section-title">
				<?php
				if ( $this->manager->is_theme_active() ) {
					echo '<span class="customize-action">' . __( 'Active theme' ) . '</span> {{ data.title }}';
				} else {
					echo '<span class="customize-action">' . __( 'Previewing theme' ) . '</span> {{ data.title }}';
				}
				?>

				<?php if ( current_user_can( 'switch_themes' ) ) : ?>
					<button type="button" class="button change-theme" aria-label="<?php esc_attr_e( 'Change theme' ); ?>"><?php _ex( 'Change', 'theme' ); ?></button>
				<?php endif; ?>
			</h3>
			<ul class="accordion-sub-container control-panel-content"></ul>
		</li>
		<?php
	}

	/**
	 * An Underscore (JS) template for this panel's content (but not its container).
	 *
	 * Class variables for this panel class are available in the `data` JS object;
	 * export custom variables by overriding WP_Customize_Panel::json().
	 *
	 * @since 4.9.0
	 *
	 * @see WP_Customize_Panel::print_template()
	 */
	protected function content_template() {
		?>
		<li class="panel-meta customize-info accordion-section <# if ( ! data.description ) { #> cannot-expand<# } #>">
			<button class="customize-panel-back" tabindex="-1" type="button"><span class="screen-reader-text">
				<?php
				/* translators: Hidden accessibility text. */
				_e( 'Back' );
				?>
			</span></button>
			<div class="accordion-section-title">
				<span class="preview-notice">
					<?php
					printf(
						/* translators: %s: Themes panel title in the Customizer. */
						__( 'You are browsing %s' ),
						'<strong class="panel-title">' . __( 'Themes' ) . '</strong>'
					); // Separate strings for consistency with other panels.
					?>
				</span>
				<?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?>
					<# if ( data.description ) { #>
						<button class="customize-help-toggle dashicons dashicons-editor-help" type="button" aria-expanded="false"><span class="screen-reader-text">
							<?php
							/* translators: Hidden accessibility text. */
							_e( 'Help' );
							?>
						</span></button>
					<# } #>
				<?php endif; ?>
			</div>
			<?php if ( current_user_can( 'install_themes' ) && ! is_multisite() ) : ?>
				<# if ( data.description ) { #>
					<div class="description customize-panel-description">
						{{{ data.description }}}
					</div>
				<# } #>
			<?php endif; ?>

			<div class="customize-control-notifications-container"></div>
		</li>
		<li class="customize-themes-full-container-container">
			<div class="customize-themes-full-container">
				<div class="customize-themes-notifications"></div>
			</div>
		</li>
		<?php
	}
}

Directory Contents

Dirs: 0 × Files: 36

Name Size Perms Modified Actions
1.25 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
639 B lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.96 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.26 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.99 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.42 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
5.16 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
9.19 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
588 B lrw-r--r-- 2024-11-05 10:20:09
Edit Download
7.87 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.74 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.18 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
9.19 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.10 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.08 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
7.97 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
26.92 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.25 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.75 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.10 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
716 B lrw-r--r-- 2024-11-05 10:20:09
Edit Download
18.49 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
3.23 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.67 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.65 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
10.32 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
13.43 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.03 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
4.27 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
11.61 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
3.31 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
6.78 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.17 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
686 B lrw-r--r-- 2024-11-05 10:20:09
Edit Download
1.68 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download
2.58 KB lrw-r--r-- 2024-11-05 10:20:09
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
 !"#$%&'(()*+,-./00123456789 t\ wIDATx ]ys  47Y ƒ -  "  Rv  < f{Ɛ $k l L > L  ~h^ 1  [  r G t& h  l F z3O Y ! p A(_g̷ E8 )S 8 c  Kb"z ~ 5 J xAL WU <  *  5 m;W a pB h ~P J 2 3 6 ҙ .Ƹ P i  4g F R L P ΪK/D  M v (a3 k J Œ4N5* SH ` SdJ z  O J Xՠ V>u ߱ BE&L b2 ?2` tX+  c CB A$ i b C ĀMB E : /  # Dx &l =q Ty  0 \p I ( L Ǎ { e 4k ;`u^ヲ eP!( d {  )T A 8 O;Ě n >;s6 !  :Nx `[S D HU ~ q›J F} a g*D 49 / pn k h (t 8NxƐF _!r չ7 ZR R׷ q/5") Ӎ NY 0 x sZ!   o  fu  ,  K"$ ? pg  㕣=  1» {h " fh7    y  } € +7  $ y " X —ą - G P u 4 m >J 5 L =V ' ^@I p ?MS xЌ XV P ! h "C NS9B8̢ ]!K  e   zA , ӏkbY  !< XQ ٿyS| *" f { w  4@[S <  # 0 ! js [m  =,~ o "ݎ DHf Wo $ g ! Vԅ t mB /y Wf V4񺍸 c+@x?  B ~u " xUN e 0 BĂ) ~J pz! 7y6]l Ԥ@ P a< O /DHC `≻  N m"$  0ObB }{ x AO FCG D R ^ "B  { WDH  UR l@ T #  +"d T ; 0 i  D}. 7 ` ' ] w rE &S i ƕiTD EL P _ u h $ Ա FG wVD G L R Zf ' .!] J /ZR oGЍs Mr Ĥ ʬ 3 Q [3 cL ` ^ p + ( F;# B 5 '  2Y f [  ϶R0e }  E 7 6M aۮ H <& n % L] E}Up x紉, Uw' Q  Ǯշo k ވۙ 0N94 VX5 xEDE l D #֤ } C o )W :  ^ s 9  bRf iX5u ཱི 4 :[  T 1. | [E 2ؽ Iy\ : o x K G 5 ylP ' uK E ftb/i[3 .g _  [3M n G, #NwQ5~  ؚ) | n =Ц"x qg gB ` 듘 ~ x w ? ? R~  _ u. &VQ K˻   H C ( TN˄+ `C dA nB׭ D 3"Z G ê ^k H_ /- ~ " R_  .8 Z_ 6@ o  xg  uP ? 3լ @7AM!  E7^ - =V L  x  g-D0  CtmW 7  O  G _ WD0 g C  w1 r d w : a | \  *" f nֳ ^ H# f L ` Z ۽hV  }S F r0Ù Bć5r] @! NL iQ]{s^=4 d  WD  "  "   M; t" 8 5 e dL| "-*st" ) SWD ?R[S e ooF  20.D ? bo =) A i o d ģ ZҰaO @E =) i D a &ܟa CϞ y6 ,<%{^x%{f8? `iw^ ?/ M * IEND B`