WP_Hook::offsetUnset( $offset )


Source

File: wp-includes/class-wp-hook.php

	public function offsetUnset( $offset ) {
		unset( $this->callbacks[ $offset ] );
	}