You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
Main goal is: Separation of concerns. That leads to a separation to independent classes of the following features:
Meta-data importing
term linking
sicking post
file downloading and
attachment handling
After the refactoring, the one concern of the existing WpPostImporter class will be to fetch data from the Type\ImportPostInterface and pass it to wp_instert_post() and handling errors within this process. The action w2m_post_imported persists as part of this with the current signature.
The interfaces of the newly provided actors will follow the signature of this action as they'll be registered to this hook.
The text was updated successfully, but these errors were encountered:
Main goal is: Separation of concerns. That leads to a separation to independent classes of the following features:
After the refactoring, the one concern of the existing
WpPostImporter
class will be to fetch data from theType\ImportPostInterface
and pass it towp_instert_post()
and handling errors within this process. The actionw2m_post_imported
persists as part of this with the current signature.The interfaces of the newly provided actors will follow the signature of this action as they'll be registered to this hook.
The text was updated successfully, but these errors were encountered: