Changes between Initial Version and Version 1 of Ticket #49628, comment 11
- Timestamp:
- 11/05/2021 11:02:41 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49628, comment 11
initial v1 7 7 8 8 // Make sure the filtered value is a boolean type before returning it. 9 if ( ! is_bool( $is_viewable ) {9 if ( ! is_bool( $is_viewable ) ) { 10 10 return false; 11 11 }