Quantcast
Channel: Topic Tag: action | WordPress.org
Viewing all articles
Browse latest Browse all 889

Add action for post inserted

$
0
0

Author of Broadcast here!

A user of mine would like to broadcast the posts that are inserted via your plugin.

To do that, I would like an action to hook in to. Perhaps, in includes / feed-importing.php, in the wprss_items_insert_post() function, right at the bottom of the

foreach ( $items as $i => $item ) {

loop… please add something like

do_action( 'wprss_item_inserted', $inserted_ID );


Viewing all articles
Browse latest Browse all 889

Trending Articles