Changeset 3298627
- Timestamp:
- 05/22/2025 10:24:11 AM (9 months ago)
- Location:
- accessible-docs/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
includes/class-accessible-docs-api-handler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessible-docs/trunk/README.txt
r3298592 r3298627 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.7 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
accessible-docs/trunk/includes/class-accessible-docs-api-handler.php
r3283760 r3298627 28 28 */ 29 29 public static function accessible_docs_api_request($url, $data, $method, $headers, $data_type = 'json') { 30 // Add source identifier to all requests 31 $headers['X-AccessibleDocs-Source'] = 'wordpress-plugin'; 32 30 33 // Prepare arguments for the HTTP request 31 34 $args = array(
Note: See TracChangeset
for help on using the changeset viewer.