File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 33.distignore
44.DS_Store
55.editorconfig
6+ .extract-wp-hooks.json
67.git
78.github
89.gitignore
Original file line number Diff line number Diff line change 1+ {
2+ "namespace" : " Activitypub" ,
3+ "wiki_directory" : " ../activitypub.wiki" ,
4+ "github_blob_url" : " https://github.com/Automattic/wordpress-activitypub/blob/trunk/" ,
5+ "ignore_filter" : [
6+ " comment_text" ,
7+ " get_avatar_comment_types" ,
8+ " get_avatar_url" ,
9+ " 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" : [
22+ " build" ,
23+ " tests"
24+ ]
25+ }
Original file line number Diff line number Diff line change 1+ name : Extract WordPress Hooks
2+
3+ on :
4+ push :
5+ branches : [trunk]
6+ paths : ["**.php"]
7+ workflow_dispatch :
8+
9+ jobs :
10+ extract-hooks :
11+ runs-on : ubuntu-latest
12+ permissions :
13+ contents : write # Required to push to wiki repository
14+ steps :
15+ - uses : actions/checkout@v4
16+
You can’t perform that action at this time.
0 commit comments