![]() |
make $vbulletin-> global?
Hi, am trying to use $vbulletin->userinfo['usernamne']; within a wordpress function, it works outside of the function but not inside, and i cant send it. So I need to make it global.
I tried echo global $vbulletin->userinfo['usernamne']; but no luck, some one have any tips? |
have you tried to put global $vbulletin; at beginning of the function?
function wordpress whatever() { global $vbulletin; makesomething; } |
I tend to access it with $GLOBALS['vbulletin']
|
All times are GMT. The time now is 08:21 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|