W3cubDocs

/WordPress

WP_Hook::offsetGet( $offset )

Source

public function offsetGet( $offset ) {
	return isset( $this->callbacks[ $offset ] ) ? $this->callbacks[ $offset ] : null;
}

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