Skip to content

Add new hooks to allow additional processing#23

Open
jfarthing84 wants to merge 1 commit into
WordPress:masterfrom
jfarthing84:master
Open

Add new hooks to allow additional processing#23
jfarthing84 wants to merge 1 commit into
WordPress:masterfrom
jfarthing84:master

Conversation

@jfarthing84

Copy link
Copy Markdown

Adds two new hooks, before_process_import and after_process_import, to make it more intuitive to add additional processing to the import process.

Adds two new hooks, `before_process_import` and `after_process_import`, to make it more intuitive to add additional processing to the import process.
@jrfnl

jrfnl commented Dec 23, 2017

Copy link
Copy Markdown
Member

@jfarthing84 It might be helpful to add docblocks for each of the new hooks ?

@dd32

dd32 commented Feb 12, 2018

Copy link
Copy Markdown
Member

Should some kind of context/extra information be provided to these hooks to make them more useful?

@jfarthing84

Copy link
Copy Markdown
Author

No, not really.

@dd32

dd32 commented Feb 16, 2018

Copy link
Copy Markdown
Member

Not even $this?

@jfarthing84

Copy link
Copy Markdown
Author

The other actions called in this plugin have no arguments, why should these? It wouldn't hurt, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants