HookTypeDescription
lh_bp_group_taxonomies_init_pluginfilterGate on plugin bootstrap. Return false to disable.
lh_bp_group_taxonomies_taxonomiesfilterArray of taxonomy names (object type bp_group) this plugin should manage. Empty by default — companion plugins add their own taxonomy name here.
lh_bp_group_taxonomies_paramsfilterOverride group_hook and taglink_description params.
lh_bp_group_taxonomies_admin_css / lh_bp_group_taxonomies_front_cssfilterOverride or disable (return empty array) enqueued stylesheet args.
lh_bp_group_taxonomies_tag_editorfilterFilter the tag editor markup before output.
lh_bp_group_taxonomies_tag_infofilterFilter the directory tag-info markup before output.
lh_bp_group_taxonomies_row_actionsfilterFilter row actions on the wp-admin tag list table.
lh_bp_group_taxonomies_terms_update_countactionFires when a term’s group count needs updating for a taxonomy shared with a non-bp_group object type, since core’s count logic is bypassed for those.
lh_bp_group_taxonomies_return_plugin_namespace / _return_plugin_text_domain / _plugin_name / _plugin_versionfilterStandard LH identity method overrides.

No cron jobs. No database tables of its own — uses WordPress’s standard per-site term_taxonomy, term_relationships, and terms tables via core taxonomy functions (wp_insert_term, wp_update_term, wp_delete_term, get_objects_in_term, etc.).