8`F%s
A>There was an error connecting to the image compression server.i%ڥ9;Please wait: updating information about the selected image.pi*[ :Do you really want to mark all the images as uncompressed?8pc1;8Do you really want to restore all the compressed images? r:No WebP conversion tools are available on your web-server.ss=/** * Deletes and removes any pending tasks from queue */sA/** * Delete all smush log files * * @deprecated 3.5.0 */p9/** * Writes a standardised header to the log file */}B/** * Clean backup smush images according to saved options. */+;/** * Returns true if multisite * * @return bool */nts. */A/** * Remove failed smush tasks from the wp_tm_tasks table */pI>A0?Ap6AK?AVOA:AxoJAĘppXCA@+p8CApPǬp:A pxoJAp 0YZƬpH㬈pX=Ap㬈p0ɭp0=A2>A`^vA`䬈p8CAP嬈p欈ppQ r#>`WY\befp'pDApp`ppPlEAtApx78AfDACAP9=@HKO`jnuy0?AXLA&pX'p'pH+TA:Ap6AK?AVOAx:SAo6AŰpphưp6AVOAP>A`>AX OA8CAXRAp6AK?A, fU@>, fU0>P_pprp, fU@>, fU0>gptp0=A=ANAvpȀ=A=AHpwppP6A`pv, fU0>(kppA/** * A task manager that locks and processes the task queue */ionsl~l$:DCleaning up tasks of type (%s). A total of %d tasks will be deleted.9/** * Return list of loggers * * @return array */̬pjSͱ= (option_name, option_value, autoload) VALUES(%s, '0', 'no');izationsy5O<) failed to be created in the database (could already exist)@dQcA*C SET option_value = %s WHERE option_name = %s AND option_value < %d<QcA*C SET option_value = %s WHERE option_name = %s AND option_value < %dE/** * Return the current list of loggers * * @return Array */X6Aάppppz'=Please see the logs for more information, or try again later.tibilityp[;You can either complete them now or cancel and retry later.pH>AϬpϬp@8p /** * Redirect to the homepage for invalid searches. * * @param string $reason The reason for redirecting away. * @param string $to_url The URL to redirect to. * * @return void */ private function redirect_away( $reason, $to_url = '' ) { if ( empty( $to_url ) ) { $to_url = \get_home_url(); } $this->redirect_helper->do_safe_redirect( $to_url, 301, 'Yoast Search Filtering: ' . $reason ); } /** * Limits the number of characters in the search query. * * @return void */ private function limit_characters() { // We retrieve the search term unescaped because we want to count the characters properly. We make sure to escape it afterwards, if we do something with it. $unescaped_s = \get_search_query( false ); // We then unslash the search term, again because we want to count the characters properly. We make sure to slash it afterwards, if we do something with it. $raw_s = \wp_unslash( $unescaped_s ); if ( \mb_strlen( $raw_s, 'UTF-8' ) > $this->options_helper->get( 'search_character_limit' ) ) { $new_s = \mb_substr( $raw_s, 0, $this->options_helper->get( 'search_character_limit' ), 'UTF-8' ); \set_query_var( 's', \wp_slash( \esc_attr( $new_s ) ) ); } } /** * Determines if a text string contains an emoji or not. * * @param string $text The text string to detect emoji in. * * @return bool */ private function has_emoji( $text ) { $emojis_regex = '/([^-\p{L}\x00-\x7F]+)/u'; \preg_match( $emojis_regex, $text, $matches ); return ! empty( $matches ); } }
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/sternberg-consulting.de/httpdocs/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php:1) in /var/www/vhosts/sternberg-consulting.de/httpdocs/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/sternberg-consulting.de/httpdocs/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php:1) in /var/www/vhosts/sternberg-consulting.de/httpdocs/wp-includes/pluggable.php on line 1438