Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Sep 3, 2021
1 parent b10b913 commit e443acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function customFieldInfo(WP_Post $post, $metabox) {
<p><?php _e('Fields', 'SYNC_CIVICRM_CUSTOM_POST') ?></p>
<ul>
<?php foreach($fields as $field => $label) {
echo '<li><strong>' . $label . '</strong>: ' . $post_type . '_civicrm_' . $field . '</li>';
echo '<li><strong>' . esc_html($label) . '</strong>: ' . esc_html($post_type) . '_civicrm_' . esc_html($field) . '</li>';
} ?>
</ul>
<?php
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: jaapjansma
Donate link: https://github.com/CiviMRF/synchronizing-civicrm-data-to-custom-posts
Tags: CiviCRM, custom posts, acf, custom fields, api, connector, rest
Requires at least: 5.2
Tested up to: 5.6
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 1.0.5
Stable tag: 1.0.0
License: AGPL-3.0

Provides an tool for synchronizing CiviCRM data to custom posts in Wordpress.
Expand Down

0 comments on commit e443acd

Please sign in to comment.