-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_authors_tab
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Render actions relevant only when multiple users are enabled.
add_action(
'wpt_authors_tab',
function(
int $post_ID,
array $selected
) {
// Your code here.
},
10,
2
);-
int$post_IDPost ID. -
array$selectedSelected users for current post.
do_action( 'wpt_authors_tab', $post->ID, $selected )