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 90aae4f commit 4e9fce0Copy full SHA for 4e9fce0
.distignore
@@ -3,6 +3,7 @@
3
.distignore
4
.DS_Store
5
.editorconfig
6
+.extract-wp-hooks.json
7
.git
8
.github
9
.gitignore
.extract-wp-hooks.json
@@ -0,0 +1,22 @@
1
+{
2
+ "namespace": "Activitypub",
+ "wiki_directory": "../activitypub.wiki",
+ "github_blob_url": "https://github.com/Automattic/wordpress-activitypub/blob/trunk/",
+ "ignore_filter": [
+ "comment_text",
+ "get_avatar_comment_types",
+ "get_avatar_url",
+ "http_headers_useragent",
10
+ "import_start",
11
+ "import_end",
12
+ "oembed_result",
13
+ "opengraph_metadata",
14
+ "rest_oembed_ttl",
15
+ "the_content",
16
+ "the_excerpt",
17
+ "webfinger_data",
18
+ "wp_import_existing_post",
19
+ "wpml_post_language_details"
20
+ ],
21
+ "exclude_dirs": [ "build", "tests" ]
22
+}
0 commit comments