File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/webp-converter-for-media/src/Error/Notice/BypassingApacheNotice.php
Back
<?php namespace WebpConverter\Error\Notice; use WebpConverter\Settings\Option\LoaderTypeOption; use WebpConverter\Settings\Page\AdvancedSettingsPage; use WebpConverter\Settings\Page\PageIntegrator; /** * {@inheritdoc} */ class BypassingApacheNotice implements NoticeInterface { const ERROR_KEY = 'bypassing_apache'; /** * {@inheritdoc} */ public function get_key(): string { return self::ERROR_KEY; } /** * {@inheritdoc} */ public function get_message(): array { return [ __( 'It appears that the requests for images on your website are being processed by the Nginx server, bypassing Apache.', 'webp-converter-for-media' ), implode( ' ', [ sprintf( /* translators: %1$s: open anchor tag, %2$s: close anchor tag */ '<strong>' . __( 'Please check %1$sour instruction%2$s which should help you solve your problem. This will allow the plugin to function properly.', 'webp-converter-for-media' ) . '</strong>', '<a href="https://url.mattplugins.com/converter-error-bypassing-apache-instruction" target="_blank">', '</a>' ), __( 'If you have trouble solving this problem, please, contact your hosting\'s technical support and provide them with the following message:', 'webp-converter-for-media' ), ] ), implode( '', [ '<em>' . implode( ' ', [ sprintf( /* translators: %1$s: setting name, %2$s: setting name, %3$s: home URL */ __( 'I would like to disable %1$s (or %2$s) for static content files like .jpg, .jpeg, .png, .gif and .webp on my website - %3$s. These files should have been handled by the Apache server instead of Nginx.', 'webp-converter-for-media' ), 'Nginx Caching / Nginx Reverse Proxy', 'Nginx Direct Delivery', get_home_url() ), sprintf( /* translators: %s: anchor tag */ __( 'You can find more information in the instruction: %s', 'webp-converter-for-media' ), '<a href="https://url.mattplugins.com/converter-error-bypassing-apache-message" target="_blank">https://url.mattplugins.com/converter-error-bypassing-apache-message</a>' ), ] ) . '</em>', ] ), sprintf( /* translators: %1$s: open strong tag, %2$s: close strong tag */ __( '%1$sPlease, copy the above message and send it to the technical support of your hosting.%2$s They should help you in this matter.', 'webp-converter-for-media' ), '<strong>', '</strong>' ), sprintf( /* translators: %1$s: open strong tag, %2$s: close strong tag, %3$s: field value, %4$s: field label, %5$s: open anchor tag, %6$s: settings tab label, %7$s: close anchor tag */ __( '%1$sThe alternative solution to avoid this problem%2$s may be to set the %3$s option for the %4$s field in %5$sthe %6$s tab%7$s.', 'webp-converter-for-media' ), '<span id="bypassing-notice">', '</span>', '"' . __( 'Bypassing Nginx', 'webp-converter-for-media' ) . '"', '"' . LoaderTypeOption::get_label() . '"', '<a href="' . esc_attr( PageIntegrator::get_settings_page_url( AdvancedSettingsPage::PAGE_SLUG ) ) . '#bypassing-notice">', AdvancedSettingsPage::get_label(), '</a>' ), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings