wordpress-importer
wordpress-importer copied to clipboard
Add new hooks to allow additional processing
Adds two new hooks, before_process_import and after_process_import, to make it more intuitive to add additional processing to the import process.
@jfarthing84 It might be helpful to add docblocks for each of the new hooks ?
Should some kind of context/extra information be provided to these hooks to make them more useful?
No, not really.
Not even $this?
The other actions called in this plugin have no arguments, why should these? It wouldn't hurt, of course.