-
Notifications
You must be signed in to change notification settings - Fork 19
friends_remote_post_ids
github-actions[bot] edited this page Mar 26, 2026
·
17 revisions
add_action(
'friends_remote_post_ids',
function( $remote_post_ids ) {
// Your code here.
}
);$remote_post_ids
do_action( 'friends_remote_post_ids', $remote_post_ids )