WP_Hook::offsetExists( $offset )
Source
File: wp-includes/class-wp-hook.php
public function offsetExists( $offset ) {
return isset( $this->callbacks[ $offset ] );
}
File: wp-includes/class-wp-hook.php
public function offsetExists( $offset ) {
return isset( $this->callbacks[ $offset ] );
}