WP_Hook::current()

Returns the current element.


Description Description


Return Return

(array) Of callbacks at current priority.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.