bp_activity_action_spam_activity, $activity_id, $activity->user_id
bp_activity_action_spam_activity, $activity_id, $activity->user_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_activity_action_spam_activity, $activity_id, $activity->user_id') is found 1 times:
- /bp-activity/actions/spam.php line 69
* * @param int $activity_id Activity ID that was marked as spam. * @param int $user_id User ID associated with activity. */ do_action( 'bp_activity_action_spam_activity', $activity_id, $activity->user_id ); // Check for the redirect query arg, otherwise let WP handle things. if ( !empty( $_GET['redirect_to'] ) ) bp_core_redirect( esc_url( $_GET['redirect_to'] ) ); else bp_core_redirect( wp_get_referer() );