JoeHana
5/16/2013 - 2:44 AM

Custom Init for wpSight

Custom Init for wpSight

<?php

/**
 * Custom Init for wpSight
 */
 
add_action('init', 'custom_init');

function custom_init() {
	remove_action( 'ACTION_NAME', 'FUNCTION_NAME' );
}