PATH:
home
/
carfac
/
.trash
/
jetpack
/
3rd-party
<?php /** * 3rd party integration for qTranslate. * * @package automattic/jetpack */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } /** * Prevent qTranslate X from redirecting REST calls. * * @since 5.3 * * @param string $url_lang Language URL to redirect to. * @param string $url_orig Original URL. * @param array $url_info Pieces of original URL. * * @return bool */ function jetpack_no_qtranslate_rest_url_redirect( $url_lang, $url_orig, $url_info ) { if ( str_contains( $url_info['wp-path'], 'wp-json/jetpack' ) ) { return false; } return $url_lang; } add_filter( 'qtranslate_language_detect_redirect', 'jetpack_no_qtranslate_rest_url_redirect', 10, 3 );
[-] bitly.php
[edit]
[-] class.jetpack-amp-support.php
[edit]
[-] amp.php
[edit]
[-] atomic.php
[edit]
[-] buddypress.php
[edit]
[-] debug-bar.php
[edit]
[-] woocommerce-services.php
[edit]
[-] jetpack-boost.php
[edit]
[-] 3rd-party.php
[edit]
[-] web-stories.php
[edit]
[-] wpml.php
[edit]
[-] class-jetpack-bbpress-rest-api.php
[edit]
[-] creative-mail.php
[edit]
[+]
debug-bar
[-] jetpack-backup.php
[edit]
[-] qtranslate-x.php
[edit]
[-] bbpress.php
[edit]
[-] wpcom-reader.php
[edit]
[-] vaultpress.php
[edit]
[-] woocommerce.php
[edit]
[-] class-domain-mapping.php
[edit]
[-] beaverbuilder.php
[edit]
[+]
..