{"id":20533947,"url":"https://github.com/accudio/accudio-tweaks","last_synced_at":"2026-04-22T04:01:20.316Z","repository":{"id":129968396,"uuid":"125446640","full_name":"Accudio/accudio-tweaks","owner":"Accudio","description":"Basic tweaks and changes for Wordpress, site security, and WooCommerce.","archived":false,"fork":false,"pushed_at":"2019-08-08T17:43:31.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T02:58:00.215Z","etag":null,"topics":["plugin","woocommerce","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Accudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-16T01:24:13.000Z","updated_at":"2019-08-08T17:43:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"10c7b393-32ef-4b02-8442-ec83a0642dc0","html_url":"https://github.com/Accudio/accudio-tweaks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Accudio/accudio-tweaks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accudio%2Faccudio-tweaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accudio%2Faccudio-tweaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accudio%2Faccudio-tweaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accudio%2Faccudio-tweaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Accudio","download_url":"https://codeload.github.com/Accudio/accudio-tweaks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accudio%2Faccudio-tweaks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","woocommerce","wordpress","wordpress-plugin"],"created_at":"2024-11-16T00:24:30.527Z","updated_at":"2026-04-22T04:01:20.294Z","avatar_url":"https://github.com/Accudio.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=alistair.shepherd@hotmail.co.uk\u0026item_name=Supporting+open+source+projects+by+Alistair+Shepherd\u0026currency_code=GBP"],"categories":[],"sub_categories":[],"readme":"# Accudio Tweaks - misc wordpress tweaks\n\n[![GitHub](https://img.shields.io/badge/GitHub-Accudio-0366d6.svg)](https://github.com/Accudio) [![Twitter](https://img.shields.io/badge/Twitter-@accudio-1DA1F2.svg)](https://twitter.com/accudio) [![Website](https://img.shields.io/badge/Website-accudio.com-4B86AF.svg)](https://accudio.com) [![Donate](https://img.shields.io/badge/Donate-Paypal-009cde.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=alistair.shepherd@hotmail.co.uk\u0026item_name=Supporting+open+source+projects+by+Alistair+Shepherd\u0026currency_code=GBP)\n\nSome basic tweaks and changes for [Wordpress][wordpressurl] built for sites built by [Accudio][accudiourl]. Rather than installing many plugins with a large number of features this is a simple plugin with tweaks to simplify the admin panel, enable security headers and to add further customisability to [WooCommerce][woocommerceurl].\n\n## Features\n\n### Admin Panel\n\nAll options can be enabled or disabled for users without the manage_options permission\n\n* Remove 'Quick Edit' option in post and page manager.\n* Remove 'Edit' option in Admin Bar when viewing a page.\n* Remove 'Trash' option in post and page manager.\n* Hide Author and Comment columns in post and page manager.\n* Change 'Edit' link and title in page and post manager to instead edit the post with [Elementor Page Builder][elementorurl].\n* Hide [Yoast SEO][yoastseourl] Columns, Filters, Dashboard Widget and lower metabox priority\n* Add [WordPress GDPR capabilities](https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/) to [User Role Editor][ureurl].\n\n### Security\n\nFor all requests sets the headers:\n\n* 'X-XSS-Protection: 1; mode=block';\n* 'X-Content-Type-Options: nosniff';\n\nAlso has configurable options to:\n\n* Forcing the use of HTTPS with the 'Strict-Transport-Security' header;\n* Configurable Frame options with header 'X-Frame-Options';\n* Content Security Options for default-src, script-src, style-src, font-src, img-src, frame-src, object-src;\n* Referrer-Policy;\n\nAlso included and always-on are some general WordPress hardening methods:\n\n* Disable XMLRPC - Useful in too few instances and a major attack point;\n* Disable user REST endpoints\n* Remove WordPress version from generator meta\n* Reverse query string for default assets, a less common but less often removed method for finding the WordPress version\n* Replace login errors to not provide information on valid usernames.\n\n### WooCommerce\n\nIf [WooCommerce][woocommerceurl] is enabled:\n\n* Hide any out of stock products from frontend shop interface;\n* Hide shipping dimensions from product pages;\n* Hide SKU on product pages;\n* Force removal of Woocommerce sidebar (if this cannot be done in theme)\n\n## Requirements\n\nA working installation of [Wordpress][wordpressdownurl], v1.0.0 of the plugin has been tested with Version 4.9.4 but should work on many versions. v2.0.0 and above requires the plugin [Advanced Custom Fields Pro][acfurl], in order to simplify development. As this is a common plugin for Wordpress Professionals, this is believed to be a satisfactory compromise.\n\n## Installation\n\n1. Download the latest release zip file: ```wget https://github.com/Accudio/accudio-tweaks/releases/download/v1.1.0/accudio-tweaks-v1.1.0.zip```\n2. Extract the zip in the /wp-content/plugins/ directory: ```unzip accudio-tweaks-v1.1.0.zip```.\n3. Ensure ```plugins/``` includes the folder ```accudio-tweaks```.\n4. Log in to Wordpress administration page:\n\t1. Go to 'Plugins';\n\t2. Enable plugin 'Accudio Tweaks';\n5. For options go to 'Settings' \u003e 'Accudio Tweaks'\n\n## Version History\n\n- v2.2.0 - Added a few WordPress hardening methods, thanks to Derek from The Covey Agency for suggestions\n- v2.1.1 - Fixed new option not using ACF stylised UI\n- v2.1.0 - Added option to add WordPress GDPR capabilities to User Role Editor\n- v2.0.1 - Added option to lower Yoast SEO metabox priority\n- v2.0.0 - Changed plugin to be dependent on Advanced Custom Fields for settings page\n- v1.1.5 - Added option to disable Yoast Dashboard widget and made column/filter settings also apply to edit posts view\n- v1.1.4 - Enhanced Elementor edit links to be easier to use\n- v1.1.3 - Fixed Redirect URL to continue displaying current page in navigation.\n- v1.1.2 - Changed formatting and styling in settings page to be easier to use.\n- v1.1.1 - Restructured repo to allow easier cloning into 'wp-content/plugins/'.\n- v1.1.0 - Added CSP 'object-src' to plugin options\n- v1.0.0 - Initial public release\n\n## License\n\nCopyright \u0026copy; 2019 [Alistair Shepherd][accudiourl]. Licensed under the [GPLv3 License][licenseurl].\n\n[wordpressurl]:https://wordpress.org/\n[wordpressdownurl]:https://wordpress.org/download/\n[woocommerceurl]:https://woocommerce.com/\n[elementorurl]:https://elementor.com/\n[yoastseourl]:https://yoast.com/wordpress/plugins/seo/\n[ureurl]:https://www.role-editor.com/\n[acfurl]:https://www.advancedcustomfields.com/\n[accudiourl]:https://accudio.com\n[licenseurl]:https://www.gnu.org/licenses/gpl-3.0.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccudio%2Faccudio-tweaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccudio%2Faccudio-tweaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccudio%2Faccudio-tweaks/lists"}