:google-pagespeed-insights=Uޕ%Mget_staging_current_status_keyޕ%Mget_staging_current_status_keysync_all_settings_to_node*JPڀ@\WPStaging\Core\WPStaging=U[`save_settings_backup_tabG_,Ksave_settings_backup_auto_tabsave_settings_vulns_update_tab+"Xsave_settings_staging_opts_tabError: Not saved settings[`save_settings_backup_tabp~user_excluded_extenstionsp~user_excluded_extenstions/pdatabase_encrypt_settings/pdatabase_encrypt_settingsk#*Iwptc_modify_schedule_backup.dQmainwp_wp_staging_hide_pluginG_,Ksave_settings_backup_auto_tabl>hbackup_before_update_settingl>hbackup_before_update_setting-3Xwptc_auto_update_settings -3Xwptc_auto_update_settings-3Xwptc_auto_update_settingssave_settings_vulns_update_tab+"Xsave_settings_staging_opts_tabstaging_is_reset_permalinkstaging_is_reset_permalinkI staging_login_custom_linkHI staging_login_custom_link ek;D--------$plugins_data--------8Ez --------$themes_data-------- |t4< _f:iG'`eNISELECT VERSION() AS versionHm ;qgB;qgB)MUcClبsave_manual_backup_name_wptcClبsave_manual_backup_name_wptcr/MainWP\Child\is_plugin_active/(h%Fmainwp\child\is_plugin_activeX?u̮MainWP\Child\MainWP_HelperXmainwp\child\mainwp_helperI=U\`|-`MainWP\Child\MainWP_Exceptionlvmainwp\child\mainwp_exceptionX?u̮MainWP\Child\MainWP_HelperXmainwp\child\mainwp_helperrhT1MainWP\Child\function_existsXV5_̱mainwp\child\function_existsZu̮MainWP\Child\MainWP_SystemPmainwp\child\mainwp_systemX?u̮MainWP\Child\MainWP_HelperEXmainwp\child\mainwp_helper@I=Us))@X?u̮MainWP\Child\MainWP_HelperEXmainwp\child\mainwp_helperrhT1MainWP\Child\function_existsXV5_̱mainwp\child\function_existsڬsXMainWP\Child\class_exists+`mainwp\child\class_existsX?u̮MainWP\Child\MainWP_HelperXmainwp\child\mainwp_helperH]`MainWP\Child\WPTC_PLUGIN_DIR79i*mainwp\child\WPTC_PLUGIN_DIRH]`MainWP\Child\WPTC_PLUGIN_DIR79i*mainwp\child\WPTC_PLUGIN_DIRڬsXMainWP\Child\class_exists`mainwp\child\class_exists  $this->recursive_inner_blocks( $inner_block['innerBlocks'] ); } } } } /** * Parse blocks of a page/post * * @param string $content content of a page/post * * @suppress PHP0417 */ public function eb_parse_blocks( $content ) { $parser_class = apply_filters( 'block_parser_class', 'WP_Block_Parser' ); if ( class_exists( $parser_class ) ) { $parser = new $parser_class(); return $parser->parse( $content ); } elseif ( function_exists( 'gutenberg_parse_blocks' ) ) { return gutenberg_parse_blocks( $content ); } else { return false; } } /** * build FAQ schema * * @param array @block array of blocks */ public function render_accordion_item_scheme_head( $block ) { if ( ! is_null( self::$faq_schema ) ) { if ( is_array( $block['innerBlocks'] ) && ! empty( $block['innerBlocks'] ) ) { $answer = ''; foreach ( $block['innerBlocks'] as $inner_block ) { if ( ! empty( $inner_block['innerHTML'] ) ) { $inner_html = trim( strip_tags( $inner_block['innerHTML'], '