wordpress / latest / classes / wp_hook / offsetunset.html

WP_Hook::offsetUnset( $offset )

Source

File: wp-includes/class-wp-hook.php. View all references

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

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_hook/offsetunset