Skip to content

friends_feed_list_item

Alex Kirk edited this page Oct 17, 2024 · 8 revisions

Auto-generated Example

add_action(
    'friends_feed_list_item',
    function (
        $feed,
        string $term_id
    ) {
        // Your code here
    },
    10,
    2
);

Parameters

  • $feed
  • string $term_id Other variable names: $new

Files

do_action( 'friends_feed_list_item', $feed, $term_id )
do_action( 'friends_feed_list_item', isset( $feed ) ? $feed : array(), 'new' )

Hooks

Clone this wiki locally