wordpress / latest / classes / wp_hook / offsetexists.html

WP_Hook::offsetExists( $offset )

Source

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

public function offsetExists( $offset ) {
	return isset( $this->callbacks[ $offset ] );
}

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