add_action('rest_api_init', function() { register_rest_route('scarpero/v1', '/test', array( 'methods' => 'GET', 'callback' => function() { return array('status' => 'working'); }, 'permission_callback' => '__return_true' )); });

Carlos Scarpero- Mortgage Broker

Veterans Memorial Museum Foundation in Germantown, Ohio

I recently had the honor of visiting the Veterans Memorial Museum Foundation in Germantown, Ohio. While the Air Force Museum gets all the attention, this is also one heck of a military museum. If you are anything like me, you probably didn’t have any idea it was there. The Veterans Museum Foundation is all about […]

Skip to content