Skip to content

Commit

Permalink
PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Feb 6, 2024
1 parent 9816747 commit 884e50d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/classes/Feature/ExternalContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
/**
* External Content integration Feature
*
* With this feature, if a meta key contains a path or a URL, it is possible to
* index the content of that path or URL. If the meta key is `meta_key` and its
* value is `https://wordpress.org/news/wp-json/wp/v2/posts/16837` the JSON returned
* by that REST API endpoint will be indexed in a meta key called `ep_external_content_meta_key`.
*
* @since 2.3.0
* @package ElasticPressLabs
*/
Expand Down

0 comments on commit 884e50d

Please sign in to comment.