Skip to content

Commit b098c63

Browse files
committed
fix hookdoc
1 parent 0da89e6 commit b098c63

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/utils.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,11 +875,12 @@ function ( $url ) {
875875
/**
876876
* Filters post related urls.
877877
*
878-
* @hook powered_cache_post_related_urls
878+
* @hook powered_cache_post_related_urls
879879
*
880-
* @param {array} $related_urls The list of the URLs that related with the post.
880+
* @param {array} $related_urls The list of the URLs that related with the post.
881881
*
882-
* @since 1.0
882+
* @return {array} New value.
883+
* @since 1.0
883884
*/
884885
$related_urls = apply_filters( 'powered_cache_post_related_urls', $related_urls );
885886

0 commit comments

Comments
 (0)