The list of plugins can also be seen in your WordPress dashboard if you have not disabled them.
CoCart Add-ons
All CoCart add-ons are developed by CoCart.JWT Authentication
CoCart JWT Authentication is a plugin that allows you to authenticate your CoCart API requests using JSON Web Tokens (JWT).Cart API Enhanced
Cart API Enhanced enhances the data returned for the cart and the items added to it.This addon is more of a proof of concept to using the filters that CoCart has to offer.
Third-Party
All third-party plugins are not developed by CoCart.Yoast SEO
Yoast SEO is a powerful SEO plugin that helps you optimize your website for search engines.Atlas Content Modeler
Atlas Content Modeler allows you to create and manage custom post types and fields in your store.WP Mail SMTP
WP Mail SMTP allows you to send emails from your WordPress site.Imagify – Optimize Images & Convert WebP
Imagify allows you to optimize your images and convert them to WebP format.Redirection
Redirection allows you to manage your redirects in your store.Safe SVG
Safe SVG allows you to safely use SVG images in your store.Contact Form 7
Contact Form 7 allows you to create and manage contact forms in your store.Advanced Custom Fields (ACF)
Advanced Custom Fields (ACF) allows you to create and manage custom fields in your store.We developed our own security plugin designed specifically for the REST API to provide a firewall from bad requests and protection for data exposed without authentication.List of Features
- Hides all sensitive details from the
wp-json
index. - Deny access to any API route if the
user-agent
is not trust worthy or a bot. - Block use of any API route in an iFrame.
- Rate limiting for any route.
- Anonymous user data returned if accessed without authentication.
- CORS support.