-
Notifications
You must be signed in to change notification settings - Fork 14
friends_activitypub_announce_any_url
Alex Kirk edited this page Apr 9, 2024
·
5 revisions
add_action(
'friends_activitypub_announce_any_url',
function ( $boost ) {
// Your code here
}
);
$boost
do_action( 'friends_activitypub_announce_any_url', $_POST['boost'] )