WP_Hook::rewind()


Source

File: wp-includes/class-wp-hook.php. View all references

public function rewind() {
	reset( $this->callbacks );
}

Top ↑

User Contributed Notes

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