-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_custom_tab
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Display the custom tab container in XPoster Pro.
add_action(
'wpt_custom_tab',
function(
int $post_ID,
string string
) {
// Your code here.
},
10,
2
);-
int$post_IDPost ID. -
stringstring$visibility 'visible' or 'hidden'. Other variable names:$visible,$hidden
do_action( 'wpt_custom_tab', $post->ID, 'visible' )do_action( 'wpt_custom_tab', $post->ID, 'hidden' )