setCallback

function receipt_meta_box_private_notes(){ $form = tr_form(); echo $form->textarea(‚private_notes‘, array(), array( ‚label‘ => ‚ ‘ )); } add_action(‚receipt_meta_box‘, function( $post_type ){ $box = tr_meta_box(‚meta-box_private-notes‘, null, array( ‚label‘ =>

Read More

get_users

$wp_users = get_users( array( ‚fields‘ => array( ‚ID‘) ) ); if( is_array($wp_users) ) { $wp_userlist = array( ‚keine Angabe‘ => “ ); foreach($wp_users as $user_id){

Read More