I hereby claim:
- I am pburke on github.
- I am pburke (https://keybase.io/pburke) on keybase.
- I have a public key whose fingerprint is 736B 92BB 3200 103F FFD3 EB57 D921 D880 BDCD C8E0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Modified from: https://github.com/zzgael/wordpress-acf-custom-location-rule-descendant-of-page | |
| */ | |
| add_filter('acf/location/rule_types', 'custom_acf_location_rules_types'); | |
| function custom_acf_location_rules_types( $choices ) { | |
| $choices['Page']['page_ancestor'] = 'Page Ancestor'; | |
| return $choices; | |
| } | |
| { | |
| "title": "Takeout API", | |
| "discoveryVersion": "v1", | |
| "ownerName": "Google", | |
| "version_module": true, | |
| "resources": { | |
| "exports": { | |
| "methods": { | |
| "get": { | |
| "flatPath": "v2/{service}/exports/{exportId}", |