Skip to content
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

You can add settings for RSS syndication but not use them #71

Open
simonwheatley opened this issue Apr 14, 2015 · 0 comments
Open

You can add settings for RSS syndication but not use them #71

simonwheatley opened this issue Apr 14, 2015 · 0 comments

Comments

@simonwheatley
Copy link
Contributor

There's an action syn_after_site_form which enables form fields to be added to the configuration screen for an individual feed.

You can intercept, validate, sanitise, and save the settings into post meta on the feed post during the save_post hook.

There is a filter,syn_rss_pull_filter_post, provided to "exclude or alter posts during a pull import", but this filter is not passed the ID of the post where the site data is saved, so you cannot access the additional post meta at this point.

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

No branches or pull requests

2 participants