WP_Hook::current()
Returns the current element.
Description Description
Return Return
(array) Of callbacks at current priority.
Source Source
File: wp-includes/class-wp-hook.php
public function current() { return current( $this->callbacks ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |