Opened 2 years ago
Last modified 3 months ago
#2932 new Enhancement
Investigate removing run_function_once
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.9.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
It would be nice to have all of the common plugin initialization functions converted to the elgg_ standard.
Change History (4)
comment:1 Changed 2 years ago by cash
comment:2 Changed 2 years ago by ewinslow
Also not a bad idea.
comment:3 Changed 2 years ago by cash
- Milestone changed from Needs Review to Elgg 1.9
- Summary changed from run_function_once => elgg_run_function_once to Investigate removing run_function_once
comment:4 Changed 3 months ago by cash
- Milestone changed from Near Term Future Release to Elgg 1.9.0
Note: See
TracTickets for help on using
tickets.

I'd like to see this function go away. I think all of its major use cases can be satisfied with current capabilities (like plugins specifying functions to run on enable).