π Security
WC Studio offers a comprehensive set of security tools that protect your store from common threats, reduce vulnerabilities, and give you more control over site accessibility. You can enable or disable specific WordPress-level security settings directly from your dashboard β no third-party plugins required.π Go to: WC Studio β Stores β Select a Store β Advanced β Security
π‘οΈ Firewall Protection
β 7G Firewall
A powerful server-level firewall developed by Perishable Press.- Blocks malicious traffic and known exploit patterns
- Lightweight and highly efficient
- Ideal for preventing brute force, spam, and injection attacks
π¦ Content & Protocol Restrictions
These settings disable rarely used WordPress features that can be exploited if left active.π« Disable XML-RPC
- Blocks external systems from attempting to authenticate or publish content.
- Recommended unless youβre using external apps or integrations like Jetpack.
π« Disable RSS and Atom Feeds
- Disables all XML feed outputs (RSS/Atom).
- Useful for stores that donβt rely on blog subscribers or feed readers.
π« Disable wp-links-opml.php
- Prevents public access to the OPML export file.
- A rarely used feature β safe to disable in most cases.
π Directory Protection
These options prevent public access to critical WordPress directories.π Protect wp-content
Directory
- Blocks direct access to files like backups, config files, and uploads.
- Helps prevent attackers from accessing sensitive assets.
π Protect wp-includes
Directory
- Restricts access to WordPress core include files.
- Avoids exposure of vulnerable paths to potential attackers.
π User Interaction Controls
Disable interactions that may not be relevant to your store setup.π« Disable Comments
- Turns off commenting functionality across the entire site.
- Useful for stores that donβt include a blog or discussion features.
π« Disable Trackbacks
- Prevents automatic notifications (trackbacks/pingbacks) from external blogs.
π§βπ» Admin & Login Security
Lock down your WordPress admin area during downtime or active attack periods.π« Disable WP Admin
- Temporarily hides access to
/wp-admin
. - Useful during vacations or maintenance windows.
π« Disable Login Page
- Hides or disables
wp-login.php
. - Can be used to prevent brute-force attacks or restrict access entirely.
βοΈ Advanced Security Settings
Add extra layers of protection to your WordPress installation.π Add Security Headers
- Adds headers like
X-Content-Type-Options
,Strict-Transport-Security
,X-Frame-Options
, etc. - Helps prevent clickjacking, XSS, and other browser-based attacks.
- Recommended only if SSL is enabled.
π« Disable Themes & Plugins Editor
- Removes the code editors from Appearance β Theme/Plugin Editor.
- Prevents accidental or malicious code changes via the dashboard.
π« Disable Themes & Plugins Update and Installation
- Disables the ability to install or update plugins/themes from within WordPress.
- Useful for locking down a production environment.
π‘ Best Practices
- β Use a combination of Firewall, Directory Protection, and Security Headers.
- β Disable unnecessary features like XML-RPC, feeds, and editors.
- β Always enable backups and take a snapshot before applying advanced security changes.