Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Loading option into array

bb_update_option( 'forum_restriction_db', array( "1" => "David Bessler,testman", "3" => "David Bessler" ) );

$value = bb_get_option( 'forum_restriction_db' );

That’s how it should work.

Skip to toolbar