W3cubDocs

/WordPress

WP_Hook::current()

Returns the current element.

Return

(array) Of callbacks at current priority.

Source

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

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

Changelog

Version Description
4.7.0 Introduced.

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