You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// delete all options with name starting with 'adverts_'
$results = $wpdb->get_results( "SELECT option_name, option_value FROM $wpdb->options WHERE (option_name LIKE 'adverts_%' OR option_name LIKE 'adext_%') ");