File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/webp-converter-for-media/src/Error/Notice/PathWebpDuplicatedNotice.php
Back
<?php namespace WebpConverter\Error\Notice; /** * {@inheritdoc} */ class PathWebpDuplicatedNotice implements NoticeInterface { const ERROR_KEY = 'path_webp_duplicated'; /** * {@inheritdoc} */ public function get_key(): string { return self::ERROR_KEY; } /** * {@inheritdoc} */ public function get_message(): array { return [ sprintf( /* translators: %1$s: filter name, %2$s: server path */ __( 'The paths for /uploads files and for saving converted WebP files are the same. Change them using the %1$s filter. The current path for them is: %2$s.', 'webp-converter-for-media' ), '<strong>webpc_dir_path</strong>', '<strong>' . apply_filters( 'webpc_dir_path', '', 'uploads' ) . '</strong>' ), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings