Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
---|---|---|---|---|---|
parse_query Issues / Editor-Previews not updating
Iniciado por: Henning
en: English Support
Problem: Solution: classes/query-filtering/class-wpml-query-parser.php . if ( ! empty( $q->query_vars['post_type'] ) ) {<br /> $post_type = $q->query_vars['post_type'];<br />}<br />$pt_is_revision = ( is_array( $post_type ) && in_array( 'revision', $post_type, true ) ) || $post_type === 'revision';<br />if ( $pt_is_revision ) {<br /> unset( $q->query_vars['p'], $q->query_vars['page_id'], $q->query_vars['name'], $q->query_vars['pagename'] );<br />} This change ensures that preview requests correctly fetch the most recent autosave revision without being pinned to an old revision ID. Normal WPML routing and translated front-end behavior remain unchanged. Please note that this solution might be irrelevant if it's outdated or not applicable to your 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 at WPML support forum. |
|
0 | 9 | hace 1 mes | |
parse_query Issues / Editor-Previews not updating
Iniciado por: Henning en: Chat Support |
|
1 | 2 | hace 2 meses, 1 semana |