• I want to update two custom fields in the database which are stored in wp-options -> um_cache_userdata_* <- * = userid

    I cant query it using wpdb some like

    
    global $wpdb;	
    $posts = $wpdb->get_row("SELECT ID, license_keys FROM firemax_options WHERE option_value = '".um_user('ID')."'");
    
       // Echo the title of the first scheduled post
       echo $posts;

    https://ibb.co/bAWF97

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How can I update um_cache_userdata fields programatically’ is closed to new replies.