create event for profile_advanced hook

This commit is contained in:
Art4 2025-04-10 14:36:57 +00:00
parent 86ebbecff5
commit 3ea20e9eee
5 changed files with 31 additions and 4 deletions

View file

@ -32,6 +32,7 @@ class HtmlFilterEventTest extends TestCase
[HtmlFilterEvent::PAGE_END, 'friendica.html.page_end'],
[HtmlFilterEvent::MOD_HOME_CONTENT, 'friendica.html.mod_home_content'],
[HtmlFilterEvent::MOD_ABOUT_CONTENT, 'friendica.html.mod_about_content'],
[HtmlFilterEvent::MOD_PROFILE_CONTENT, 'friendica.html.mod_profile_content'],
[HtmlFilterEvent::JOT_TOOL, 'friendica.html.jot_tool'],
[HtmlFilterEvent::CONTACT_BLOCK_END, 'friendica.html.contact_block_end'],
];