Make WordPress Core

Changes between Version 1 and Version 3 of Ticket #56944


Ignore:
Timestamp:
11/04/2022 03:33:26 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56944 – Description

    v1 v3  
    1717==== 2) `wp_cache_get`
    1818
    19 `wp_cache_get( "_wp_session_f5f8546504975ed39fb121b6b1b7c829", 'options' );`
     19`wp_cache_get( "_wp_session_5c1f3b8058ca4b6cf9e637c31300bc23", 'options' );`
    2020
    2121It returns correct value
     
    2727==== 3) direct DB request
    2828
    29 `$wpdb->get_results('SELECT * FROM wp_options WHERE option_name = "_wp_session_f5f8546504975ed39fb121b6b1b7c829"')`
     29`$wpdb->get_results('SELECT * FROM wp_options WHERE option_name = "_wp_session_5c1f3b8058ca4b6cf9e637c31300bc23"')`
    3030
    3131It returns correct value
     
    7676That’s all information I have so far.
    7777
    78 This problem exists at least for 1 year, for this time we always update WordPress core and Plugins for latest version, and it does not any affect.
     78This problem exists at least for 1 year, for this time we always update WordPress core and Plugins for latest version, and it does not any effect.