WP_Hook::key()


Source

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

	public function key() {
		return key( $this->callbacks );
	}