Created
July 23, 2020 08:01
-
-
Save jamesckemp/7fe64df6c7b8752bc31a556d98a062cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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