Viewing 1 replies (of 1 total)
  • Thread Starter Michael Cannon

    (@comprock)

    Something like this is what I mean. For now, this is my workaround.

    class Testimonials_Widget_Premium_Antispam_Bee_Base extends Antispam_Bee {
        public function verify_comment_request( $input ) {
            return self::_verify_comment_request( $input );
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘protect private methods…’ is closed to new replies.