Changes between Initial Version and Version 1 of Ticket #62903, comment 3
- Timestamp:
- 02/04/2025 07:55:14 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62903, comment 3
initial v1 6 6 {{{ 7 7 validate_callback: Validate that the ID input is numeric. This should only fail for always invalid inputs. 8 ie. is_numeric( $intput ) 8 9 9 10 permission_callback: Verify that the user is logged in, and has access to the referenced item 11 ie. current_user_can( 'edit_post', $post_id ) 10 12 11 13 callback: Fetch data, output 14 ie. return get_post( $post_id )->post_name; 12 15 }}} 13 16
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)