Skip to content

Instantly share code, notes, and snippets.

@nathaningram
nathaningram / cfdashwidgets.php
Last active April 14, 2024 14:10
Creating a Starter Site - Custom Functions - Dashboard Widgets
<?php
/*
Plugin Name: Custom Dashboard Widgets
Plugin URI: https://nathaningram.com
Description: Creates Custom Dashboard Widgets for Client Websites
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfgravity.php
Last active April 14, 2024 14:10
Creating a Starter Site 2022 - Custom Functions - Gravity Forms
<?php
/*
Plugin Name: Custom Gravity Forms Fuctions
Plugin URI: https://nathaningram.com
Description: Customize Gravity Forms Default Behavior
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfbeaver.php
Last active April 14, 2024 14:10
Creating a Starter Site 2022 - Custom Functions - Beaver Builder
<?php
/*
Plugin Name: Custom Functions for Beaver Builder
Plugin URI: https://nathaningram.com
Description: Extend and Customize Beaver Builder
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / disable-comments.php
Last active April 14, 2024 13:12
Disable Comments MU Plugin
<?php
/*
Plugin Name: Disable Comments
Plugin URI: https://github.com/solarissmoke/disable-comments-mu
Description: Disables all WordPress comment functionality
Version: 1.1.2
Author: Samir Shah
Author URI: http://rayofsolaris.net/
License: GPL2
GitHub Plugin URI: https://github.com/solarissmoke/disable-comments-mu
@nathaningram
nathaningram / styles.css
Last active April 14, 2024 12:09
Creating a Starter Site - Sample styles.css
/*
Theme Name: WPNathan Kadence Client
Author: Nathan Ingram
Author URI: https://wpnathan.com
Description: A child theme for Kadence from WPNathan
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
@nathaningram
nathaningram / cfmedia.php
Last active April 14, 2024 12:00
Creating a Starter Site 2022 - Custom Functions - Media Handling
<?php
/*
Plugin Name: Custom Media Handling Fuctions
Plugin URI: https://nathaningram.com
Description: Customize WordPress Default Media Behavior
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfshortcodes.php
Last active April 14, 2024 09:22
Creating a Starter Site 2023 - Custom Functions - Shortcodes
<?php
/*
Plugin Name: Custom Shortcodes
Plugin URI: https://nathaningram.com
Description: Add Custom Shortcodes
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfsecurity.php
Last active April 14, 2024 09:22
Creating a Starter Site - Custom Functions - Security
<?php
/*
Plugin Name: Custom Security Functions
Plugin URI: https://nathaningram.com
Description: Security Hardening for Core WordPress
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfdash.php
Last active April 14, 2024 08:56
Creating a Starter Site - Custom Functions - Dashboard
<?php
/*
Plugin Name: Custom Dashboard Functions
Plugin URI: https://nathaningram.com
Description: Customize the WP Admin
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/
@nathaningram
nathaningram / cfcore.php
Last active April 14, 2024 08:55
Creating a Starter Site - Custom Functions - Core
<?php
/*
Plugin Name: Custom Core Functions
Plugin URI: https://nathaningram.com
Description: Customize the WP Core
Version: 2023.11
Author: Nathan Ingram
Author URI: https://nathaningram.com
License: GPL2
*/