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:
Code:
$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 [DATE]1605659269[/DATE] at [TIME]1605659269[/TIME] ---------------
Forumbit_Display was the hook I needed, I got it.