Skip to content

Commit 4e812ef

Browse files
Merge pull request #1688 from wpeople-dev/add/global-documentation
Add missing global documentation for `od_get_cache_purge_post_id()`
2 parents e82a04b + 0b01669 commit 4e812ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/optimization-detective/detection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
* @since 0.8.0
3535
* @access private
3636
*
37+
* @global WP_Query $wp_query WordPress Query object.
38+
*
3739
* @return int|null Post ID or null if none found.
3840
*/
3941
function od_get_cache_purge_post_id(): ?int {

0 commit comments

Comments
 (0)