https://github.com/webdeveric/wp-tweaks
Miscellaneous WordPress tweaks
https://github.com/webdeveric/wp-tweaks
wordpress wordpress-muplugin
Last synced: 2 months ago
JSON representation
Miscellaneous WordPress tweaks
- Host: GitHub
- URL: https://github.com/webdeveric/wp-tweaks
- Owner: webdeveric
- Created: 2017-03-15T04:26:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T13:43:53.000Z (about 1 year ago)
- Last Synced: 2025-01-12T09:12:36.798Z (4 months ago)
- Topics: wordpress, wordpress-muplugin
- Language: PHP
- Homepage: https://packagist.org/packages/webdeveric/wp-tweaks
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WP Tweaks
## Installation
`composer require webdeveric/wp-tweaks`
## Features
### Common
- Remove WP logo from admin bar
- Remove the `generator` meta tag
- Set `$_SERVER['HTTPS'] = 'on'` if behind a load balancer and `https` is used### Admin
- Updated footer text
- Always show the current version of WP in the footer, even if there is an upgrade available
- Show a notice if the permissions of `wp-content` are `0777`### Login
- header link goes to your `url`
- header title is your site name