Skip to content

friends_edit_feeds_after_form_submit

Alex Kirk edited this page Apr 5, 2024 · 7 revisions
add_action(
    'friends_edit_feeds_after_form_submit',
    function ( $friend ) {
        // Your code here
    }
);

Parameters

  • $friend

Files

Hooks

Clone this wiki locally