-
Notifications
You must be signed in to change notification settings - Fork 26
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 chained actions for [#item_title]
#913
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will approve this even though I left a few small changes that maybe you can consider before proceeding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see other issues apart from what Bogdan mentioned.
Can be checked here:
|
🎉 This PR is included in version 4.4.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Added the option to have chained actions for Post Title field in the Map Content on the tag
[#item_title]
. ( the process is similar to the one from post content)Changes:
[#item_title]
in the list of allowed tags that can use the chained actions.$post_title
to account for the new format.If the user had some tags already in the title field, they will appear normal since they are saved like
[#item_title], [#item_source]
.The workflow:
import-metabox-edit.js
)feedzy-rss-feeds-import.php
)Note
I did some code refactoring on the function and variable names so that the above process is reflected in their names.
Note
I removed the code from PR since they conflict. This version is more advance.
Will affect visual aspect of the product
NO
Screenshots
2024-03-29_18-48-20.mp4
Test instructions
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/645