Changeset 3118394
- Timestamp:
- 07/15/2024 01:41:44 PM (21 months ago)
- File:
-
- 1 edited
-
ringier-bus/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ringier-bus/trunk/readme.txt
r3118366 r3118394 57 57 58 58 Example: 59 ``` php59 ``` 60 60 function custom_publication_reason(string $publication_reason, int $post_ID): string 61 61 { … … 71 71 72 72 Example: 73 ``` php73 ``` 74 74 function custom_article_lifetime(string $article_lifetime, int $post_ID): string 75 75 { … … 85 85 86 86 Example: 87 ``` php87 ``` 88 88 function custom_build_article_payload(array $payload_array, int $post_ID, WP_Post $post): array 89 89 {
Note: See TracChangeset
for help on using the changeset viewer.