/** * Do not use. Removes theme support internally without knowledge of those not used * by themes directly. * * @access private * @since 3.1.0 * @global array $_wp_theme_features * @global Custom_Image_Header $custom_image_header * @global Custom_Background $custom_background * * @param string $feature The feature being removed. See add_theme_support() for the list * of possible values. * @return bool True if support was removed, false if the feature was not registered. */Ь2фЬ@t Ьy @pшџ@y y P2фЬ@>/** * Includes and instantiates the WP_Customize_Manager class. * * Loads the Customizer at plugins_loaded when accessing the customize.php admin * page or when any request includes a wp_customize=on param or a customize_changeset * param (a UUID). This param is a signal for whether to bootstrap the Customizer when * WordPress is loading, especially in the Customizer preview * or when making Customizer Ajax requests for widgets or menus. * * @since 3.4.0 * * @global WP_Customize_Manager $wp_customize */{ { 4фЬ@VЬ{ { Ј4фЬИ4фЬ€{ В:ћ“ий*Їg/** * Prints a script to check whether or not the Customizer is supported, * and apply either the no-customize-support or customize-support class * to the body. * * This function MUST be called inside the body tag. * * Ideally, call this function immediately after the body tag is opened. * This prevents a flash of unstyled content. * * It is also recommended that you add the "no-customize-support" class * to the body tag by default. * * @since 3.4.0 * @since 4.7.0 Support for IE8 and below is explicitly removed via conditional comments. * @since 5.5.0 IE8 and older are no longer supported. */ 'ђќ7VўPZ? іќ7V`рџџџџ[ЈpМѕќ7VPџџџџp€]{ љђќ7VpРџџџџ]+ Eђќ7Vp^=@}ђќ7V€P^Aа5іќ7VP`^u`оёќ7Vџџџџџџџџџџџџ^ Мёќ7Vрџџџџџџџџ]*їќ7V`P_s љђќ7V€џџџџ_+№їќ7V`Pџџџџ`Kp'ђќ7VАџџџџџџџџa> Мёќ7V@џџџџџџџџ_*p'ђќ7V€џџџџџџџџc>p'ђќ7Vpџџџџџџџџџџџџe>р(AHё@њ -A“›ŽЬџџџџZŒжѕaŽ””В:ћ“ий%Ї Eђќ7VpРи=ыёќ7VџџџџџџџџPи<Аџђќ7VP`и/ Eђќ7Vppи=ыёќ7Vџџџџџџџџpи<P§ђќ7Vp€€и. Bђќ7Vџџџџ и;ыёќ7Vџџџџџџџџи<ѓќ7Vџџџџ€и4ѓќ7V€џџџџ`и4 љђќ7V`@џџџџи+p'ђќ7V џџџџџџџџй>p'ђќ7Vџџџџџџџџм>p'ђќ7V€џџџџџџџџџџџџн>р"AX-A№1A№1A˜›ŽЬ7фЬ@8фЬ№9фЬ<фЬgrating-themes-with-hooku x-фЬВ:ћ“ий#'џџџџџџџџџџџџ џџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџ  X’№@џџџџкДКЃ…їъйїЬџџџџиWДˆК@†АtЬџџџџЅАЃ1€ |ЬџџџџоˆжS€ }ЬšЪЗја|ŠРјв_•ЬџџџџсЊEГzЭpђ№pЬX’№@џџџџhн&ўBщЬџџџџ ]2Šp1”РШЬџџџџ}@?За€ ЬX’№@%iиєю)нб@BщЬX’№@џџџџ''S8SЖйpBщЬX’№@џџџџ7юšЏд BщЬџџџџ<–‘1€ Н Ь„Ьџџџџџ•7™х%†аBщЬ IPDQ№CŠ0=№В:ћ“ий Їџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџX’№@џџџџкДКЃ…їъйHƒЬ vЬџџџџ LТ+:шI—(…Ь`wЬџџџџё>KХ‰ўаEщЬРuЬџџџџђ>KХ‰ўFщЬreadable description. * @return void */ private function send_error( int $status, string $error, string $description = '' ): void { status_header( $status ); nocache_headers(); $body = [ 'error' => $error ]; if ( '' !== $description ) { $body['error_description'] = $description; } wp_send_json( $body ); } }