We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da89e6 commit b098c63Copy full SHA for b098c63
includes/utils.php
@@ -875,11 +875,12 @@ function ( $url ) {
875
/**
876
* Filters post related urls.
877
*
878
- * @hook powered_cache_post_related_urls
+ * @hook powered_cache_post_related_urls
879
880
- * @param {array} $related_urls The list of the URLs that related with the post.
+ * @param {array} $related_urls The list of the URLs that related with the post.
881
882
- * @since 1.0
+ * @return {array} New value.
883
+ * @since 1.0
884
*/
885
$related_urls = apply_filters( 'powered_cache_post_related_urls', $related_urls );
886
0 commit comments