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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: