Summery Summery
Unsets a specified offset.
Syntax Syntax
Parameters Parameters
- $offset
-
(Required) The offset to unset.
Source Source
File: wp-includes/class-wp-hook.php
public function offsetUnset( $offset ) { unset( $this->callbacks[ $offset ] ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |