-
Notifications
You must be signed in to change notification settings - Fork 14
friends_remote_post_ids
Alex Kirk edited this page Oct 16, 2024
·
11 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 )