-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8.2
-
MOODLE_38_STABLE
-
MOODLE_310_STABLE
-
I may be the only person interested in this, but I would love to update my block_navbuttons plugin to not need a core change to make it work.
The before_footer hook introduced in MDL-53978 very nearly achieves this, but is limited because it does not allow any content to be injected into the page (it is only useful for initialising javascript).
I'm going to propose a simple patch that allows before_footer to return a value, which is then added to the end of the page.