WP_Hook::valid()


Source

File: wp-includes/class-wp-hook.php

	public function valid() {
		return key( $this->callbacks ) !== null;
	}