File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/weglot/src/third/amp/class-amp-service-weglot.php
Back
<?php namespace WeglotWP\Third\Amp; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @since 2.0 */ class Amp_Service_Weglot { /** * @param bool $with_escape * @return string * @since 2.0 */ public function get_regex( $with_escape = false ) { $regex = '([&\?/])amp(/)?$'; if ( $with_escape ) { $regex = str_replace( '/', '\/', $regex ); } return apply_filters( 'weglot_regex_amp', $regex ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings