Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
| Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
|---|---|---|---|---|---|
|
Avada Global Options > WPML > WP HIde & Security Enhancer URL Problem
Iniciado por: WPML
en: 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 | hace 2 semanas, 4 días | |
|
WPML and Avada Live Builder Problem
Iniciado por: WPML en: Unterstützung in Deutsch |
|
2 | 3 | hace 3 años, 1 mes |