WP_Hook::offsetExists( $offset ) ContentsSource User Contributed Notes Source File: wp-includes/class-wp-hook.php. View all references public function offsetExists( $offset ) { return isset( $this->callbacks[ $offset ] ); } View on Trac View on GitHub Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.