WP_Hook::offsetUnset( $offset )

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.