Adding some filters for hooks.
-
Hi
Would you consider adding some filters to your plugin? It would be nice if we could have a filter before the line
$insert_id = wp_insert_post($data);
That way I could write a function to do, say for example, extract the hash tags from the tweet and save them as post tags.
Maybe one after
foreach($tweets as $tweet){
so that I/we can work with the variable $tweet.
Thanks in advance.
Davey
- The topic ‘Adding some filters for hooks.’ is closed to new replies.