Changeset 7379 for trunk/src/includes/forums/functions.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r7378 r7379 1042 1042 $hidden_forums = new WP_Query( 1043 1043 array( 1044 'fields' => 'ids', 1045 'suppress_filters' => true, 1046 'post_type' => bbp_get_forum_post_type(), 1047 'post_status' => bbp_get_hidden_status_id(), 1048 'posts_per_page' => -1, 1044 'fields' => 'ids', 1045 'post_type' => bbp_get_forum_post_type(), 1046 'post_status' => bbp_get_hidden_status_id(), 1047 'posts_per_page' => -1, 1049 1048 1050 1049 // Performance
Note: See TracChangeset
for help on using the changeset viewer.