Changes between Initial Version and Version 1 of Ticket #55969, comment 4
- Timestamp:
- 06/13/2022 11:00:46 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55969, comment 4
initial v1 42 42 $transient_timeout = '_transient_timeout_' . $transient; 43 43 $transient_option = '_transient_' . $transient; 44 $custom_autoload_is_valid = null !== $custom_autoload && in_array( $custom_autoload,array( 'no','yes',true,false ) ); 44 45 45 46 if ( false === get_option( $transient_option ) ) { 46 $ccustom_autoload_is_valid = null !== $custom_autoload && in_array( $custom_autoload,array( 'no','yes',true,false ) ); 47 47 48 $autoload = $custom_autoload_is_valid ? $custom_autoload : 'yes'; 48 49 if ( $expiration ) {