Changeset 61829
- Timestamp:
- 03/04/2026 08:25:42 PM (9 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r61828 r61829 424 424 $disabled = true; 425 425 } 426 } elseif ( str_starts_with( $option->option_name, 'connectors_' ) 427 && str_ends_with( $option->option_name, '_api_key' ) 428 ) { 429 // Mask connector API keys and prevent updates from this screen. 430 $value = _wp_connectors_mask_api_key( $option->option_value ); 431 $disabled = true; 426 432 } else { 427 433 $value = $option->option_value;
Note: See TracChangeset
for help on using the changeset viewer.