diff --git a/classes/local/hook/output/before_standard_head_html_generation.php b/classes/local/hook/output/before_standard_head_html_generation.php index 9beb76fbe26..82284d6ce5a 100644 --- a/classes/local/hook/output/before_standard_head_html_generation.php +++ b/classes/local/hook/output/before_standard_head_html_generation.php @@ -14,10 +14,18 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +/** + * Theme Boost Union - Hook: Allows plugins to add any elements to the page html tag. + * + * @package theme_boost_union + * @copyright 2024 Alexander Bias + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + namespace theme_boost_union\local\hook\output; /** - * Theme Boost Union - Hook: Allows plugins to add any elements to the page html tag. + * Hook to allow plugins to add any elements to the page html tag. * * @package theme_boost_union * @copyright 2024 Alexander Bias