https://github.com/herm71/blackbird-core-functionality-plugin
Blackbird Consulting Core Functionality Plugin
https://github.com/herm71/blackbird-core-functionality-plugin
wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Blackbird Consulting Core Functionality Plugin
- Host: GitHub
- URL: https://github.com/herm71/blackbird-core-functionality-plugin
- Owner: Herm71
- Created: 2013-01-12T16:02:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T23:02:17.000Z (over 2 years ago)
- Last Synced: 2025-01-28T14:19:37.670Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://blackbirdconsult.com
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Blackbird Consulting WordPress Core Functionality Plugin



This is WordPress plugin contains custom functionality for the [Blackbird Consulting](https://blackbirdconsult.com) WordPress website. The concept is to keep features of a site that are theme independent, such as custom post-types, taxonomies, and roles separate from the theme code. This will ensure that future theme changes do not affect a site's functionality.
## Features
This plugin can be expanded as use-cases arise. It currently features the following:
* `disable-xmlrpc.php` -- disables `xml-rpc` and removes from `` to prevent brute force attacks on admin usernames and passwords per [WordPress best practices](https://pantheon.io/docs/wordpress-best-practices#avoid-xml-rpc-attacks).
* `general.php` -- general theme-independent functions
* `gtm.php` -- Google Tag Manager and Analytics
* `security-headers.php` -- security headers such as Content Security Policy
## Author
[@Herm71](https://github.com/Herm71/)