Als Deutscher Softwareentwickler in der Schweiz

Landstrasse

Drive your own Way

Share now
function receipt_meta_box_currency(){
    $form = tr_form();

    echo $form->select('receipt_currency', array(
        'class' => 'receipt_currency'
    ), array(
        'label' => ' '
    ))
    ->setOptions(array(
        'US Dollar' => 'USD',
        'EURO' => 'EUR',
        'Schweizer Franken' => 'CHF'
    ))
    ->setDefault('CHF');
  }


  add_action('receipt_meta_box', function( $post_type ){
    $box = tr_meta_box('meta-box_currency', null, array(
        'label' => 'Währung'
    ))
    ->setCallback('receipt_meta_box_currency')
    ->setContext('side');

    $box->apply($post_type);
  }, 10);

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Related Posts

Musikproduktion & DJ Software

Alle Tipps setzen einen iMac oder Mac Book voraus (und auf Wunsch zusätzlich ein iPad): Einsteiger Profi DJay Pro DJ Softwware für Mac, iPad und

X TRA TEC

War wieder eine mega Party im xtra ! https://xtratec.ch/

Get in touch

872 Arch Ave.
Chaska, Palo Alto, CA 55318
hello@example.com
ph: +1.123.434.965

Business inquiries

hello@example.com
ph: +1.321.989.645