|
@@ -38,6 +38,7 @@ get_header(); ?>
|
|
|
<h2 class="profile-des">
|
|
|
<?php the_field('designation'); ?>
|
|
|
</h2>
|
|
|
+ <p><?php echo get_field('login_id'); ?></p>
|
|
|
|
|
|
<?php if (have_rows('contact_details')) : ?>
|
|
|
|
|
@@ -92,6 +93,7 @@ get_header(); ?>
|
|
|
<?php
|
|
|
$employeeid = get_field('employeeid');
|
|
|
|
|
|
+
|
|
|
$url = 'http://103.109.52.3/webapi/api/EmployeeJournal';
|
|
|
$response = wp_remote_post(
|
|
|
$url,
|