-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_post_to_service
github-actions[bot] edited this page Jun 19, 2026
·
2 revisions
Execute an action when a status update is executed.
add_action(
'wpt_post_to_service',
function(
int $post_ID,
array $post_info,
string $template,
bool $media = null
) {
// Your code here.
},
10,
3
);-
int$post_IDPost ID. -
array$post_infoArray of post info for templates. -
string$templateTemplate in use. -
bool$mediaWhether media should be included.
do_action( 'wpt_post_to_service', $post_ID, $post_info, $template )