]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Remove usage of profile.gender
[friendica.git] / doc / Addons.md
index 171f58ff4af9643c65e7ba911ed025110e4bac4f..bf8f9eef456ae11d8d7bb85a39f1dd5a39dee171 100644 (file)
@@ -695,9 +695,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 ### src/Content/ContactSelector.php
 
     Hook::callAll('network_to_name', $nets);
-    Hook::callAll('gender_selector', $select);
-    Hook::callAll('sexpref_selector', $select);
-    Hook::callAll('marital_selector', $select);
 
 ### src/Content/OEmbed.php