diff --git a/eth-redirect-to-latest.php b/eth-redirect-to-latest.php index 1486f1a4b0af81fc6736268b6fe1c22bdc80a092..08c69ebeba2dbd2ee7efbfd8b9f9b100bd5cc62e 100644 --- a/eth-redirect-to-latest.php +++ b/eth-redirect-to-latest.php @@ -67,7 +67,6 @@ class ETH_Redirect_To_Latest_Post { add_action( 'parse_request', array( $this, 'action_parse_request' ) ); add_action( 'admin_init', array( $this, 'action_admin_init' ) ); - add_filter( 'whitelist_options', array( $this, 'filter_whitelist_options' ), 999 ); } /**