Processes items and dependencies for the footer group.
Description
See also
Source
public function do_footer_items() {
$this->do_items( false, 1 );
return $this->done;
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Processes items and dependencies for the footer group.
public function do_footer_items() {
$this->do_items( false, 1 );
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.