gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

Add select users option. #418

Open aligundogdu opened 5 years ago

aligundogdu commented 5 years ago

Added select user option to metaboxes.

Example :

$panel->createOption( array(
'name' => 'Select User',
'id' => 'my_user_option',
'type' => 'select-upsers',
'desc' => 'This is an option'
) );
codeclinic commented 4 years ago

Hi @aligundogdu,

I'm trying to resurrect this framework. Please add your pull reqest to my repo and let's get this thing active again.

https://github.com/codeclinic/Abased-Titan-Framework

Thanks Phill