Changeset 14048
- Timestamp:
- 09/11/2024 11:29:24 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/photo.php
r13976 r14048 818 818 * @param int $post_id The ID of the photo post type post. 819 819 * @param array $skip_likelihoods Likelihoods to skip due to not being of concern. 820 * Default ['very_unlikely', 'unlikely' ].820 * Default ['very_unlikely', 'unlikely', 'possible']. 821 821 * @return array 822 822 */ 823 public static function get_filtered_moderation_assessment( $post_id, $skip_likelihoods = [ 'very_unlikely', 'unlikely' ] ) {823 public static function get_filtered_moderation_assessment( $post_id, $skip_likelihoods = [ 'very_unlikely', 'unlikely', 'possible' ] ) { 824 824 $flags = []; 825 825 $safe_search_flags = self::get_raw_moderation_assessment( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.