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