This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Avada Global Options > WPML > WP HIde & Security Enhancer URL Problem
Started by: WPML
in: English Support
Problem: sitepress-multilingual-cms/classes/language/Detection/Ajax.php file. private function is_admin_action_from_referer() {<br /> return (bool) Maybe::of( $_SERVER )<br /> ->map( Obj::prop( 'HTTP_REFERER' ) )<br /> ->map( Str::pos( '/wp-admin/' ) )<br /> ->getOrElse( false );<br />}with: private function is_admin_action_from_referer() {<br /> $adminSlug = basename( trim( admin_url(), '/' ) );<br /><br /> return (bool) Maybe::of( $_SERVER )<br /> ->map( Obj::prop( 'HTTP_REFERER' ) )<br /> ->map( Str::pos( '/' . $adminSlug . '/' ) )<br /> ->getOrElse( false );<br />}Please note that this solution might become irrelevant due to future updates or it might not apply to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket. |
|
0 | 14 | 3 months, 2 weeks ago | |
|
WPML and Avada Live Builder Problem
Started by: WPML in: Unterstützung in Deutsch |
|
2 | 3 | 3 years, 4 months ago |