https://github.com/herm71/jc-core-functionality
Core functionality plugin for jasonchafin.com
https://github.com/herm71/jc-core-functionality
wordpress-plugin
Last synced: about 1 year ago
JSON representation
Core functionality plugin for jasonchafin.com
- Host: GitHub
- URL: https://github.com/herm71/jc-core-functionality
- Owner: Herm71
- Created: 2024-01-15T16:23:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T19:01:33.000Z (over 1 year ago)
- Last Synced: 2025-02-05T19:55:04.711Z (over 1 year ago)
- Topics: wordpress-plugin
- Language: PHP
- Homepage: https://jasonchafin.com
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Jason Chafin WordPress Core Functionality Plugin



This is WordPress plugin contains custom functionality for the [Jason Chafin](https://jasonchafin.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/)
readme edit.