Skip to content

Instantly share code, notes, and snippets.

@jamesckemp
Created July 23, 2020 08:01
Show Gist options
  • Save jamesckemp/7fe64df6c7b8752bc31a556d98a062cd to your computer and use it in GitHub Desktop.
Save jamesckemp/7fe64df6c7b8752bc31a556d98a062cd to your computer and use it in GitHub Desktop.
function iconic_remove_admin_redirect() {
remove_action( 'admin_init', array( 'JCK_SFR_User', 'redirect_voters' ), 10 );
}
add_action( 'init', 'iconic_remove_admin_redirect' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment