WP_Hook::current()


Source

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

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