wp-knowledgebase
wp-knowledgebase copied to clipboard
Shortcodes should return a value not output/echo
require() will print the output of the included file's content by default even if returning as a value. Previous implementation results in broken result json response for any pages of the site that used the [kbe_knowledgebase] shortcode within their content when referenced using the REST API.
Fixes #133