WP_Hook::offsetUnset( $offset )


Source

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

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

Top ↑

User Contributed Notes

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