Closed mikeschinkel closed 7 years ago
Hi there.
I have just added to this pull request including fixing a few bugs. Here is what I added today:
$params
t()
function with call to __()
.require_once()
statements to include full path and avoid weird path-related errors.$args
prior to wp_insert_post()
, update_post_meta()
, wp_set_post_categories()
and resolving category names upstream of wp_set_post_categories
.This last one is a set of hooks critical for a station that needs to customize the import of content for their needs.
Any chance you guys can review this any time soon?
Thank you for submitting this, and apologies for not getting to it sooner!
@mike-douglas Thank you.
So you have version 1.6 on WPackagist.org but there are fixes on GitHub that have not made it into an update on WordPress.org.
By adding this
composer.json
we can use Composer to pull "dev-master" even if you have not officially released the code yet to WordPress.org.