Processes items and dependencies for the head group.
Description
See also
Source
public function do_head_items() { $this->do_items( false, 0 ); return $this->done; }
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Processes items and dependencies for the head group.
public function do_head_items() { $this->do_items( false, 0 ); return $this->done; }
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.