Skip to content

Instantly share code, notes, and snippets.

View Ceekay0's full-sized avatar

CeeKay Ceekay0

View GitHub Profile
<?php
add_action( 'after_setup_theme', 'bootstrap_setup' );
if ( ! function_exists( 'bootstrap_setup' ) ):
function bootstrap_setup(){
add_action( 'init', 'register_menu' );