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

Handle shortcodes #114

Open
barrykooij opened this issue May 19, 2023 · 0 comments
Open

Handle shortcodes #114

barrykooij opened this issue May 19, 2023 · 0 comments

Comments

@barrykooij
Copy link
Owner

Currently, shortcodes are stripped in the content processing method: https://github.com/barrykooij/related-posts-for-wp/blob/master/classes/class-related-word-manager.php#L161

Look into performance impact of processing shortcodes with do_shortcode and handle the output as content of the post.

Can also add this as an option or filter.

@barrykooij barrykooij changed the title Handle shortcode Handle shortcodes May 19, 2023
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

1 participant