- Timestamp:
- 04/28/2020 02:28:16 PM (5 years ago)
- File:
- 1 edited
Legend:
- Unmodified
- Added
- Removed
codepress-admin-columns/trunk/classes/Storage/Option.php
r2033156 r2293580 24 24 * @return mixed 25 25 */ 26 public function get( array $args = array()) {27 $args = array_merge( array(26 public function get( array $args = [] ) { 27 $args = array_merge( [ 28 28 self::OPTION_DEFAULT => false, 29 ), $args );29 ], $args ); 30 30 31 31 wp_cache_delete( $this->key, 'options' );
Note: See TracChangeset for help on using the changeset viewer.