J&H Technologies Company

Business building with smart lighting and energy system for office


Notice: Trying to get property 'post_content' of non-object in /home/u19925p47940/domains/mooigeschilderdhuis.online/public_html/wp-content/plugins/citadela-directory/plugin/includes/CitadelaDirectoryLayouts.php on line 232
// Create the customer dashboard page function custom_customer_dashboard() { if ( ! is_user_logged_in() ) { wp_redirect( home_url() ); exit; } $current_user = wp_get_current_user(); $customer_info = get_customer_info( $current_user->ID ); ?>

Customer Information

First Name: first_name; ?>

Last Name: last_name; ?>

Email: email; ?>

Phone: phone; ?>

Address: address; ?>

Start Date: start_date; ?>

End Date: end_date; ?>

Maintenance Moments: maintenance_moments; ?>

approval_status, 1 ); ?>>
ID, $approval_status ); echo '

Your approval status has been updated.

'; } }