'-- ' . __( 'Select a category', 'advanced-classifieds-and-directory-pro' ) . ' --', 'option_none_value' => '', 'taxonomy' => 'acadp_categories', 'name' => 'acadp_category', 'class' => 'form-control acadp-category-listing', 'required' => true, 'orderby' => $categories_settings['orderby'], 'order' => $categories_settings['order'], 'selected' => $category ); if ( $disable_parent_categories ) { $args['walker'] = new ACADP_Walker_CategoryDropdown; } echo apply_filters( 'acadp_listing_form_categories_dropdown', acadp_dropdown_terms( $args, false ), $post_id ); ?>
0 ) ? $post->post_content : ''; if ( is_admin() ) { // Fix for Gutenberg $editor = 'textarea'; } if( 'textarea' == $editor ) { printf( '', 'description', $post_content ); } else { wp_editor( $post_content, 'description', array( 'media_buttons' => false, 'quicktags' => true, 'editor_height' => 200 ) ); } ?>
'-- '.__( 'Select a location', 'advanced-classifieds-and-directory-pro' ).' --', 'option_none_value' => $general_settings['base_location'], 'base_term' => max( 0, $general_settings['base_location'] ), 'parent' => max( 0, $general_settings['base_location'] ), 'taxonomy' => 'acadp_locations', 'name' => 'acadp_location', 'class' => 'form-control acadp-map-field', 'orderby' => $locations_settings['orderby'], 'order' => $locations_settings['order'], 'selected' => $location ) ); ?>
0 ) : ?>

:

$image ) { $image_attributes = wp_get_attachment_image_src( $images[ $index ] ); if( isset( $image_attributes[0] ) ) { echo '' . '' . '' . '' . ''; } } if( count( $images ) >= $images_limit ) { $disable_image_upload_attr = ' disabled'; } } ?>
' . '' . '' . '' . '' . $image_attributes[0] . '
' . '' . __( 'Delete Permanently', 'advanced-classifieds-and-directory-pro' ) . '' . '
>

0 ) : ?>