-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow non-post type data to be injected into the calendar view #417
Comments
cklosowski
added a commit
to cklosowski/Edit-Flow
that referenced
this issue
Jan 23, 2018
cklosowski
added a commit
to cklosowski/Edit-Flow
that referenced
this issue
Mar 6, 2018
cklosowski
added a commit
to cklosowski/Edit-Flow
that referenced
this issue
Mar 6, 2018
rinatkhaziev
added a commit
that referenced
this issue
May 6, 2018
Support adding non-post data into days of calendar #417
Closing this issue, the PR has been merged. Thanks @cklosowski |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been asked by a user of Post Promoter Pro to see if I can support adding social media shares to the Edit Flow calendar. After inspection it looks like all the data is very heavily relying on the
WP_Post
objects.For integrations it would be ideal to allow a way to inject some data into the views. I have a little work in progress to get this going, and some sample code that seems to work.
Will submit a PR for the initial thought and hopefully can work forward to maybe get it merged in as a feature.
The text was updated successfully, but these errors were encountered: