View styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********* Kadence Menu *********/ | |
/* Hides the underline on current menu items in underline style */ | |
.header-navigation-style-underline .current-menu-item a:after, | |
.header-navigation-style-underline .menu-item-has-children a:after { | |
display: none; | |
} | |
.header-navigation-style-underline .current-menu-item a:hover:after { |
View bb-delete-cache.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: BB delete cache | |
Plugin URI: http://www.wearewp.pro | |
Description: Add delete beaver builder cache button in admin bar | |
Contributors: wearewp, thierrypigot | |
Author: WeAreWP | |
Author URI: http://www.wearewp.pro | |
Text Domain: bb-delete-cache | |
Domain Path: /languages/ |
View cfdashwidgets.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Dashboard Widgets | |
Plugin URI: https://nathaningram.com | |
Description: Creates Custom Dashboard Widgets for Client Websites | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfshortcodes.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Shortcodes | |
Plugin URI: https://nathaningram.com | |
Description: Add Custom Shortcodes | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfmedia.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Media Handling Fuctions | |
Plugin URI: https://nathaningram.com | |
Description: Customize WordPress Default Media Behavior | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfbeaver.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Functions for Beaver Builder | |
Plugin URI: https://nathaningram.com | |
Description: Extend and Customize Beaver Builder | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfgravity.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Gravity Forms Fuctions | |
Plugin URI: https://nathaningram.com | |
Description: Customize Gravity Forms Default Behavior | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfcore.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Core Functions | |
Plugin URI: https://nathaningram.com | |
Description: Customize the WP Core | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View cfdash.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Custom Dashboard Functions | |
Plugin URI: https://nathaningram.com | |
Description: Customize the WP Admin | |
Version: 2022.11 | |
Author: Nathan Ingram | |
Author URI: https://nathaningram.com | |
License: GPL2 | |
*/ |
View wp-config.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Debug Options */ | |
define( 'WP_DEBUG_LOG', false ); | |
define( 'WP_DEBUG', false ); | |
/* MySQL Settings */ | |
define( 'DB_NAME', 'database_name_here' ); | |
define( 'DB_USER', 'username_here' ); |
NewerOlder