Kiyho - Reviews from XML feed
Getting reviews from a given XML feed and display them on your website.
by JUNNECT · github.com/junnect/review-from-xml-feed · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/junnect/review-from-xml-feed/archive/refs/heads/main.zipFrom the readme
Getting reviews from a given XML feed and display them on your website.
Getting reviews from a given XML feed and display them on your website via the [reviews-from-xml-feed] shortcode.
(Version 1.2.0 was skipped: a hand-edited, uncommitted "1.2.0" already ran on production.)
WP Rocket: exclude the plugin's JS from Delay JavaScript Execution via the rocketdelayjsexclusions filter (the delay runtime waits for user interaction, leaving the carousel uninitialised for logged-out visitors).
WP Rocket: safelist the Slick runtime classes via rocketrucsssafelist so Remove Unused CSS keeps them.
Security: added direct-access guard, nonces and capability checks on both admin actions, input sanitization and full output escaping.
Security: validate fetched XML (HTTP status + structure) before storing; guard against unparseable stored data on the front end.
Performance: versioned asset enqueues (cache busting on release), fixed double-slash asset URLs, register front-end assets and enqueue them only when the shortcode is present.
Performance: resilient Slick initialization that tolerates deferred/delayed jQuery.
Admin: rebuilt settings page with proper labels, notices that render, last