Add action for post inserted
-
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 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add action for post inserted’ is closed to new replies.