WP_Hook::rewind
Rewinds the Iterator to the first element.
Method of the class: WP_Hook{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Hook = new WP_Hook(); $WP_Hook->rewind();
Changelog
| Since 4.7.0 | Introduced. |
WP_Hook::rewind() WP Hook::rewind code WP 6.9
public function rewind() {
reset( $this->callbacks );
}