Dr.CustUmz
11-17-2020, 10:25 PM
I'm probally just having a brain fart, but I cant get this variable to do anything.
I have placed a variable in forumbit_level1_nopost
I then created a plugin:
$string = 'Some Text';
$forumname = $string;
I have tried this hook in multiple locations, init, global, etc. but it doesn't seem to change. can someone help me out with this?
--------------- Added 1605659269 at 1605659269 ---------------
Forumbit_Display was the hook I needed, I got it.
I have placed a variable in forumbit_level1_nopost
I then created a plugin:
$string = 'Some Text';
$forumname = $string;
I have tried this hook in multiple locations, init, global, etc. but it doesn't seem to change. can someone help me out with this?
--------------- Added 1605659269 at 1605659269 ---------------
Forumbit_Display was the hook I needed, I got it.