object_register_unique
Dear Developers,
what does object_register_unique()
do? What is the difference between this function and object_register()
?
Thank you,
Ádám
object_register_unique()
is not exported for public use, so you should be able to safely pretend that it doesn't exist :-).
best wishes