Allow modules to send extra info on the sync post process.
Parameters
- $args
array Array of custom data to attach to a post.
- $post_obj
Object Object returned by get_post() for a given post ID.
Changelog
- Introduced in Jetpack 2.8.0
jetpack_sync_post_module_custom_dataAllow modules to send extra info on the sync post process.
arrayArray of custom data to attach to a post.
ObjectObject returned by get_post() for a given post ID.