Skip to content

friends_process_feed_item_submit

Alex Kirk edited this page Oct 16, 2024 · 12 revisions

Auto-generated Example

add_action(
    'friends_process_feed_item_submit',
    function (
        $new_feed,
        $feed
    ) {
        // Your code here
    },
    10,
    2
);

Parameters

  • $new_feed Other variable names: $user_feed
  • $feed

Files

do_action( 'friends_process_feed_item_submit', $new_feed, $feed )
do_action( 'friends_process_feed_item_submit', $new_feed, $feed )
do_action( 'friends_process_feed_item_submit', $user_feed, $feed )

Hooks

Clone this wiki locally