Nederlands
English
info@helpdeskoostenrijk.nl
Seizoenswerk Oostenrijk
Partners en Samenwerkingen
Privacy Reglement
Over ons
Contact
Home
Onze diensten
Belastingteruggave Oostenrijk
Belastingaangifte in Nederland
Mijn gegevens
Profiel
Mijn aanvragen
Aanvraag indienen
Inloggen
Inloggen
Home
Inloggen
Gebruikersnaam
Wachtwoord
Wachtwoord onthouden
Wachtwoord vergeten?
} // Add the custom columns to the book post type: add_filter( 'manage_statusupdates_posts_columns', 'set_custom_edit_book_columns' ); function set_custom_edit_book_columns($columns) { unset( $columns['author'] ); unset( $columns['date'] ); unset( $columns['comments'] ); $columns['custom_post_type'] = __( 'Custom Post Type', 'HDO' ); $columns['status_id'] = __( 'Status ID', 'HDO' ); return $columns; } // Add the data to the custom columns for the book post type: add_action( 'manage_statusupdates_posts_custom_column' , 'custom_book_column', 10, 2 ); function custom_book_column( $column, $post_id ) { switch ( $column ) { case 'custom_post_type' : echo get_field( 'custom_post_type' , $post_id ); break; case 'status_id' : echo get_field( 'status_id' , $post_id ); break; } } // Assistent function show_assistent($message){ ?>
Home
Onze diensten
Belastingteruggave Oostenrijk
Belastingaangifte in Nederland
Mijn gegevens
Profiel
Mijn aanvragen
Aanvraag indienen
Inloggen