@@ -2195,7 +2195,7 @@ discard block |
||
| 2195 | 2195 | * @global object $wpdb WordPress Database object. |
| 2196 | 2196 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 2197 | 2197 | * @param int $attachment_id Attachment ID. |
| 2198 | - * @return bool|void Returns false on failure. |
|
| 2198 | + * @return false|null Returns false on failure. |
|
| 2199 | 2199 | */ |
| 2200 | 2200 | function geodirectory_before_featured_image_delete($attachment_id) |
| 2201 | 2201 | {
|
@@ -2368,6 +2368,7 @@ discard block |
||
| 2368 | 2368 | * @global object $wpdb WordPress Database object. |
| 2369 | 2369 | * @global object $current_user Current user object. |
| 2370 | 2370 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 2371 | + * @param string $user_id |
|
| 2371 | 2372 | * @return array User listing count for each post type. |
| 2372 | 2373 | */ |
| 2373 | 2374 | function geodir_user_post_listing_count($user_id=null) |
@@ -3176,7 +3177,7 @@ discard block |
||
| 3176 | 3177 | * @since 1.0.0 |
| 3177 | 3178 | * @package GeoDirectory |
| 3178 | 3179 | * @param array $classes The class array of the HTML element. |
| 3179 | - * @return array Modified class array. |
|
| 3180 | + * @return string[] Modified class array. |
|
| 3180 | 3181 | */ |
| 3181 | 3182 | function geodir_body_class_no_rating($classes = array()) |
| 3182 | 3183 | {
|
@@ -86,8 +86,9 @@ discard block |
||
| 86 | 86 | add_filter('query_vars', 'geodir_add_location_var');
|
| 87 | 87 | add_filter('query_vars', 'geodir_add_geodir_page_var');
|
| 88 | 88 | add_action('wp', 'geodir_add_page_id_in_query_var'); // problem fix in wordpress 3.8
|
| 89 | -if (get_option('permalink_structure') != '')
|
|
| 90 | - add_filter('parse_request', 'geodir_set_location_var_in_session_in_core');
|
|
| 89 | +if (get_option('permalink_structure') != '') { |
|
| 90 | + add_filter('parse_request', 'geodir_set_location_var_in_session_in_core'); |
|
| 91 | +} |
|
| 91 | 92 | |
| 92 | 93 | add_filter('parse_query', 'geodir_modified_query');
|
| 93 | 94 | |
@@ -420,8 +421,9 @@ discard block |
||
| 420 | 421 | */ |
| 421 | 422 | do_action('geodir_after_social_sharing_buttons');
|
| 422 | 423 | $content_html = ob_get_clean(); |
| 423 | - if (trim($content_html) != '') |
|
| 424 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 424 | + if (trim($content_html) != '') { |
|
| 425 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 426 | + } |
|
| 425 | 427 | if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
|
| 426 | 428 | /** |
| 427 | 429 | * Filter the geodir_social_sharing_buttons() function content. |
@@ -477,8 +479,9 @@ discard block |
||
| 477 | 479 | */ |
| 478 | 480 | do_action('geodir_after_edit_post_link');
|
| 479 | 481 | $content_html = ob_get_clean(); |
| 480 | - if (trim($content_html) != '') |
|
| 481 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 482 | + if (trim($content_html) != '') { |
|
| 483 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 484 | + } |
|
| 482 | 485 | if ((int)get_option('geodir_disable_user_links_section') != 1) {
|
| 483 | 486 | /** |
| 484 | 487 | * Filter the geodir_edit_post_link() function content. |
@@ -1052,8 +1055,9 @@ discard block |
||
| 1052 | 1055 | */ |
| 1053 | 1056 | do_action('geodir_after_google_analytics');
|
| 1054 | 1057 | $content_html = ob_get_clean(); |
| 1055 | - if (trim($content_html) != '') |
|
| 1056 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1058 | + if (trim($content_html) != '') { |
|
| 1059 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1060 | + } |
|
| 1057 | 1061 | if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
|
| 1058 | 1062 | /** |
| 1059 | 1063 | * Filter the geodir_edit_post_link() function content. |
@@ -1190,8 +1194,9 @@ discard block |
||
| 1190 | 1194 | do_action('geodir_after_detail_page_more_info');
|
| 1191 | 1195 | |
| 1192 | 1196 | $content_html = ob_get_clean(); |
| 1193 | - if (trim($content_html) != '') |
|
| 1194 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1197 | + if (trim($content_html) != '') { |
|
| 1198 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1199 | + } |
|
| 1195 | 1200 | if ((int)get_option('geodir_disable_listing_info_section') != 1) {
|
| 1196 | 1201 | /** |
| 1197 | 1202 | * Filter the output html for function geodir_detail_page_more_info(). |
@@ -1311,8 +1316,9 @@ discard block |
||
| 1311 | 1316 | $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
|
| 1312 | 1317 | |
| 1313 | 1318 | foreach ($arr_alert_msg as $key => $value) {
|
| 1314 | - if (!is_scalar($value)) |
|
| 1315 | - continue; |
|
| 1319 | + if (!is_scalar($value)) { |
|
| 1320 | + continue; |
|
| 1321 | + } |
|
| 1316 | 1322 | $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
| 1317 | 1323 | } |
| 1318 | 1324 | |
@@ -1368,17 +1374,19 @@ discard block |
||
| 1368 | 1374 | global $geodir_sidebars; |
| 1369 | 1375 | global $sidebars_widgets; |
| 1370 | 1376 | |
| 1371 | - if (!is_array($sidebars_widgets)) |
|
| 1372 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1377 | + if (!is_array($sidebars_widgets)) { |
|
| 1378 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1379 | + } |
|
| 1373 | 1380 | $geodir_old_sidebars = array(); |
| 1374 | 1381 | |
| 1375 | 1382 | if (is_array($geodir_sidebars)) {
|
| 1376 | 1383 | foreach ($geodir_sidebars as $val) {
|
| 1377 | 1384 | if (is_array($sidebars_widgets)) {
|
| 1378 | - if (array_key_exists($val, $sidebars_widgets)) |
|
| 1379 | - $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
| 1380 | - else |
|
| 1381 | - $geodir_old_sidebars[$val] = array(); |
|
| 1385 | + if (array_key_exists($val, $sidebars_widgets)) { |
|
| 1386 | + $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
| 1387 | + } else { |
|
| 1388 | + $geodir_old_sidebars[$val] = array(); |
|
| 1389 | + } |
|
| 1382 | 1390 | } |
| 1383 | 1391 | } |
| 1384 | 1392 | } |
@@ -1399,16 +1407,19 @@ discard block |
||
| 1399 | 1407 | {
|
| 1400 | 1408 | global $sidebars_widgets; |
| 1401 | 1409 | |
| 1402 | - if (!is_array($sidebars_widgets)) |
|
| 1403 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1410 | + if (!is_array($sidebars_widgets)) { |
|
| 1411 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1412 | + } |
|
| 1404 | 1413 | |
| 1405 | 1414 | if (is_array($sidebars_widgets)) {
|
| 1406 | 1415 | $geodir_old_sidebars = get_option('geodir_sidebars');
|
| 1407 | 1416 | if (is_array($geodir_old_sidebars)) {
|
| 1408 | 1417 | foreach ($geodir_old_sidebars as $key => $val) {
|
| 1409 | - if(0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1418 | + if(0 === strpos($key, 'geodir_')) { |
|
| 1419 | + // if gd widget |
|
| 1410 | 1420 | {
|
| 1411 | - $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
| 1421 | + $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
| 1422 | + } |
|
| 1412 | 1423 | } |
| 1413 | 1424 | |
| 1414 | 1425 | |
@@ -1544,20 +1555,25 @@ discard block |
||
| 1544 | 1555 | } |
| 1545 | 1556 | } |
| 1546 | 1557 | |
| 1547 | - if ($tab == 'post_info') |
|
| 1548 | - $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
| 1558 | + if ($tab == 'post_info') { |
|
| 1559 | + $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
| 1560 | + } |
|
| 1549 | 1561 | |
| 1550 | - if ($tab == 'post_images') |
|
| 1551 | - $is_display = (!empty($post_images)) ? true : false; |
|
| 1562 | + if ($tab == 'post_images') { |
|
| 1563 | + $is_display = (!empty($post_images)) ? true : false; |
|
| 1564 | + } |
|
| 1552 | 1565 | |
| 1553 | - if ($tab == 'post_video') |
|
| 1554 | - $is_display = (!empty($video)) ? true : false; |
|
| 1566 | + if ($tab == 'post_video') { |
|
| 1567 | + $is_display = (!empty($video)) ? true : false; |
|
| 1568 | + } |
|
| 1555 | 1569 | |
| 1556 | - if ($tab == 'special_offers') |
|
| 1557 | - $is_display = (!empty($special_offers)) ? true : false; |
|
| 1570 | + if ($tab == 'special_offers') { |
|
| 1571 | + $is_display = (!empty($special_offers)) ? true : false; |
|
| 1572 | + } |
|
| 1558 | 1573 | |
| 1559 | - if ($tab == 'reviews') |
|
| 1560 | - $is_display = (geodir_is_page('detail')) ? true : false;
|
|
| 1574 | + if ($tab == 'reviews') { |
|
| 1575 | + $is_display = (geodir_is_page('detail')) ? true : false; |
|
| 1576 | + } |
|
| 1561 | 1577 | |
| 1562 | 1578 | if ($tab == 'related_listing') {
|
| 1563 | 1579 | $message = __('No listings found which match your selection.', 'geodirectory');
|
@@ -1791,11 +1807,13 @@ discard block |
||
| 1791 | 1807 | $region_slug = $default_location->region_slug; |
| 1792 | 1808 | $city_slug = $default_location->city_slug; |
| 1793 | 1809 | |
| 1794 | - if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
|
| 1795 | - return $slug_exists = true; |
|
| 1810 | + if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) { |
|
| 1811 | + return $slug_exists = true; |
|
| 1812 | + } |
|
| 1796 | 1813 | |
| 1797 | - if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1798 | - return $slug_exists = true; |
|
| 1814 | + if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id)))) { |
|
| 1815 | + return $slug_exists = true; |
|
| 1816 | + } |
|
| 1799 | 1817 | |
| 1800 | 1818 | return $slug_exists; |
| 1801 | 1819 | } |
@@ -1837,40 +1855,31 @@ discard block |
||
| 1837 | 1855 | if(geodir_is_page('home')){
|
| 1838 | 1856 | $gd_page = 'home'; |
| 1839 | 1857 | $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
|
| 1840 | - } |
|
| 1841 | - elseif(geodir_is_page('detail')){
|
|
| 1858 | + } elseif(geodir_is_page('detail')){
|
|
| 1842 | 1859 | $gd_page = 'detail'; |
| 1843 | 1860 | $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
|
| 1844 | - } |
|
| 1845 | - elseif(geodir_is_page('pt')){
|
|
| 1861 | + } elseif(geodir_is_page('pt')){
|
|
| 1846 | 1862 | $gd_page = 'pt'; |
| 1847 | 1863 | $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
|
| 1848 | - } |
|
| 1849 | - elseif(geodir_is_page('listing')){
|
|
| 1864 | + } elseif(geodir_is_page('listing')){
|
|
| 1850 | 1865 | $gd_page = 'listing'; |
| 1851 | 1866 | $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
|
| 1852 | - } |
|
| 1853 | - elseif(geodir_is_page('location')){
|
|
| 1867 | + } elseif(geodir_is_page('location')){
|
|
| 1854 | 1868 | $gd_page = 'location'; |
| 1855 | 1869 | $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
|
| 1856 | - } |
|
| 1857 | - elseif(geodir_is_page('search')){
|
|
| 1870 | + } elseif(geodir_is_page('search')){
|
|
| 1858 | 1871 | $gd_page = 'search'; |
| 1859 | 1872 | $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
|
| 1860 | - } |
|
| 1861 | - elseif(geodir_is_page('add-listing')){
|
|
| 1873 | + } elseif(geodir_is_page('add-listing')){
|
|
| 1862 | 1874 | $gd_page = 'add-listing'; |
| 1863 | 1875 | $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
|
| 1864 | - } |
|
| 1865 | - elseif(geodir_is_page('author')){
|
|
| 1876 | + } elseif(geodir_is_page('author')){
|
|
| 1866 | 1877 | $gd_page = 'author'; |
| 1867 | 1878 | $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
|
| 1868 | - } |
|
| 1869 | - elseif(geodir_is_page('login')){
|
|
| 1879 | + } elseif(geodir_is_page('login')){
|
|
| 1870 | 1880 | $gd_page = 'login'; |
| 1871 | 1881 | $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
|
| 1872 | - } |
|
| 1873 | - elseif(geodir_is_page('listing-success')){
|
|
| 1882 | + } elseif(geodir_is_page('listing-success')){
|
|
| 1874 | 1883 | $gd_page = 'listing-success'; |
| 1875 | 1884 | $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
|
| 1876 | 1885 | } |
@@ -1948,11 +1957,13 @@ discard block |
||
| 1948 | 1957 | |
| 1949 | 1958 | if (!get_option('geodir_remove_url_seperator')) {
|
| 1950 | 1959 | |
| 1951 | - if (get_option('geodir_listingurl_separator'))
|
|
| 1952 | - delete_option('geodir_listingurl_separator');
|
|
| 1960 | + if (get_option('geodir_listingurl_separator')) { |
|
| 1961 | + delete_option('geodir_listingurl_separator'); |
|
| 1962 | + } |
|
| 1953 | 1963 | |
| 1954 | - if (get_option('geodir_detailurl_separator'))
|
|
| 1955 | - delete_option('geodir_detailurl_separator');
|
|
| 1964 | + if (get_option('geodir_detailurl_separator')) { |
|
| 1965 | + delete_option('geodir_detailurl_separator'); |
|
| 1966 | + } |
|
| 1956 | 1967 | |
| 1957 | 1968 | flush_rewrite_rules(false); |
| 1958 | 1969 | |
@@ -1976,8 +1987,9 @@ discard block |
||
| 1976 | 1987 | {
|
| 1977 | 1988 | foreach ($permalink_arr as $key => $value) {
|
| 1978 | 1989 | |
| 1979 | - if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') |
|
| 1980 | - unset($permalink_arr[$key]); |
|
| 1990 | + if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') { |
|
| 1991 | + unset($permalink_arr[$key]); |
|
| 1992 | + } |
|
| 1981 | 1993 | |
| 1982 | 1994 | } |
| 1983 | 1995 | |
@@ -2112,16 +2124,18 @@ discard block |
||
| 2112 | 2124 | |
| 2113 | 2125 | $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
| 2114 | 2126 | |
| 2115 | - if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
|
| 2116 | - $tabs_arr['post_video']['heading_text'] = $field_title; |
|
| 2127 | + if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') { |
|
| 2128 | + $tabs_arr['post_video']['heading_text'] = $field_title; |
|
| 2129 | + } |
|
| 2117 | 2130 | } |
| 2118 | 2131 | |
| 2119 | 2132 | if (array_key_exists('special_offers', $tabs_arr)) {
|
| 2120 | 2133 | |
| 2121 | 2134 | $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
| 2122 | 2135 | |
| 2123 | - if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
|
| 2124 | - $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
| 2136 | + if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') { |
|
| 2137 | + $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
| 2138 | + } |
|
| 2125 | 2139 | } |
| 2126 | 2140 | |
| 2127 | 2141 | } |
@@ -2176,8 +2190,9 @@ discard block |
||
| 2176 | 2190 | |
| 2177 | 2191 | $all_postypes = geodir_get_posttypes(); |
| 2178 | 2192 | |
| 2179 | - if (!in_array($post_type, $all_postypes) || !is_admin()) |
|
| 2180 | - return false; |
|
| 2193 | + if (!in_array($post_type, $all_postypes) || !is_admin()) { |
|
| 2194 | + return false; |
|
| 2195 | + } |
|
| 2181 | 2196 | |
| 2182 | 2197 | $uploads = wp_upload_dir(); |
| 2183 | 2198 | |
@@ -2251,8 +2266,9 @@ discard block |
||
| 2251 | 2266 | $file_info = pathinfo($attach->file); |
| 2252 | 2267 | |
| 2253 | 2268 | $sub_dir = ''; |
| 2254 | - if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') |
|
| 2255 | - $sub_dir = stripslashes_deep($file_info['dirname']); |
|
| 2269 | + if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') { |
|
| 2270 | + $sub_dir = stripslashes_deep($file_info['dirname']); |
|
| 2271 | + } |
|
| 2256 | 2272 | |
| 2257 | 2273 | $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs |
| 2258 | 2274 | $uploads_path = $uploads['basedir']; |
@@ -2273,8 +2289,9 @@ discard block |
||
| 2273 | 2289 | |
| 2274 | 2290 | if (!empty($attachment_data)) {
|
| 2275 | 2291 | |
| 2276 | - if ($attachment_data->ID) |
|
| 2277 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2292 | + if ($attachment_data->ID) { |
|
| 2293 | + $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID); |
|
| 2294 | + } |
|
| 2278 | 2295 | |
| 2279 | 2296 | } else {
|
| 2280 | 2297 | |
@@ -2470,7 +2487,7 @@ discard block |
||
| 2470 | 2487 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 2471 | 2488 | $variables_array['value'] = ''; |
| 2472 | 2489 | $variables_array['value'] = $post->{$type['htmlvar_name']};
|
| 2473 | - }else{
|
|
| 2490 | + } else{
|
|
| 2474 | 2491 | $i = 0; |
| 2475 | 2492 | $fieldset_count++; |
| 2476 | 2493 | $field_set_start = 1; |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | /* ON TEMPLATE INCLUDE */ |
| 137 | 137 | ///////////////////////// |
| 138 | 138 | |
| 139 | -add_filter('template_include', 'geodir_template_loader',9);
|
|
| 139 | +add_filter('template_include', 'geodir_template_loader', 9);
|
|
| 140 | 140 | |
| 141 | 141 | ///////////////////////// |
| 142 | 142 | /* CATEGORY / TAXONOMY / CUSTOM POST ACTIONS */ |
@@ -176,9 +176,9 @@ discard block |
||
| 176 | 176 | /* WP REVIEW COUNT ACTIONS */ |
| 177 | 177 | //////////////////////// |
| 178 | 178 | |
| 179 | -add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100,1);
|
|
| 179 | +add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100, 1);
|
|
| 180 | 180 | //add_action('geodir_update_postrating', 'geodir_term_review_count_force_update', 100);
|
| 181 | -add_action('transition_post_status', 'geodir_term_review_count_force_update', 100,3);
|
|
| 181 | +add_action('transition_post_status', 'geodir_term_review_count_force_update', 100, 3);
|
|
| 182 | 182 | //add_action('created_term', 'geodir_term_review_count_force_update', 100);
|
| 183 | 183 | add_action('edited_term', 'geodir_term_review_count_force_update', 100);
|
| 184 | 184 | add_action('delete_term', 'geodir_term_review_count_force_update', 100);
|
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | */ |
| 223 | 223 | function geodir_unset_prev_theme_nav_location($newname) |
| 224 | 224 | {
|
| 225 | - $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
|
|
| 225 | + $geodir_theme_location = get_option('geodir_theme_location_nav_'.$newname);
|
|
| 226 | 226 | if ($geodir_theme_location) {
|
| 227 | 227 | update_option('geodir_theme_location_nav', $geodir_theme_location);
|
| 228 | 228 | } else {
|
@@ -320,8 +320,8 @@ discard block |
||
| 320 | 320 | |
| 321 | 321 | /////// GEO DIRECOTORY CUSTOM HOOKS /// |
| 322 | 322 | |
| 323 | -add_action('geodir_before_tab_content', 'geodir_before_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 324 | -add_action('geodir_after_tab_content', 'geodir_after_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 323 | +add_action('geodir_before_tab_content', 'geodir_before_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 324 | +add_action('geodir_after_tab_content', 'geodir_after_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 325 | 325 | |
| 326 | 326 | // Detail page sidebar content |
| 327 | 327 | add_action('geodir_detail_page_sidebar', 'geodir_detail_page_sidebar_content_sorting', 1);
|
@@ -421,8 +421,8 @@ discard block |
||
| 421 | 421 | do_action('geodir_after_social_sharing_buttons');
|
| 422 | 422 | $content_html = ob_get_clean(); |
| 423 | 423 | if (trim($content_html) != '') |
| 424 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 425 | - if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 424 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">'.$content_html.'</div>'; |
|
| 425 | + if ((int) get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 426 | 426 | /** |
| 427 | 427 | * Filter the geodir_social_sharing_buttons() function content. |
| 428 | 428 | * |
@@ -462,12 +462,12 @@ discard block |
||
| 462 | 462 | $post_id = $post->ID; |
| 463 | 463 | |
| 464 | 464 | if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 465 | - $post_id = (int)$_REQUEST['pid']; |
|
| 465 | + $post_id = (int) $_REQUEST['pid']; |
|
| 466 | 466 | } |
| 467 | 467 | |
| 468 | 468 | $postlink = get_permalink(geodir_add_listing_page_id()); |
| 469 | 469 | $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
|
| 470 | - echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
|
|
| 470 | + echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="'.esc_url($editlink).'">'.__('Edit this Post', 'geodirectory').'</a></p>';
|
|
| 471 | 471 | } |
| 472 | 472 | }// end of if, if its a preview or not |
| 473 | 473 | /** |
@@ -478,8 +478,8 @@ discard block |
||
| 478 | 478 | do_action('geodir_after_edit_post_link');
|
| 479 | 479 | $content_html = ob_get_clean(); |
| 480 | 480 | if (trim($content_html) != '') |
| 481 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 482 | - if ((int)get_option('geodir_disable_user_links_section') != 1) {
|
|
| 481 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">'.$content_html.'</div>'; |
|
| 482 | + if ((int) get_option('geodir_disable_user_links_section') != 1) {
|
|
| 483 | 483 | /** |
| 484 | 484 | * Filter the geodir_edit_post_link() function content. |
| 485 | 485 | * |
@@ -500,8 +500,8 @@ discard block |
||
| 500 | 500 | */ |
| 501 | 501 | function geodir_detail_page_google_analytics() |
| 502 | 502 | {
|
| 503 | - global $post,$preview; |
|
| 504 | - if($preview){return '';}
|
|
| 503 | + global $post, $preview; |
|
| 504 | + if ($preview) {return ''; }
|
|
| 505 | 505 | $package_info = array(); |
| 506 | 506 | $package_info = geodir_post_package_info($package_info, $post); |
| 507 | 507 | |
@@ -533,14 +533,14 @@ discard block |
||
| 533 | 533 | $hide_refresh = get_option('geodir_ga_auto_refresh');
|
| 534 | 534 | |
| 535 | 535 | $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0; |
| 536 | - if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
|
|
| 536 | + if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id() == $post->post_author || current_user_can('manage_options'))) {
|
|
| 537 | 537 | $page_url = urlencode($_SERVER['REQUEST_URI']); |
| 538 | 538 | ?> |
| 539 | 539 | <script type="text/javascript"> |
| 540 | 540 | var gd_gaTimeOut; |
| 541 | - var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
|
|
| 542 | - var gd_gaHideRefresh = <?php echo (int)$hide_refresh;?>; |
|
| 543 | - var gd_gaAutoRefresh = <?php echo $auto_refresh;?>; |
|
| 541 | + var gd_gaTime = parseInt('<?php echo $refresh_time; ?>');
|
|
| 542 | + var gd_gaHideRefresh = <?php echo (int) $hide_refresh; ?>; |
|
| 543 | + var gd_gaAutoRefresh = <?php echo $auto_refresh; ?>; |
|
| 544 | 544 | ga_data1 = false; |
| 545 | 545 | ga_data2 = false; |
| 546 | 546 | ga_data3 = false; |
@@ -681,7 +681,7 @@ discard block |
||
| 681 | 681 | } |
| 682 | 682 | |
| 683 | 683 | function gdga_noResults() {
|
| 684 | - jQuery('#gdga-chart-container').html('<?php _e('No results available','geodirectory');?>');
|
|
| 684 | + jQuery('#gdga-chart-container').html('<?php _e('No results available', 'geodirectory'); ?>');
|
|
| 685 | 685 | jQuery('#gdga-legend-container').html('');
|
| 686 | 686 | } |
| 687 | 687 | |
@@ -713,18 +713,18 @@ discard block |
||
| 713 | 713 | var data2 = results[1].rows.map(function(row) { return +row[2]; });
|
| 714 | 714 | //var labelsN = results[0].rows.map(function(row) { return +row[1]; });
|
| 715 | 715 | |
| 716 | - var labels = ['<?php _e('Jan', 'geodirectory');?>',
|
|
| 717 | - '<?php _e('Feb', 'geodirectory');?>',
|
|
| 718 | - '<?php _e('Mar', 'geodirectory');?>',
|
|
| 719 | - '<?php _e('Apr', 'geodirectory');?>',
|
|
| 720 | - '<?php _e('May', 'geodirectory');?>',
|
|
| 721 | - '<?php _e('Jun', 'geodirectory');?>',
|
|
| 722 | - '<?php _e('Jul', 'geodirectory');?>',
|
|
| 723 | - '<?php _e('Aug', 'geodirectory');?>',
|
|
| 724 | - '<?php _e('Sep', 'geodirectory');?>',
|
|
| 725 | - '<?php _e('Oct', 'geodirectory');?>',
|
|
| 726 | - '<?php _e('Nov', 'geodirectory');?>',
|
|
| 727 | - '<?php _e('Dec', 'geodirectory');?>'];
|
|
| 716 | + var labels = ['<?php _e('Jan', 'geodirectory'); ?>',
|
|
| 717 | + '<?php _e('Feb', 'geodirectory'); ?>',
|
|
| 718 | + '<?php _e('Mar', 'geodirectory'); ?>',
|
|
| 719 | + '<?php _e('Apr', 'geodirectory'); ?>',
|
|
| 720 | + '<?php _e('May', 'geodirectory'); ?>',
|
|
| 721 | + '<?php _e('Jun', 'geodirectory'); ?>',
|
|
| 722 | + '<?php _e('Jul', 'geodirectory'); ?>',
|
|
| 723 | + '<?php _e('Aug', 'geodirectory'); ?>',
|
|
| 724 | + '<?php _e('Sep', 'geodirectory'); ?>',
|
|
| 725 | + '<?php _e('Oct', 'geodirectory'); ?>',
|
|
| 726 | + '<?php _e('Nov', 'geodirectory'); ?>',
|
|
| 727 | + '<?php _e('Dec', 'geodirectory'); ?>'];
|
|
| 728 | 728 | |
| 729 | 729 | // Ensure the data arrays are at least as long as the labels array. |
| 730 | 730 | // Chart.js bar charts don't (yet) accept sparse datasets. |
@@ -737,13 +737,13 @@ discard block |
||
| 737 | 737 | labels : labels, |
| 738 | 738 | datasets : [ |
| 739 | 739 | {
|
| 740 | - label: '<?php _e('Last Year', 'geodirectory');?>',
|
|
| 740 | + label: '<?php _e('Last Year', 'geodirectory'); ?>',
|
|
| 741 | 741 | fillColor : "rgba(220,220,220,0.5)", |
| 742 | 742 | strokeColor : "rgba(220,220,220,1)", |
| 743 | 743 | data : data2 |
| 744 | 744 | }, |
| 745 | 745 | {
|
| 746 | - label: '<?php _e('This Year', 'geodirectory');?>',
|
|
| 746 | + label: '<?php _e('This Year', 'geodirectory'); ?>',
|
|
| 747 | 747 | fillColor : "rgba(151,187,205,0.5)", |
| 748 | 748 | strokeColor : "rgba(151,187,205,1)", |
| 749 | 749 | data : data1 |
@@ -788,30 +788,30 @@ discard block |
||
| 788 | 788 | |
| 789 | 789 | <?php |
| 790 | 790 | // Here we list the shorthand days of the week so it can be used in translation. |
| 791 | - __("Mon",'geodirectory');
|
|
| 792 | - __("Tue",'geodirectory');
|
|
| 793 | - __("Wed",'geodirectory');
|
|
| 794 | - __("Thu",'geodirectory');
|
|
| 795 | - __("Fri",'geodirectory');
|
|
| 796 | - __("Sat",'geodirectory');
|
|
| 797 | - __("Sun",'geodirectory');
|
|
| 791 | + __("Mon", 'geodirectory');
|
|
| 792 | + __("Tue", 'geodirectory');
|
|
| 793 | + __("Wed", 'geodirectory');
|
|
| 794 | + __("Thu", 'geodirectory');
|
|
| 795 | + __("Fri", 'geodirectory');
|
|
| 796 | + __("Sat", 'geodirectory');
|
|
| 797 | + __("Sun", 'geodirectory');
|
|
| 798 | 798 | ?> |
| 799 | 799 | |
| 800 | 800 | labels = [ |
| 801 | - "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
|
|
| 802 | - "<?php _e(date('D', strtotime("+2 day")),'geodirectory'); ?>",
|
|
| 803 | - "<?php _e(date('D', strtotime("+3 day")),'geodirectory'); ?>",
|
|
| 804 | - "<?php _e(date('D', strtotime("+4 day")),'geodirectory'); ?>",
|
|
| 805 | - "<?php _e(date('D', strtotime("+5 day")),'geodirectory'); ?>",
|
|
| 806 | - "<?php _e(date('D', strtotime("+6 day")),'geodirectory'); ?>",
|
|
| 807 | - "<?php _e(date('D', strtotime("+7 day")),'geodirectory'); ?>"
|
|
| 801 | + "<?php _e(date('D', strtotime("+1 day")), 'geodirectory'); ?>",
|
|
| 802 | + "<?php _e(date('D', strtotime("+2 day")), 'geodirectory'); ?>",
|
|
| 803 | + "<?php _e(date('D', strtotime("+3 day")), 'geodirectory'); ?>",
|
|
| 804 | + "<?php _e(date('D', strtotime("+4 day")), 'geodirectory'); ?>",
|
|
| 805 | + "<?php _e(date('D', strtotime("+5 day")), 'geodirectory'); ?>",
|
|
| 806 | + "<?php _e(date('D', strtotime("+6 day")), 'geodirectory'); ?>",
|
|
| 807 | + "<?php _e(date('D', strtotime("+7 day")), 'geodirectory'); ?>"
|
|
| 808 | 808 | ]; |
| 809 | 809 | |
| 810 | 810 | var data = {
|
| 811 | 811 | labels : labels, |
| 812 | 812 | datasets : [ |
| 813 | 813 | {
|
| 814 | - label: '<?php _e('Last Week', 'geodirectory');?>',
|
|
| 814 | + label: '<?php _e('Last Week', 'geodirectory'); ?>',
|
|
| 815 | 815 | fillColor : "rgba(220,220,220,0.5)", |
| 816 | 816 | strokeColor : "rgba(220,220,220,1)", |
| 817 | 817 | pointColor : "rgba(220,220,220,1)", |
@@ -819,7 +819,7 @@ discard block |
||
| 819 | 819 | data : data2 |
| 820 | 820 | }, |
| 821 | 821 | {
|
| 822 | - label: '<?php _e('This Week', 'geodirectory');?>',
|
|
| 822 | + label: '<?php _e('This Week', 'geodirectory'); ?>',
|
|
| 823 | 823 | fillColor : "rgba(151,187,205,0.5)", |
| 824 | 824 | strokeColor : "rgba(151,187,205,1)", |
| 825 | 825 | pointColor : "rgba(151,187,205,1)", |
@@ -1026,18 +1026,18 @@ discard block |
||
| 1026 | 1026 | </style> |
| 1027 | 1027 | <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> |
| 1028 | 1028 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script> |
| 1029 | - <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory');?></button>
|
|
| 1029 | + <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory'); ?></button>
|
|
| 1030 | 1030 | <span id="ga_stats" class="gdga-analytics-box" style="display:none"> |
| 1031 | - <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory');?></div>
|
|
| 1031 | + <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory'); ?></div>
|
|
| 1032 | 1032 | <div id="gd-active-users-container"> |
| 1033 | - <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory');?>"></i><?php _e("Active Users:", 'geodirectory');?>
|
|
| 1033 | + <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory'); ?>"></i><?php _e("Active Users:", 'geodirectory'); ?>
|
|
| 1034 | 1034 | <b class="gd-ActiveUsers-value">0</b> |
| 1035 | 1035 | </div> |
| 1036 | 1036 | </div> |
| 1037 | 1037 | <select id="gdga-select-analytic" onchange="gdga_select_option();" style="display: none;"> |
| 1038 | - <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory');?></option>
|
|
| 1039 | - <option value="years"><?php _e("This Year vs Last Year", 'geodirectory');?></option>
|
|
| 1040 | - <option value="country"><?php _e("Top Countries", 'geodirectory');?></option>
|
|
| 1038 | + <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory'); ?></option>
|
|
| 1039 | + <option value="years"><?php _e("This Year vs Last Year", 'geodirectory'); ?></option>
|
|
| 1040 | + <option value="country"><?php _e("Top Countries", 'geodirectory'); ?></option>
|
|
| 1041 | 1041 | </select> |
| 1042 | 1042 | <div class="Chartjs-figure" id="gdga-chart-container"></div> |
| 1043 | 1043 | <ol class="Chartjs-legend" id="gdga-legend-container"></ol> |
@@ -1053,8 +1053,8 @@ discard block |
||
| 1053 | 1053 | do_action('geodir_after_google_analytics');
|
| 1054 | 1054 | $content_html = ob_get_clean(); |
| 1055 | 1055 | if (trim($content_html) != '') |
| 1056 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1057 | - if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1056 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">'.$content_html.'</div>'; |
|
| 1057 | + if ((int) get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1058 | 1058 | /** |
| 1059 | 1059 | * Filter the geodir_edit_post_link() function content. |
| 1060 | 1060 | * |
@@ -1110,10 +1110,10 @@ discard block |
||
| 1110 | 1110 | |
| 1111 | 1111 | $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
|
| 1112 | 1112 | |
| 1113 | - $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="' . $post_avgratings . '">' . $post_avgratings . '</span> / <span itemprop="best" content="5">5</span> ' . __("based on", 'geodirectory') . ' </span><span class="count" itemprop="count" content="' . $comment_count . '">' . $comment_count . ' ' . $reviews_text . '</span><br />';
|
|
| 1113 | + $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="'.$post_avgratings.'">'.$post_avgratings.'</span> / <span itemprop="best" content="5">5</span> '.__("based on", 'geodirectory').' </span><span class="count" itemprop="count" content="'.$comment_count.'">'.$comment_count.' '.$reviews_text.'</span><br />';
|
|
| 1114 | 1114 | |
| 1115 | 1115 | $html .= '<span class="item">'; |
| 1116 | - $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>'; |
|
| 1116 | + $html .= '<span class="fn" itemprop="itemreviewed">'.$post->post_title.'</span>'; |
|
| 1117 | 1117 | |
| 1118 | 1118 | if ($post_images) {
|
| 1119 | 1119 | foreach ($post_images as $img) {
|
@@ -1123,7 +1123,7 @@ discard block |
||
| 1123 | 1123 | } |
| 1124 | 1124 | |
| 1125 | 1125 | if (isset($post_img) && $post_img) {
|
| 1126 | - $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />'; |
|
| 1126 | + $html .= '<br /><img src="'.$post_img.'" class="photo" alt="'.esc_attr($post->post_title).'" itemprop="photo" content="'.$post_img.'" class="photo" />'; |
|
| 1127 | 1127 | } |
| 1128 | 1128 | |
| 1129 | 1129 | $html .= '</span>'; |
@@ -1150,9 +1150,9 @@ discard block |
||
| 1150 | 1150 | do_action('geodir_after_detail_page_review_rating');
|
| 1151 | 1151 | $content_html = ob_get_clean(); |
| 1152 | 1152 | if (trim($content_html) != '') {
|
| 1153 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>'; |
|
| 1153 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">'.$content_html.'</div>'; |
|
| 1154 | 1154 | } |
| 1155 | - if ((int)get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1155 | + if ((int) get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1156 | 1156 | /** |
| 1157 | 1157 | * Filter the geodir_detail_page_review_rating() function content. |
| 1158 | 1158 | * |
@@ -1191,8 +1191,8 @@ discard block |
||
| 1191 | 1191 | |
| 1192 | 1192 | $content_html = ob_get_clean(); |
| 1193 | 1193 | if (trim($content_html) != '') |
| 1194 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1195 | - if ((int)get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1194 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">'.$content_html.'</div>'; |
|
| 1195 | + if ((int) get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1196 | 1196 | /** |
| 1197 | 1197 | * Filter the output html for function geodir_detail_page_more_info(). |
| 1198 | 1198 | * |
@@ -1291,7 +1291,7 @@ discard block |
||
| 1291 | 1291 | 'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
|
| 1292 | 1292 | 'geodir_txt_form_wait' => __('Wait...', 'geodirectory'),
|
| 1293 | 1293 | 'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
|
| 1294 | - 'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
|
|
| 1294 | + 'fa_rating' => (int) get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
|
|
| 1295 | 1295 | 'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
|
| 1296 | 1296 | 'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
|
| 1297 | 1297 | 'geodir_map_name' => geodir_map_name(), |
@@ -1315,10 +1315,10 @@ discard block |
||
| 1315 | 1315 | foreach ($arr_alert_msg as $key => $value) {
|
| 1316 | 1316 | if (!is_scalar($value)) |
| 1317 | 1317 | continue; |
| 1318 | - $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
|
| 1318 | + $arr_alert_msg[$key] = html_entity_decode((string) $value, ENT_QUOTES, 'UTF-8'); |
|
| 1319 | 1319 | } |
| 1320 | 1320 | |
| 1321 | - $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';'; |
|
| 1321 | + $script = "var geodir_all_js_msg = ".json_encode($arr_alert_msg).';'; |
|
| 1322 | 1322 | echo '<script>'; |
| 1323 | 1323 | echo $script; |
| 1324 | 1324 | echo '</script>'; |
@@ -1408,7 +1408,7 @@ discard block |
||
| 1408 | 1408 | $geodir_old_sidebars = get_option('geodir_sidebars');
|
| 1409 | 1409 | if (is_array($geodir_old_sidebars)) {
|
| 1410 | 1410 | foreach ($geodir_old_sidebars as $key => $val) {
|
| 1411 | - if(0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1411 | + if (0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1412 | 1412 | {
|
| 1413 | 1413 | $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
| 1414 | 1414 | } |
@@ -1487,7 +1487,7 @@ discard block |
||
| 1487 | 1487 | global $post; |
| 1488 | 1488 | $term_condition = ''; |
| 1489 | 1489 | if (isset($_REQUEST['backandedit'])) {
|
| 1490 | - $post = (object)$gd_session->get('listing');
|
|
| 1490 | + $post = (object) $gd_session->get('listing');
|
|
| 1491 | 1491 | $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : ''; |
| 1492 | 1492 | } |
| 1493 | 1493 | |
@@ -1501,7 +1501,7 @@ discard block |
||
| 1501 | 1501 | echo 'checked="checked"'; |
| 1502 | 1502 | } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition" |
| 1503 | 1503 | class="geodir_textfield" value="1" |
| 1504 | - style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if($terms_page){ echo get_permalink($terms_page);}?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
|
|
| 1504 | + style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if ($terms_page) { echo get_permalink($terms_page); }?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
|
|
| 1505 | 1505 | </span> |
| 1506 | 1506 | </div> |
| 1507 | 1507 | <span class="geodir_message_error"><?php if (isset($required_msg)) {
|
@@ -1541,7 +1541,7 @@ discard block |
||
| 1541 | 1541 | /** This action is documented in geodirectory_template_actions.php */ |
| 1542 | 1542 | $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
|
| 1543 | 1543 | |
| 1544 | - if (!($desc_limit === '' || (int)$desc_limit > 0)) {
|
|
| 1544 | + if (!($desc_limit === '' || (int) $desc_limit > 0)) {
|
|
| 1545 | 1545 | $is_display = false; |
| 1546 | 1546 | } |
| 1547 | 1547 | } |
@@ -1589,16 +1589,16 @@ discard block |
||
| 1589 | 1589 | global $wpdb, $plugin_prefix; |
| 1590 | 1590 | |
| 1591 | 1591 | // Remove unused virtual page |
| 1592 | - $listings_page_id = (int)get_option('geodir_listing_page');
|
|
| 1592 | + $listings_page_id = (int) get_option('geodir_listing_page');
|
|
| 1593 | 1593 | if ($listings_page_id) {
|
| 1594 | - $wpdb->query($wpdb->prepare("DELETE FROM " . $wpdb->posts . " WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
|
|
| 1594 | + $wpdb->query($wpdb->prepare("DELETE FROM ".$wpdb->posts." WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
|
|
| 1595 | 1595 | delete_option('geodir_listing_page');
|
| 1596 | 1596 | } |
| 1597 | 1597 | |
| 1598 | 1598 | if (!get_option('geodir_changes_in_custom_fields_table')) {
|
| 1599 | 1599 | $wpdb->query( |
| 1600 | 1600 | $wpdb->prepare( |
| 1601 | - "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1601 | + "UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1602 | 1602 | array('1', '1', 'admin')
|
| 1603 | 1603 | ) |
| 1604 | 1604 | ); |
@@ -1606,9 +1606,9 @@ discard block |
||
| 1606 | 1606 | |
| 1607 | 1607 | /* --- terms meta value set --- */ |
| 1608 | 1608 | |
| 1609 | - update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1609 | + update_option('geodir_default_marker_icon', geodir_plugin_url().'/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1610 | 1610 | |
| 1611 | - $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1611 | + $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1612 | 1612 | |
| 1613 | 1613 | if (!empty($options_data)) {
|
| 1614 | 1614 | |
@@ -1616,7 +1616,7 @@ discard block |
||
| 1616 | 1616 | |
| 1617 | 1617 | $option_val = str_replace('tax_meta_', '', $optobj->option_name);
|
| 1618 | 1618 | |
| 1619 | - $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1619 | + $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM ".$wpdb->prefix."term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1620 | 1620 | |
| 1621 | 1621 | if (!empty($taxonomies_data)) {
|
| 1622 | 1622 | |
@@ -1625,17 +1625,17 @@ discard block |
||
| 1625 | 1625 | $taxObject = get_taxonomy($taxobj->taxonomy); |
| 1626 | 1626 | $post_type = $taxObject->object_type[0]; |
| 1627 | 1627 | |
| 1628 | - $opt_value = 'tax_meta_' . $post_type . '_' . $option_val; |
|
| 1628 | + $opt_value = 'tax_meta_'.$post_type.'_'.$option_val; |
|
| 1629 | 1629 | |
| 1630 | - $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
|
|
| 1630 | + $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM ".$wpdb->prefix."options WHERE option_name=%s", array('tax_meta_'.$option_val)));
|
|
| 1631 | 1631 | |
| 1632 | 1632 | if ($duplicate_data) {
|
| 1633 | 1633 | |
| 1634 | - $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1634 | + $wpdb->query($wpdb->prepare("UPDATE ".$wpdb->prefix."options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1635 | 1635 | |
| 1636 | 1636 | } else {
|
| 1637 | 1637 | |
| 1638 | - $wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1638 | + $wpdb->query($wpdb->prepare("INSERT INTO ".$wpdb->prefix."options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1639 | 1639 | |
| 1640 | 1640 | } |
| 1641 | 1641 | |
@@ -1669,14 +1669,14 @@ discard block |
||
| 1669 | 1669 | |
| 1670 | 1670 | global $wpdb, $table_prefix; |
| 1671 | 1671 | |
| 1672 | - $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
|
|
| 1672 | + $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s", array($slug)));
|
|
| 1673 | 1673 | |
| 1674 | 1674 | if ($slug_exists) {
|
| 1675 | 1675 | |
| 1676 | 1676 | $suffix = 1; |
| 1677 | 1677 | do {
|
| 1678 | - $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1679 | - $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1678 | + $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1))."-$suffix"; |
|
| 1679 | + $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1680 | 1680 | $suffix++; |
| 1681 | 1681 | } while ($location_slug_check && $suffix < 100); |
| 1682 | 1682 | |
@@ -1730,7 +1730,7 @@ discard block |
||
| 1730 | 1730 | |
| 1731 | 1731 | $suffix = 1; |
| 1732 | 1732 | do {
|
| 1733 | - $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1733 | + $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1))."-$suffix"; |
|
| 1734 | 1734 | |
| 1735 | 1735 | /** This action is documented in geodirectory_hooks_actions.php */ |
| 1736 | 1736 | $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
|
@@ -1742,7 +1742,7 @@ discard block |
||
| 1742 | 1742 | |
| 1743 | 1743 | //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
|
| 1744 | 1744 | |
| 1745 | - $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1745 | + $wpdb->query($wpdb->prepare("UPDATE ".$table_prefix."terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1746 | 1746 | |
| 1747 | 1747 | } |
| 1748 | 1748 | |
@@ -1751,18 +1751,18 @@ discard block |
||
| 1751 | 1751 | $post_type = !empty($taxonomy_obj) ? $taxonomy_obj->object_type[0] : NULL; |
| 1752 | 1752 | |
| 1753 | 1753 | $post_types = geodir_get_posttypes(); |
| 1754 | - if ($post_type && in_array($post_type, $post_types) && $post_type . '_tags' == $taxonomy) {
|
|
| 1755 | - $posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM " . $wpdb->term_relationships . " WHERE term_taxonomy_id = %d", array($tt_id)));
|
|
| 1754 | + if ($post_type && in_array($post_type, $post_types) && $post_type.'_tags' == $taxonomy) {
|
|
| 1755 | + $posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM ".$wpdb->term_relationships." WHERE term_taxonomy_id = %d", array($tt_id)));
|
|
| 1756 | 1756 | |
| 1757 | 1757 | if (!empty($posts_obj)) {
|
| 1758 | 1758 | foreach ($posts_obj as $post_obj) {
|
| 1759 | 1759 | $post_id = $post_obj->object_id; |
| 1760 | 1760 | |
| 1761 | - $raw_tags = wp_get_object_terms($post_id, $post_type . '_tags', array('fields' => 'names'));
|
|
| 1761 | + $raw_tags = wp_get_object_terms($post_id, $post_type.'_tags', array('fields' => 'names'));
|
|
| 1762 | 1762 | $post_tags = !empty($raw_tags) ? implode(',', $raw_tags) : '';
|
| 1763 | 1763 | |
| 1764 | - $listing_table = $plugin_prefix . $post_type . '_detail'; |
|
| 1765 | - $wpdb->query($wpdb->prepare("UPDATE " . $listing_table . " SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
|
|
| 1764 | + $listing_table = $plugin_prefix.$post_type.'_detail'; |
|
| 1765 | + $wpdb->query($wpdb->prepare("UPDATE ".$listing_table." SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
|
|
| 1766 | 1766 | } |
| 1767 | 1767 | } |
| 1768 | 1768 | } |
@@ -1796,7 +1796,7 @@ discard block |
||
| 1796 | 1796 | if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
| 1797 | 1797 | return $slug_exists = true; |
| 1798 | 1798 | |
| 1799 | - if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1799 | + if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1800 | 1800 | return $slug_exists = true; |
| 1801 | 1801 | |
| 1802 | 1802 | return $slug_exists; |
@@ -1836,43 +1836,43 @@ discard block |
||
| 1836 | 1836 | |
| 1837 | 1837 | |
| 1838 | 1838 | $gd_page = ''; |
| 1839 | - if(geodir_is_page('home')){
|
|
| 1839 | + if (geodir_is_page('home')) {
|
|
| 1840 | 1840 | $gd_page = 'home'; |
| 1841 | 1841 | $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
|
| 1842 | 1842 | } |
| 1843 | - elseif(geodir_is_page('detail')){
|
|
| 1843 | + elseif (geodir_is_page('detail')) {
|
|
| 1844 | 1844 | $gd_page = 'detail'; |
| 1845 | 1845 | $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
|
| 1846 | 1846 | } |
| 1847 | - elseif(geodir_is_page('pt')){
|
|
| 1847 | + elseif (geodir_is_page('pt')) {
|
|
| 1848 | 1848 | $gd_page = 'pt'; |
| 1849 | 1849 | $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
|
| 1850 | 1850 | } |
| 1851 | - elseif(geodir_is_page('listing')){
|
|
| 1851 | + elseif (geodir_is_page('listing')) {
|
|
| 1852 | 1852 | $gd_page = 'listing'; |
| 1853 | 1853 | $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
|
| 1854 | 1854 | } |
| 1855 | - elseif(geodir_is_page('location')){
|
|
| 1855 | + elseif (geodir_is_page('location')) {
|
|
| 1856 | 1856 | $gd_page = 'location'; |
| 1857 | 1857 | $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
|
| 1858 | 1858 | } |
| 1859 | - elseif(geodir_is_page('search')){
|
|
| 1859 | + elseif (geodir_is_page('search')) {
|
|
| 1860 | 1860 | $gd_page = 'search'; |
| 1861 | 1861 | $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
|
| 1862 | 1862 | } |
| 1863 | - elseif(geodir_is_page('add-listing')){
|
|
| 1863 | + elseif (geodir_is_page('add-listing')) {
|
|
| 1864 | 1864 | $gd_page = 'add-listing'; |
| 1865 | 1865 | $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
|
| 1866 | 1866 | } |
| 1867 | - elseif(geodir_is_page('author')){
|
|
| 1867 | + elseif (geodir_is_page('author')) {
|
|
| 1868 | 1868 | $gd_page = 'author'; |
| 1869 | 1869 | $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
|
| 1870 | 1870 | } |
| 1871 | - elseif(geodir_is_page('login')){
|
|
| 1871 | + elseif (geodir_is_page('login')) {
|
|
| 1872 | 1872 | $gd_page = 'login'; |
| 1873 | 1873 | $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
|
| 1874 | 1874 | } |
| 1875 | - elseif(geodir_is_page('listing-success')){
|
|
| 1875 | + elseif (geodir_is_page('listing-success')) {
|
|
| 1876 | 1876 | $gd_page = 'listing-success'; |
| 1877 | 1877 | $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
|
| 1878 | 1878 | } |
@@ -1904,12 +1904,12 @@ discard block |
||
| 1904 | 1904 | |
| 1905 | 1905 | if (!get_option('geodir_set_post_attachments')) {
|
| 1906 | 1906 | |
| 1907 | - require_once(ABSPATH . 'wp-admin/includes/image.php'); |
|
| 1908 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1907 | + require_once(ABSPATH.'wp-admin/includes/image.php'); |
|
| 1908 | + require_once(ABSPATH.'wp-admin/includes/file.php'); |
|
| 1909 | 1909 | |
| 1910 | 1910 | $all_postypes = geodir_get_posttypes(); |
| 1911 | 1911 | |
| 1912 | - foreach($all_postypes as $post_type){
|
|
| 1912 | + foreach ($all_postypes as $post_type) {
|
|
| 1913 | 1913 | $args = array( |
| 1914 | 1914 | 'posts_per_page' => -1, |
| 1915 | 1915 | 'post_type' => $post_type, |
@@ -2003,7 +2003,7 @@ discard block |
||
| 2003 | 2003 | {
|
| 2004 | 2004 | $user_id = get_current_user_id(); |
| 2005 | 2005 | |
| 2006 | - if(!$user_id){return $post;}
|
|
| 2006 | + if (!$user_id) {return $post; }
|
|
| 2007 | 2007 | |
| 2008 | 2008 | $gd_post_types = geodir_get_posttypes(); |
| 2009 | 2009 | |
@@ -2112,7 +2112,7 @@ discard block |
||
| 2112 | 2112 | |
| 2113 | 2113 | if (array_key_exists('post_video', $tabs_arr)) {
|
| 2114 | 2114 | |
| 2115 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2115 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from ".GEODIR_CUSTOM_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2116 | 2116 | |
| 2117 | 2117 | if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
| 2118 | 2118 | $tabs_arr['post_video']['heading_text'] = $field_title; |
@@ -2120,7 +2120,7 @@ discard block |
||
| 2120 | 2120 | |
| 2121 | 2121 | if (array_key_exists('special_offers', $tabs_arr)) {
|
| 2122 | 2122 | |
| 2123 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2123 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from ".GEODIR_CUSTOM_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2124 | 2124 | |
| 2125 | 2125 | if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
| 2126 | 2126 | $tabs_arr['special_offers']['heading_text'] = $field_title; |
@@ -2141,7 +2141,7 @@ discard block |
||
| 2141 | 2141 | */ |
| 2142 | 2142 | function geodir_remove_template_redirect_actions() |
| 2143 | 2143 | {
|
| 2144 | - if (geodir_is_page('login')){
|
|
| 2144 | + if (geodir_is_page('login')) {
|
|
| 2145 | 2145 | remove_all_actions('template_redirect');
|
| 2146 | 2146 | remove_action('init', 'avia_modify_front', 10);
|
| 2147 | 2147 | } |
@@ -2188,25 +2188,25 @@ discard block |
||
| 2188 | 2188 | $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : ''; |
| 2189 | 2189 | |
| 2190 | 2190 | $wpdb->query( |
| 2191 | - $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
|
|
| 2191 | + $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = %d AND file=%s ",
|
|
| 2192 | 2192 | array($post_id, $split_img_file_path) |
| 2193 | 2193 | ) |
| 2194 | 2194 | ); |
| 2195 | 2195 | |
| 2196 | 2196 | $attachment_data = $wpdb->get_row( |
| 2197 | - $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
|
|
| 2197 | + $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id=%d",
|
|
| 2198 | 2198 | array($post_id) |
| 2199 | 2199 | ) |
| 2200 | 2200 | ); |
| 2201 | 2201 | |
| 2202 | 2202 | if (!empty($attachment_data)) {
|
| 2203 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2203 | + $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
|
|
| 2204 | 2204 | } |
| 2205 | 2205 | |
| 2206 | 2206 | |
| 2207 | - $table_name = $plugin_prefix . $post_type . '_detail'; |
|
| 2207 | + $table_name = $plugin_prefix.$post_type.'_detail'; |
|
| 2208 | 2208 | |
| 2209 | - $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2209 | + $wpdb->query("UPDATE ".$table_name." SET featured_image='' WHERE post_id =".$post_id);
|
|
| 2210 | 2210 | |
| 2211 | 2211 | geodir_set_wp_featured_image($post_id); |
| 2212 | 2212 | |
@@ -2234,9 +2234,9 @@ discard block |
||
| 2234 | 2234 | |
| 2235 | 2235 | foreach ($all_postypes as $posttype) {
|
| 2236 | 2236 | |
| 2237 | - $tablename = $plugin_prefix . $posttype . '_detail'; |
|
| 2237 | + $tablename = $plugin_prefix.$posttype.'_detail'; |
|
| 2238 | 2238 | |
| 2239 | - $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
|
|
| 2239 | + $get_post_data = $wpdb->get_results("SELECT post_id FROM ".$tablename);
|
|
| 2240 | 2240 | |
| 2241 | 2241 | if (!empty($get_post_data)) {
|
| 2242 | 2242 | |
@@ -2244,7 +2244,7 @@ discard block |
||
| 2244 | 2244 | |
| 2245 | 2245 | $post_id = $data->post_id; |
| 2246 | 2246 | |
| 2247 | - $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
|
|
| 2247 | + $attachment_data = $wpdb->get_results("SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id =".$post_id." AND file!=''");
|
|
| 2248 | 2248 | |
| 2249 | 2249 | if (!empty($attachment_data)) {
|
| 2250 | 2250 | |
@@ -2261,22 +2261,22 @@ discard block |
||
| 2261 | 2261 | |
| 2262 | 2262 | $file_name = $file_info['basename']; |
| 2263 | 2263 | |
| 2264 | - $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name; |
|
| 2264 | + $img_arr['path'] = $uploads_path.$sub_dir.'/'.$file_name; |
|
| 2265 | 2265 | |
| 2266 | 2266 | if (!file_exists($img_arr['path'])) {
|
| 2267 | 2267 | |
| 2268 | - $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
|
|
| 2268 | + $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE ID=".$attach->ID);
|
|
| 2269 | 2269 | |
| 2270 | 2270 | } |
| 2271 | 2271 | |
| 2272 | 2272 | } |
| 2273 | 2273 | |
| 2274 | - $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
|
|
| 2274 | + $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id=".$post_id." GROUP BY post_id");
|
|
| 2275 | 2275 | |
| 2276 | 2276 | if (!empty($attachment_data)) {
|
| 2277 | 2277 | |
| 2278 | 2278 | if ($attachment_data->ID) |
| 2279 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2279 | + $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
|
|
| 2280 | 2280 | |
| 2281 | 2281 | } else {
|
| 2282 | 2282 | |
@@ -2290,7 +2290,7 @@ discard block |
||
| 2290 | 2290 | |
| 2291 | 2291 | } |
| 2292 | 2292 | |
| 2293 | - $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2293 | + $wpdb->query("UPDATE ".$tablename." SET featured_image='' WHERE post_id =".$post_id);
|
|
| 2294 | 2294 | |
| 2295 | 2295 | geodir_set_wp_featured_image($post_id); |
| 2296 | 2296 | |
@@ -2319,7 +2319,7 @@ discard block |
||
| 2319 | 2319 | {
|
| 2320 | 2320 | |
| 2321 | 2321 | if (!get_option('geodir_default_rating_star_icon')) {
|
| 2322 | - update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
|
|
| 2322 | + update_option('geodir_default_rating_star_icon', geodir_plugin_url().'/geodirectory-assets/images/stars.png');
|
|
| 2323 | 2323 | } |
| 2324 | 2324 | |
| 2325 | 2325 | } |
@@ -2336,10 +2336,10 @@ discard block |
||
| 2336 | 2336 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 2337 | 2337 | * @return array User listing count for each post type. |
| 2338 | 2338 | */ |
| 2339 | -function geodir_user_post_listing_count($user_id=null) |
|
| 2339 | +function geodir_user_post_listing_count($user_id = null) |
|
| 2340 | 2340 | {
|
| 2341 | 2341 | global $wpdb, $plugin_prefix, $current_user; |
| 2342 | - if(!$user_id){
|
|
| 2342 | + if (!$user_id) {
|
|
| 2343 | 2343 | $user_id = $current_user->ID; |
| 2344 | 2344 | } |
| 2345 | 2345 | |
@@ -2350,7 +2350,7 @@ discard block |
||
| 2350 | 2350 | $user_listing = array(); |
| 2351 | 2351 | if (is_array($all_posts) && !empty($all_posts)) {
|
| 2352 | 2352 | foreach ($all_posts as $ptype) {
|
| 2353 | - $total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2353 | + $total_posts = $wpdb->get_var("SELECT count( ID ) FROM ".$wpdb->prefix."posts WHERE post_author=".$user_id." AND post_type='".$ptype."' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2354 | 2354 | |
| 2355 | 2355 | if ($total_posts > 0) {
|
| 2356 | 2356 | $user_listing[$ptype] = $total_posts; |
@@ -2391,19 +2391,19 @@ discard block |
||
| 2391 | 2391 | |
| 2392 | 2392 | $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location); |
| 2393 | 2393 | //remove video and special offers if it is already set to show |
| 2394 | - if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
|
|
| 2394 | + if (isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']) {
|
|
| 2395 | 2395 | $unset_video = true; |
| 2396 | 2396 | } |
| 2397 | 2397 | |
| 2398 | - if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
|
|
| 2398 | + if (isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']) {
|
|
| 2399 | 2399 | $unset_special_offers = true; |
| 2400 | 2400 | } |
| 2401 | - if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
|
|
| 2402 | - foreach($custom_fields as $key => $custom_field){
|
|
| 2403 | - if($custom_field['name']=='geodir_video' && isset($unset_video)){
|
|
| 2401 | + if (isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)) {
|
|
| 2402 | + foreach ($custom_fields as $key => $custom_field) {
|
|
| 2403 | + if ($custom_field['name'] == 'geodir_video' && isset($unset_video)) {
|
|
| 2404 | 2404 | unset($custom_fields[$key]); |
| 2405 | 2405 | } |
| 2406 | - if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
|
|
| 2406 | + if ($custom_field['name'] == 'geodir_special_offers' && isset($unset_special_offers)) {
|
|
| 2407 | 2407 | unset($custom_fields[$key]); |
| 2408 | 2408 | } |
| 2409 | 2409 | } |
@@ -2420,7 +2420,7 @@ discard block |
||
| 2420 | 2420 | $post->{$field_name} = $_REQUEST[$field_name];
|
| 2421 | 2421 | } |
| 2422 | 2422 | |
| 2423 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2423 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file', 'address', 'taxonomy'))) {
|
|
| 2424 | 2424 | if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
| 2425 | 2425 | continue; |
| 2426 | 2426 | } |
@@ -2453,7 +2453,7 @@ discard block |
||
| 2453 | 2453 | $post->{$field_name} = $_REQUEST[$field_name];
|
| 2454 | 2454 | } |
| 2455 | 2455 | |
| 2456 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2456 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file', 'address', 'taxonomy'))) {
|
|
| 2457 | 2457 | $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title']; |
| 2458 | 2458 | $site_title = trim($field['site_title']); |
| 2459 | 2459 | $type = $field; |
@@ -2469,21 +2469,21 @@ discard block |
||
| 2469 | 2469 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 2470 | 2470 | $variables_array['value'] = ''; |
| 2471 | 2471 | $variables_array['value'] = $post->{$type['htmlvar_name']};
|
| 2472 | - }else{
|
|
| 2472 | + } else {
|
|
| 2473 | 2473 | $i = 0; |
| 2474 | 2474 | $fieldset_count++; |
| 2475 | 2475 | $field_set_start = 1; |
| 2476 | - $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count; |
|
| 2476 | + $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_'.$fieldset_count; |
|
| 2477 | 2477 | $fieldset_arr[$fieldset_count]['label'] = $label; |
| 2478 | 2478 | } |
| 2479 | 2479 | |
| 2480 | 2480 | |
| 2481 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 2481 | + if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
|
|
| 2482 | 2482 | $type = stripslashes_deep($type); // strip slashes |
| 2483 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 2483 | + if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
|
|
| 2484 | 2484 | $html = ''; |
| 2485 | 2485 | $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
| 2486 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 2486 | + if ($html_var == 'post') {$html_var = 'post_address'; }
|
|
| 2487 | 2487 | $field_icon = geodir_field_icon_proccess($type); |
| 2488 | 2488 | $filed_type = $type['type']; |
| 2489 | 2489 | |
@@ -2496,7 +2496,7 @@ discard block |
||
| 2496 | 2496 | * @param string $fields_location The location the field is to be show. |
| 2497 | 2497 | * @param array $type The array of field values. |
| 2498 | 2498 | */ |
| 2499 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 2499 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
|
|
| 2500 | 2500 | |
| 2501 | 2501 | |
| 2502 | 2502 | /** |
@@ -2542,7 +2542,7 @@ discard block |
||
| 2542 | 2542 | * @param string $htmlvar_name The field HTML var name. |
| 2543 | 2543 | */ |
| 2544 | 2544 | 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
|
| 2545 | - 'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>' |
|
| 2545 | + 'tab_content' => '<div class="geodir-company_info field-group xxx">'.$fieldset_html.'</div>' |
|
| 2546 | 2546 | ); |
| 2547 | 2547 | } |
| 2548 | 2548 | } else {
|
@@ -2604,7 +2604,7 @@ discard block |
||
| 2604 | 2604 | } |
| 2605 | 2605 | $status .= ")</strong>"; |
| 2606 | 2606 | |
| 2607 | - $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
|
|
| 2607 | + $html = '<span class="geodir-post-status">'.$status_icon.' <font class="geodir-status-label">'.__('Status: ', 'geodirectory').'</font>'.$status.'</span>';
|
|
| 2608 | 2608 | } |
| 2609 | 2609 | } |
| 2610 | 2610 | |
@@ -2688,7 +2688,7 @@ discard block |
||
| 2688 | 2688 | function geodir_no_rating_comment_text($content, $comment = '') |
| 2689 | 2689 | {
|
| 2690 | 2690 | if (!is_admin()) {
|
| 2691 | - return '<div class="description">' . $content . '</div>'; |
|
| 2691 | + return '<div class="description">'.$content.'</div>'; |
|
| 2692 | 2692 | } else {
|
| 2693 | 2693 | return $content; |
| 2694 | 2694 | } |
@@ -2766,7 +2766,7 @@ discard block |
||
| 2766 | 2766 | $classes[] = 'gd-no-rating'; |
| 2767 | 2767 | } |
| 2768 | 2768 | |
| 2769 | - $classes[] = 'gd-map-' . geodir_map_name(); |
|
| 2769 | + $classes[] = 'gd-map-'.geodir_map_name(); |
|
| 2770 | 2770 | |
| 2771 | 2771 | return $classes; |
| 2772 | 2772 | } |
@@ -2786,7 +2786,7 @@ discard block |
||
| 2786 | 2786 | $class .= ' gd-no-rating'; |
| 2787 | 2787 | } |
| 2788 | 2788 | |
| 2789 | - $class .= ' gd-map-' . geodir_map_name(); |
|
| 2789 | + $class .= ' gd-map-'.geodir_map_name(); |
|
| 2790 | 2790 | |
| 2791 | 2791 | return $class; |
| 2792 | 2792 | } |
@@ -2821,7 +2821,7 @@ discard block |
||
| 2821 | 2821 | * @return array Translation texts. |
| 2822 | 2822 | */ |
| 2823 | 2823 | function geodir_load_gd_options_text_translation($translation_texts = array()) {
|
| 2824 | - $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array(); |
|
| 2824 | + $translation_texts = !empty($translation_texts) && is_array($translation_texts) ? $translation_texts : array(); |
|
| 2825 | 2825 | |
| 2826 | 2826 | $gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
|
| 2827 | 2827 | |
@@ -2887,17 +2887,17 @@ discard block |
||
| 2887 | 2887 | * @param array $args The array of menu arguments. |
| 2888 | 2888 | * @return array The modified arguments. |
| 2889 | 2889 | */ |
| 2890 | -function geodir_add_nav_menu_class( $args ) |
|
| 2890 | +function geodir_add_nav_menu_class($args) |
|
| 2891 | 2891 | {
|
| 2892 | 2892 | |
| 2893 | - if(isset($args['menu_class'])){
|
|
| 2893 | + if (isset($args['menu_class'])) {
|
|
| 2894 | 2894 | $args['menu_class'] = $args['menu_class']." gd-menu-z"; |
| 2895 | 2895 | } |
| 2896 | 2896 | |
| 2897 | 2897 | return $args; |
| 2898 | 2898 | } |
| 2899 | 2899 | |
| 2900 | -add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' ); |
|
| 2900 | +add_filter('wp_nav_menu_args', 'geodir_add_nav_menu_class');
|
|
| 2901 | 2901 | |
| 2902 | 2902 | /** |
| 2903 | 2903 | * Filters WordPress locale ID. |
@@ -2968,7 +2968,7 @@ discard block |
||
| 2968 | 2968 | } |
| 2969 | 2969 | |
| 2970 | 2970 | if (!empty($keep_vars)) {
|
| 2971 | - foreach ( $languages as $code => $url) {
|
|
| 2971 | + foreach ($languages as $code => $url) {
|
|
| 2972 | 2972 | $filter_url = $url['url']; |
| 2973 | 2973 | |
| 2974 | 2974 | foreach ($keep_vars as $var) {
|
@@ -2988,4 +2988,4 @@ discard block |
||
| 2988 | 2988 | |
| 2989 | 2989 | return $languages; |
| 2990 | 2990 | } |
| 2991 | -add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 ); |
|
| 2992 | 2991 | \ No newline at end of file |
| 2992 | +add_filter('icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1); |
|
| 2993 | 2993 | \ No newline at end of file |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | */ |
| 20 | 20 | function geodir_get_ajax_url() |
| 21 | 21 | {
|
| 22 | - return admin_url('admin-ajax.php?action=geodir_ajax_action');
|
|
| 22 | + return admin_url('admin-ajax.php?action=geodir_ajax_action');
|
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | ///////////////////// |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | add_filter('query_vars', 'geodir_add_geodir_page_var');
|
| 88 | 88 | add_action('wp', 'geodir_add_page_id_in_query_var'); // problem fix in wordpress 3.8
|
| 89 | 89 | if (get_option('permalink_structure') != '')
|
| 90 | - add_filter('parse_request', 'geodir_set_location_var_in_session_in_core');
|
|
| 90 | + add_filter('parse_request', 'geodir_set_location_var_in_session_in_core');
|
|
| 91 | 91 | |
| 92 | 92 | add_filter('parse_query', 'geodir_modified_query');
|
| 93 | 93 | |
@@ -154,14 +154,14 @@ discard block |
||
| 154 | 154 | /* POST AND LOOP ACTIONS */ |
| 155 | 155 | //////////////////////// |
| 156 | 156 | if (!is_admin()) {
|
| 157 | - add_action('pre_get_posts', 'geodir_exclude_page', 100); /// Will help to exclude virtural page from everywhere
|
|
| 158 | - add_filter('wp_list_pages_excludes', 'exclude_from_wp_list_pages', 100);
|
|
| 159 | - /** Exclude Virtual Pages From Pages List **/ |
|
| 160 | - add_action('pre_get_posts', 'set_listing_request', 0);
|
|
| 161 | - add_action('pre_get_posts', 'geodir_listing_loop_filter', 1);
|
|
| 162 | - add_filter('excerpt_more', 'geodir_excerpt_more', 1000);
|
|
| 163 | - add_filter('excerpt_length', 'geodir_excerpt_length', 1000);
|
|
| 164 | - add_action('the_post', 'create_marker_jason_of_posts'); // Add marker in json array, Map related filter
|
|
| 157 | + add_action('pre_get_posts', 'geodir_exclude_page', 100); /// Will help to exclude virtural page from everywhere
|
|
| 158 | + add_filter('wp_list_pages_excludes', 'exclude_from_wp_list_pages', 100);
|
|
| 159 | + /** Exclude Virtual Pages From Pages List **/ |
|
| 160 | + add_action('pre_get_posts', 'set_listing_request', 0);
|
|
| 161 | + add_action('pre_get_posts', 'geodir_listing_loop_filter', 1);
|
|
| 162 | + add_filter('excerpt_more', 'geodir_excerpt_more', 1000);
|
|
| 163 | + add_filter('excerpt_length', 'geodir_excerpt_length', 1000);
|
|
| 164 | + add_action('the_post', 'create_marker_jason_of_posts'); // Add marker in json array, Map related filter
|
|
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | |
@@ -222,12 +222,12 @@ discard block |
||
| 222 | 222 | */ |
| 223 | 223 | function geodir_unset_prev_theme_nav_location($newname) |
| 224 | 224 | {
|
| 225 | - $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
|
|
| 226 | - if ($geodir_theme_location) {
|
|
| 227 | - update_option('geodir_theme_location_nav', $geodir_theme_location);
|
|
| 228 | - } else {
|
|
| 229 | - update_option('geodir_theme_location_nav', '');
|
|
| 230 | - } |
|
| 225 | + $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
|
|
| 226 | + if ($geodir_theme_location) {
|
|
| 227 | + update_option('geodir_theme_location_nav', $geodir_theme_location);
|
|
| 228 | + } else {
|
|
| 229 | + update_option('geodir_theme_location_nav', '');
|
|
| 230 | + } |
|
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | /// add action for theme switch to blank previous theme navigation location setting |
@@ -248,32 +248,32 @@ discard block |
||
| 248 | 248 | */ |
| 249 | 249 | function geodir_add_post_filters() |
| 250 | 250 | {
|
| 251 | - /** |
|
| 252 | - * Contains all function for filtering listing. |
|
| 253 | - * |
|
| 254 | - * @since 1.0.0 |
|
| 255 | - * @package GeoDirectory |
|
| 256 | - */ |
|
| 257 | - include_once('geodirectory-functions/listing_filters.php');
|
|
| 251 | + /** |
|
| 252 | + * Contains all function for filtering listing. |
|
| 253 | + * |
|
| 254 | + * @since 1.0.0 |
|
| 255 | + * @package GeoDirectory |
|
| 256 | + */ |
|
| 257 | + include_once('geodirectory-functions/listing_filters.php');
|
|
| 258 | 258 | } |
| 259 | 259 | |
| 260 | 260 | |
| 261 | 261 | if (!function_exists('geodir_init_defaults')) {
|
| 262 | - /** |
|
| 263 | - * Calls the function to register the GeoDirectory default CPT and taxonomies. |
|
| 264 | - * |
|
| 265 | - * @since 1.0.0 |
|
| 266 | - * @package GeoDirectory |
|
| 267 | - */ |
|
| 268 | - function geodir_init_defaults() |
|
| 269 | - {
|
|
| 270 | - if (function_exists('geodir_register_defaults')) {
|
|
| 262 | + /** |
|
| 263 | + * Calls the function to register the GeoDirectory default CPT and taxonomies. |
|
| 264 | + * |
|
| 265 | + * @since 1.0.0 |
|
| 266 | + * @package GeoDirectory |
|
| 267 | + */ |
|
| 268 | + function geodir_init_defaults() |
|
| 269 | + {
|
|
| 270 | + if (function_exists('geodir_register_defaults')) {
|
|
| 271 | 271 | |
| 272 | - geodir_register_defaults(); |
|
| 272 | + geodir_register_defaults(); |
|
| 273 | 273 | |
| 274 | - } |
|
| 274 | + } |
|
| 275 | 275 | |
| 276 | - } |
|
| 276 | + } |
|
| 277 | 277 | } |
| 278 | 278 | |
| 279 | 279 | |
@@ -295,26 +295,26 @@ discard block |
||
| 295 | 295 | // CALLED ON 'sidebars_widgets' FILTER |
| 296 | 296 | |
| 297 | 297 | if (!function_exists('geodir_restrict_widget')) {
|
| 298 | - /** |
|
| 299 | - * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page. |
|
| 300 | - * |
|
| 301 | - * @global bool $is_listing Sets the global value to true if on a GD category page. False if not. |
|
| 302 | - * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not. |
|
| 303 | - * @since 1.0.0 |
|
| 304 | - * @package GeoDirectory |
|
| 305 | - */ |
|
| 306 | - function geodir_restrict_widget() |
|
| 307 | - {
|
|
| 308 | - global $is_listing, $is_single_place; |
|
| 298 | + /** |
|
| 299 | + * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page. |
|
| 300 | + * |
|
| 301 | + * @global bool $is_listing Sets the global value to true if on a GD category page. False if not. |
|
| 302 | + * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not. |
|
| 303 | + * @since 1.0.0 |
|
| 304 | + * @package GeoDirectory |
|
| 305 | + */ |
|
| 306 | + function geodir_restrict_widget() |
|
| 307 | + {
|
|
| 308 | + global $is_listing, $is_single_place; |
|
| 309 | 309 | |
| 310 | - // set is listing |
|
| 311 | - (geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
|
|
| 310 | + // set is listing |
|
| 311 | + (geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
|
|
| 312 | 312 | |
| 313 | - // set is single place |
|
| 314 | - (geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
|
|
| 313 | + // set is single place |
|
| 314 | + (geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
|
|
| 315 | 315 | |
| 316 | 316 | |
| 317 | - } |
|
| 317 | + } |
|
| 318 | 318 | } |
| 319 | 319 | |
| 320 | 320 | |
@@ -335,31 +335,31 @@ discard block |
||
| 335 | 335 | */ |
| 336 | 336 | function geodir_detail_page_sidebar_content_sorting() |
| 337 | 337 | {
|
| 338 | - $arr_detail_page_sidebar_content = |
|
| 339 | - /** |
|
| 340 | - * An array of functions to be called to be displayed on the details (post) page sidebar. |
|
| 341 | - * |
|
| 342 | - * This filter can be used to remove sections of the details page sidebar, |
|
| 343 | - * add new sections or rearrange the order of the sections. |
|
| 344 | - * |
|
| 345 | - * @param array array('geodir_social_sharing_buttons','geodir_share_this_button','geodir_detail_page_google_analytics','geodir_edit_post_link','geodir_detail_page_review_rating','geodir_detail_page_more_info') The array of functions that will be called.
|
|
| 346 | - * @since 1.0.0 |
|
| 347 | - */ |
|
| 348 | - apply_filters('geodir_detail_page_sidebar_content',
|
|
| 349 | - array('geodir_social_sharing_buttons',
|
|
| 350 | - 'geodir_detail_page_google_analytics', |
|
| 351 | - 'geodir_edit_post_link', |
|
| 352 | - 'geodir_detail_page_review_rating', |
|
| 353 | - 'geodir_detail_page_more_info' |
|
| 354 | - ) // end of array |
|
| 355 | - ); // end of apply filter |
|
| 356 | - if (!empty($arr_detail_page_sidebar_content)) {
|
|
| 357 | - foreach ($arr_detail_page_sidebar_content as $content_function) {
|
|
| 358 | - if (function_exists($content_function)) {
|
|
| 359 | - add_action('geodir_detail_page_sidebar', $content_function);
|
|
| 360 | - } |
|
| 361 | - } |
|
| 362 | - } |
|
| 338 | + $arr_detail_page_sidebar_content = |
|
| 339 | + /** |
|
| 340 | + * An array of functions to be called to be displayed on the details (post) page sidebar. |
|
| 341 | + * |
|
| 342 | + * This filter can be used to remove sections of the details page sidebar, |
|
| 343 | + * add new sections or rearrange the order of the sections. |
|
| 344 | + * |
|
| 345 | + * @param array array('geodir_social_sharing_buttons','geodir_share_this_button','geodir_detail_page_google_analytics','geodir_edit_post_link','geodir_detail_page_review_rating','geodir_detail_page_more_info') The array of functions that will be called.
|
|
| 346 | + * @since 1.0.0 |
|
| 347 | + */ |
|
| 348 | + apply_filters('geodir_detail_page_sidebar_content',
|
|
| 349 | + array('geodir_social_sharing_buttons',
|
|
| 350 | + 'geodir_detail_page_google_analytics', |
|
| 351 | + 'geodir_edit_post_link', |
|
| 352 | + 'geodir_detail_page_review_rating', |
|
| 353 | + 'geodir_detail_page_more_info' |
|
| 354 | + ) // end of array |
|
| 355 | + ); // end of apply filter |
|
| 356 | + if (!empty($arr_detail_page_sidebar_content)) {
|
|
| 357 | + foreach ($arr_detail_page_sidebar_content as $content_function) {
|
|
| 358 | + if (function_exists($content_function)) {
|
|
| 359 | + add_action('geodir_detail_page_sidebar', $content_function);
|
|
| 360 | + } |
|
| 361 | + } |
|
| 362 | + } |
|
| 363 | 363 | } |
| 364 | 364 | |
| 365 | 365 | add_action('geodir_after_edit_post_link', 'geodir_add_to_favourite_link', 1);
|
@@ -374,14 +374,14 @@ discard block |
||
| 374 | 374 | */ |
| 375 | 375 | function geodir_add_to_favourite_link() |
| 376 | 376 | {
|
| 377 | - global $post, $preview; |
|
| 378 | - if (!$preview && geodir_is_page('detail')) {
|
|
| 379 | - ?> |
|
| 377 | + global $post, $preview; |
|
| 378 | + if (!$preview && geodir_is_page('detail')) {
|
|
| 379 | + ?> |
|
| 380 | 380 | <p class="edit_link"> |
| 381 | 381 | <?php geodir_favourite_html($post->post_author, $post->ID); ?> |
| 382 | 382 | </p> |
| 383 | 383 | <?php |
| 384 | - } |
|
| 384 | + } |
|
| 385 | 385 | } |
| 386 | 386 | |
| 387 | 387 | /** |
@@ -395,41 +395,41 @@ discard block |
||
| 395 | 395 | */ |
| 396 | 396 | function geodir_social_sharing_buttons() |
| 397 | 397 | {
|
| 398 | - global $preview; |
|
| 399 | - ob_start(); // Start buffering; |
|
| 400 | - /** |
|
| 401 | - * This action is called before the social buttons twitter,facebook and google plus are output in a containing div. |
|
| 402 | - * |
|
| 403 | - * @since 1.0.0 |
|
| 404 | - */ |
|
| 405 | - do_action('geodir_before_social_sharing_buttons');
|
|
| 406 | - if (!$preview) {
|
|
| 407 | - ?> |
|
| 398 | + global $preview; |
|
| 399 | + ob_start(); // Start buffering; |
|
| 400 | + /** |
|
| 401 | + * This action is called before the social buttons twitter,facebook and google plus are output in a containing div. |
|
| 402 | + * |
|
| 403 | + * @since 1.0.0 |
|
| 404 | + */ |
|
| 405 | + do_action('geodir_before_social_sharing_buttons');
|
|
| 406 | + if (!$preview) {
|
|
| 407 | + ?> |
|
| 408 | 408 | <div class="likethis"> |
| 409 | 409 | <?php geodir_twitter_tweet_button(); ?> |
| 410 | 410 | <?php geodir_fb_like_button(); ?> |
| 411 | 411 | <?php geodir_google_plus_button(); ?> |
| 412 | 412 | </div> |
| 413 | 413 | <?php |
| 414 | - }// end of if, if its a preview or not |
|
| 415 | - |
|
| 416 | - /** |
|
| 417 | - * This action is called after the social buttons twitter,facebook and google plus are output in a containing div. |
|
| 418 | - * |
|
| 419 | - * @since 1.0.0 |
|
| 420 | - */ |
|
| 421 | - do_action('geodir_after_social_sharing_buttons');
|
|
| 422 | - $content_html = ob_get_clean(); |
|
| 423 | - if (trim($content_html) != '') |
|
| 424 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 425 | - if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 426 | - /** |
|
| 427 | - * Filter the geodir_social_sharing_buttons() function content. |
|
| 428 | - * |
|
| 429 | - * @param string $content_html The output html of the geodir_social_sharing_buttons() function. |
|
| 430 | - */ |
|
| 431 | - echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
|
|
| 432 | - } |
|
| 414 | + }// end of if, if its a preview or not |
|
| 415 | + |
|
| 416 | + /** |
|
| 417 | + * This action is called after the social buttons twitter,facebook and google plus are output in a containing div. |
|
| 418 | + * |
|
| 419 | + * @since 1.0.0 |
|
| 420 | + */ |
|
| 421 | + do_action('geodir_after_social_sharing_buttons');
|
|
| 422 | + $content_html = ob_get_clean(); |
|
| 423 | + if (trim($content_html) != '') |
|
| 424 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 425 | + if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 426 | + /** |
|
| 427 | + * Filter the geodir_social_sharing_buttons() function content. |
|
| 428 | + * |
|
| 429 | + * @param string $content_html The output html of the geodir_social_sharing_buttons() function. |
|
| 430 | + */ |
|
| 431 | + echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
|
|
| 432 | + } |
|
| 433 | 433 | |
| 434 | 434 | |
| 435 | 435 | } |
@@ -447,46 +447,46 @@ discard block |
||
| 447 | 447 | */ |
| 448 | 448 | function geodir_edit_post_link() |
| 449 | 449 | {
|
| 450 | - global $post, $preview; |
|
| 451 | - ob_start(); // Start buffering; |
|
| 452 | - /** |
|
| 453 | - * This is called before the edit post link html in the function geodir_edit_post_link() |
|
| 454 | - * |
|
| 455 | - * @since 1.0.0 |
|
| 456 | - */ |
|
| 457 | - do_action('geodir_before_edit_post_link');
|
|
| 458 | - if (!$preview) {
|
|
| 459 | - $is_current_user_owner = geodir_listing_belong_to_current_user(); |
|
| 450 | + global $post, $preview; |
|
| 451 | + ob_start(); // Start buffering; |
|
| 452 | + /** |
|
| 453 | + * This is called before the edit post link html in the function geodir_edit_post_link() |
|
| 454 | + * |
|
| 455 | + * @since 1.0.0 |
|
| 456 | + */ |
|
| 457 | + do_action('geodir_before_edit_post_link');
|
|
| 458 | + if (!$preview) {
|
|
| 459 | + $is_current_user_owner = geodir_listing_belong_to_current_user(); |
|
| 460 | 460 | |
| 461 | - if ($is_current_user_owner) {
|
|
| 462 | - $post_id = $post->ID; |
|
| 461 | + if ($is_current_user_owner) {
|
|
| 462 | + $post_id = $post->ID; |
|
| 463 | 463 | |
| 464 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 465 | - $post_id = (int)$_REQUEST['pid']; |
|
| 466 | - } |
|
| 464 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 465 | + $post_id = (int)$_REQUEST['pid']; |
|
| 466 | + } |
|
| 467 | 467 | |
| 468 | - $postlink = get_permalink(geodir_add_listing_page_id()); |
|
| 469 | - $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
|
|
| 470 | - echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
|
|
| 471 | - } |
|
| 472 | - }// end of if, if its a preview or not |
|
| 473 | - /** |
|
| 474 | - * This is called after the edit post link html in the function geodir_edit_post_link() |
|
| 475 | - * |
|
| 476 | - * @since 1.0.0 |
|
| 477 | - */ |
|
| 478 | - do_action('geodir_after_edit_post_link');
|
|
| 479 | - $content_html = ob_get_clean(); |
|
| 480 | - if (trim($content_html) != '') |
|
| 481 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 482 | - if ((int)get_option('geodir_disable_user_links_section') != 1) {
|
|
| 483 | - /** |
|
| 484 | - * Filter the geodir_edit_post_link() function content. |
|
| 485 | - * |
|
| 486 | - * @param string $content_html The output html of the geodir_edit_post_link() function. |
|
| 487 | - */ |
|
| 488 | - echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
|
|
| 489 | - } |
|
| 468 | + $postlink = get_permalink(geodir_add_listing_page_id()); |
|
| 469 | + $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
|
|
| 470 | + echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
|
|
| 471 | + } |
|
| 472 | + }// end of if, if its a preview or not |
|
| 473 | + /** |
|
| 474 | + * This is called after the edit post link html in the function geodir_edit_post_link() |
|
| 475 | + * |
|
| 476 | + * @since 1.0.0 |
|
| 477 | + */ |
|
| 478 | + do_action('geodir_after_edit_post_link');
|
|
| 479 | + $content_html = ob_get_clean(); |
|
| 480 | + if (trim($content_html) != '') |
|
| 481 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 482 | + if ((int)get_option('geodir_disable_user_links_section') != 1) {
|
|
| 483 | + /** |
|
| 484 | + * Filter the geodir_edit_post_link() function content. |
|
| 485 | + * |
|
| 486 | + * @param string $content_html The output html of the geodir_edit_post_link() function. |
|
| 487 | + */ |
|
| 488 | + echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
|
|
| 489 | + } |
|
| 490 | 490 | } |
| 491 | 491 | |
| 492 | 492 | /** |
@@ -500,42 +500,42 @@ discard block |
||
| 500 | 500 | */ |
| 501 | 501 | function geodir_detail_page_google_analytics() |
| 502 | 502 | {
|
| 503 | - global $post,$preview; |
|
| 504 | - if($preview){return '';}
|
|
| 505 | - $package_info = array(); |
|
| 506 | - $package_info = geodir_post_package_info($package_info, $post); |
|
| 503 | + global $post,$preview; |
|
| 504 | + if($preview){return '';}
|
|
| 505 | + $package_info = array(); |
|
| 506 | + $package_info = geodir_post_package_info($package_info, $post); |
|
| 507 | 507 | |
| 508 | - $id = trim(get_option('geodir_ga_account_id'));
|
|
| 508 | + $id = trim(get_option('geodir_ga_account_id'));
|
|
| 509 | 509 | |
| 510 | - if (!$id) {
|
|
| 511 | - return; //if no Google Analytics ID then bail. |
|
| 512 | - } |
|
| 510 | + if (!$id) {
|
|
| 511 | + return; //if no Google Analytics ID then bail. |
|
| 512 | + } |
|
| 513 | 513 | |
| 514 | - ob_start(); // Start buffering; |
|
| 515 | - /** |
|
| 516 | - * This is called before the edit post link html in the function geodir_detail_page_google_analytics() |
|
| 517 | - * |
|
| 518 | - * @since 1.0.0 |
|
| 519 | - */ |
|
| 520 | - do_action('geodir_before_google_analytics');
|
|
| 514 | + ob_start(); // Start buffering; |
|
| 515 | + /** |
|
| 516 | + * This is called before the edit post link html in the function geodir_detail_page_google_analytics() |
|
| 517 | + * |
|
| 518 | + * @since 1.0.0 |
|
| 519 | + */ |
|
| 520 | + do_action('geodir_before_google_analytics');
|
|
| 521 | 521 | |
| 522 | - $refresh_time = get_option('geodir_ga_refresh_time', 5);
|
|
| 523 | - /** |
|
| 524 | - * Filter the time interval to check & refresh new users results. |
|
| 525 | - * |
|
| 526 | - * @since 1.5.9 |
|
| 527 | - * |
|
| 528 | - * @param int $refresh_time Time interval to check & refresh new users results. |
|
| 529 | - */ |
|
| 530 | - $refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
|
|
| 531 | - $refresh_time = absint($refresh_time * 1000); |
|
| 522 | + $refresh_time = get_option('geodir_ga_refresh_time', 5);
|
|
| 523 | + /** |
|
| 524 | + * Filter the time interval to check & refresh new users results. |
|
| 525 | + * |
|
| 526 | + * @since 1.5.9 |
|
| 527 | + * |
|
| 528 | + * @param int $refresh_time Time interval to check & refresh new users results. |
|
| 529 | + */ |
|
| 530 | + $refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
|
|
| 531 | + $refresh_time = absint($refresh_time * 1000); |
|
| 532 | 532 | |
| 533 | - $hide_refresh = get_option('geodir_ga_auto_refresh');
|
|
| 533 | + $hide_refresh = get_option('geodir_ga_auto_refresh');
|
|
| 534 | 534 | |
| 535 | - $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0; |
|
| 536 | - if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
|
|
| 537 | - $page_url = urlencode($_SERVER['REQUEST_URI']); |
|
| 538 | - ?> |
|
| 535 | + $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0; |
|
| 536 | + if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
|
|
| 537 | + $page_url = urlencode($_SERVER['REQUEST_URI']); |
|
| 538 | + ?> |
|
| 539 | 539 | <script type="text/javascript"> |
| 540 | 540 | var gd_gaTimeOut; |
| 541 | 541 | var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
|
@@ -787,15 +787,15 @@ discard block |
||
| 787 | 787 | var labels = results[1].rows.map(function(row) { return +row[0]; });
|
| 788 | 788 | |
| 789 | 789 | <?php |
| 790 | - // Here we list the shorthand days of the week so it can be used in translation. |
|
| 791 | - __("Mon",'geodirectory');
|
|
| 792 | - __("Tue",'geodirectory');
|
|
| 793 | - __("Wed",'geodirectory');
|
|
| 794 | - __("Thu",'geodirectory');
|
|
| 795 | - __("Fri",'geodirectory');
|
|
| 796 | - __("Sat",'geodirectory');
|
|
| 797 | - __("Sun",'geodirectory');
|
|
| 798 | - ?> |
|
| 790 | + // Here we list the shorthand days of the week so it can be used in translation. |
|
| 791 | + __("Mon",'geodirectory');
|
|
| 792 | + __("Tue",'geodirectory');
|
|
| 793 | + __("Wed",'geodirectory');
|
|
| 794 | + __("Thu",'geodirectory');
|
|
| 795 | + __("Fri",'geodirectory');
|
|
| 796 | + __("Sat",'geodirectory');
|
|
| 797 | + __("Sun",'geodirectory');
|
|
| 798 | + ?> |
|
| 799 | 799 | |
| 800 | 800 | labels = [ |
| 801 | 801 | "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
|
@@ -1044,24 +1044,24 @@ discard block |
||
| 1044 | 1044 | </span> |
| 1045 | 1045 | |
| 1046 | 1046 | <?php |
| 1047 | - } |
|
| 1048 | - /** |
|
| 1049 | - * This is called after the edit post link html in the function geodir_detail_page_google_analytics() |
|
| 1050 | - * |
|
| 1051 | - * @since 1.0.0 |
|
| 1052 | - */ |
|
| 1053 | - do_action('geodir_after_google_analytics');
|
|
| 1054 | - $content_html = ob_get_clean(); |
|
| 1055 | - if (trim($content_html) != '') |
|
| 1056 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1057 | - if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1058 | - /** |
|
| 1059 | - * Filter the geodir_edit_post_link() function content. |
|
| 1060 | - * |
|
| 1061 | - * @param string $content_html The output html of the geodir_edit_post_link() function. |
|
| 1062 | - */ |
|
| 1063 | - echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
|
|
| 1064 | - } |
|
| 1047 | + } |
|
| 1048 | + /** |
|
| 1049 | + * This is called after the edit post link html in the function geodir_detail_page_google_analytics() |
|
| 1050 | + * |
|
| 1051 | + * @since 1.0.0 |
|
| 1052 | + */ |
|
| 1053 | + do_action('geodir_after_google_analytics');
|
|
| 1054 | + $content_html = ob_get_clean(); |
|
| 1055 | + if (trim($content_html) != '') |
|
| 1056 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1057 | + if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1058 | + /** |
|
| 1059 | + * Filter the geodir_edit_post_link() function content. |
|
| 1060 | + * |
|
| 1061 | + * @param string $content_html The output html of the geodir_edit_post_link() function. |
|
| 1062 | + */ |
|
| 1063 | + echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
|
|
| 1064 | + } |
|
| 1065 | 1065 | } |
| 1066 | 1066 | |
| 1067 | 1067 | /** |
@@ -1077,90 +1077,90 @@ discard block |
||
| 1077 | 1077 | */ |
| 1078 | 1078 | function geodir_detail_page_review_rating() |
| 1079 | 1079 | {
|
| 1080 | - global $post, $preview, $post_images; |
|
| 1081 | - ob_start(); // Start buffering; |
|
| 1082 | - /** |
|
| 1083 | - * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1084 | - * |
|
| 1085 | - * This is called outside the check for an actual rating and the check for preview page. |
|
| 1086 | - * |
|
| 1087 | - * @since 1.0.0 |
|
| 1088 | - */ |
|
| 1089 | - do_action('geodir_before_detail_page_review_rating');
|
|
| 1090 | - |
|
| 1091 | - $comment_count = geodir_get_review_count_total($post->ID); |
|
| 1092 | - $post_avgratings = geodir_get_post_rating($post->ID); |
|
| 1093 | - |
|
| 1094 | - if ($post_avgratings != 0 && !$preview) {
|
|
| 1095 | - /** |
|
| 1096 | - * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1097 | - * |
|
| 1098 | - * This is called inside the check for an actual rating and the check for preview page. |
|
| 1099 | - * |
|
| 1100 | - * @since 1.0.0 |
|
| 1101 | - * @param float $post_avgratings Average rating for the surrent post. |
|
| 1102 | - * @param int $post->ID Current post ID. |
|
| 1103 | - */ |
|
| 1104 | - do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
|
|
| 1105 | - |
|
| 1106 | - $html = '<p style=" float:left;">'; |
|
| 1107 | - $html .= geodir_get_rating_stars($post_avgratings, $post->ID); |
|
| 1108 | - $html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">'; |
|
| 1109 | - $post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings; |
|
| 1080 | + global $post, $preview, $post_images; |
|
| 1081 | + ob_start(); // Start buffering; |
|
| 1082 | + /** |
|
| 1083 | + * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1084 | + * |
|
| 1085 | + * This is called outside the check for an actual rating and the check for preview page. |
|
| 1086 | + * |
|
| 1087 | + * @since 1.0.0 |
|
| 1088 | + */ |
|
| 1089 | + do_action('geodir_before_detail_page_review_rating');
|
|
| 1090 | + |
|
| 1091 | + $comment_count = geodir_get_review_count_total($post->ID); |
|
| 1092 | + $post_avgratings = geodir_get_post_rating($post->ID); |
|
| 1093 | + |
|
| 1094 | + if ($post_avgratings != 0 && !$preview) {
|
|
| 1095 | + /** |
|
| 1096 | + * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1097 | + * |
|
| 1098 | + * This is called inside the check for an actual rating and the check for preview page. |
|
| 1099 | + * |
|
| 1100 | + * @since 1.0.0 |
|
| 1101 | + * @param float $post_avgratings Average rating for the surrent post. |
|
| 1102 | + * @param int $post->ID Current post ID. |
|
| 1103 | + */ |
|
| 1104 | + do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
|
|
| 1105 | + |
|
| 1106 | + $html = '<p style=" float:left;">'; |
|
| 1107 | + $html .= geodir_get_rating_stars($post_avgratings, $post->ID); |
|
| 1108 | + $html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">'; |
|
| 1109 | + $post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings; |
|
| 1110 | 1110 | |
| 1111 | 1111 | $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
|
| 1112 | 1112 | |
| 1113 | 1113 | $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="' . $post_avgratings . '">' . $post_avgratings . '</span> / <span itemprop="best" content="5">5</span> ' . __("based on", 'geodirectory') . ' </span><span class="count" itemprop="count" content="' . $comment_count . '">' . $comment_count . ' ' . $reviews_text . '</span><br />';
|
| 1114 | 1114 | |
| 1115 | - $html .= '<span class="item">'; |
|
| 1116 | - $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>'; |
|
| 1115 | + $html .= '<span class="item">'; |
|
| 1116 | + $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>'; |
|
| 1117 | 1117 | |
| 1118 | - if ($post_images) {
|
|
| 1119 | - foreach ($post_images as $img) {
|
|
| 1120 | - $post_img = $img->src; |
|
| 1121 | - break; |
|
| 1122 | - } |
|
| 1123 | - } |
|
| 1124 | - |
|
| 1125 | - if (isset($post_img) && $post_img) {
|
|
| 1126 | - $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />'; |
|
| 1127 | - } |
|
| 1128 | - |
|
| 1129 | - $html .= '</span>'; |
|
| 1130 | - |
|
| 1131 | - echo $html .= '</div>'; |
|
| 1132 | - /** |
|
| 1133 | - * This is called after the rating html in the function geodir_detail_page_review_rating(). |
|
| 1134 | - * |
|
| 1135 | - * This is called inside the check for an actual rating and the check for preview page. |
|
| 1136 | - * |
|
| 1137 | - * @since 1.0.0 |
|
| 1138 | - * @param float $post_avgratings Average rating for the surrent post. |
|
| 1139 | - * @param int $post->ID Current post ID. |
|
| 1140 | - */ |
|
| 1141 | - do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
|
|
| 1142 | - } |
|
| 1143 | - /** |
|
| 1144 | - * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1145 | - * |
|
| 1146 | - * This is called outside the check for an actual rating and the check for preview page. |
|
| 1147 | - * |
|
| 1148 | - * @since 1.0.0 |
|
| 1149 | - */ |
|
| 1150 | - do_action('geodir_after_detail_page_review_rating');
|
|
| 1151 | - $content_html = ob_get_clean(); |
|
| 1152 | - if (trim($content_html) != '') {
|
|
| 1153 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>'; |
|
| 1154 | - } |
|
| 1155 | - if ((int)get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1156 | - /** |
|
| 1157 | - * Filter the geodir_detail_page_review_rating() function content. |
|
| 1158 | - * |
|
| 1159 | - * @since 1.0.0 |
|
| 1160 | - * @param string $content_html The output html of the geodir_detail_page_review_rating() function. |
|
| 1161 | - */ |
|
| 1162 | - echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
|
|
| 1163 | - } |
|
| 1118 | + if ($post_images) {
|
|
| 1119 | + foreach ($post_images as $img) {
|
|
| 1120 | + $post_img = $img->src; |
|
| 1121 | + break; |
|
| 1122 | + } |
|
| 1123 | + } |
|
| 1124 | + |
|
| 1125 | + if (isset($post_img) && $post_img) {
|
|
| 1126 | + $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />'; |
|
| 1127 | + } |
|
| 1128 | + |
|
| 1129 | + $html .= '</span>'; |
|
| 1130 | + |
|
| 1131 | + echo $html .= '</div>'; |
|
| 1132 | + /** |
|
| 1133 | + * This is called after the rating html in the function geodir_detail_page_review_rating(). |
|
| 1134 | + * |
|
| 1135 | + * This is called inside the check for an actual rating and the check for preview page. |
|
| 1136 | + * |
|
| 1137 | + * @since 1.0.0 |
|
| 1138 | + * @param float $post_avgratings Average rating for the surrent post. |
|
| 1139 | + * @param int $post->ID Current post ID. |
|
| 1140 | + */ |
|
| 1141 | + do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
|
|
| 1142 | + } |
|
| 1143 | + /** |
|
| 1144 | + * This is called before the rating html in the function geodir_detail_page_review_rating(). |
|
| 1145 | + * |
|
| 1146 | + * This is called outside the check for an actual rating and the check for preview page. |
|
| 1147 | + * |
|
| 1148 | + * @since 1.0.0 |
|
| 1149 | + */ |
|
| 1150 | + do_action('geodir_after_detail_page_review_rating');
|
|
| 1151 | + $content_html = ob_get_clean(); |
|
| 1152 | + if (trim($content_html) != '') {
|
|
| 1153 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>'; |
|
| 1154 | + } |
|
| 1155 | + if ((int)get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1156 | + /** |
|
| 1157 | + * Filter the geodir_detail_page_review_rating() function content. |
|
| 1158 | + * |
|
| 1159 | + * @since 1.0.0 |
|
| 1160 | + * @param string $content_html The output html of the geodir_detail_page_review_rating() function. |
|
| 1161 | + */ |
|
| 1162 | + echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
|
|
| 1163 | + } |
|
| 1164 | 1164 | } |
| 1165 | 1165 | |
| 1166 | 1166 | /** |
@@ -1172,35 +1172,35 @@ discard block |
||
| 1172 | 1172 | */ |
| 1173 | 1173 | function geodir_detail_page_more_info() |
| 1174 | 1174 | {
|
| 1175 | - ob_start(); // Start buffering; |
|
| 1176 | - /** |
|
| 1177 | - * This is called before the info section html. |
|
| 1178 | - * |
|
| 1179 | - * @since 1.0.0 |
|
| 1180 | - */ |
|
| 1181 | - do_action('geodir_before_detail_page_more_info');
|
|
| 1182 | - if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
|
|
| 1183 | - echo $geodir_post_detail_fields; |
|
| 1184 | - } |
|
| 1185 | - /** |
|
| 1186 | - * This is called after the info section html. |
|
| 1187 | - * |
|
| 1188 | - * @since 1.0.0 |
|
| 1189 | - */ |
|
| 1190 | - do_action('geodir_after_detail_page_more_info');
|
|
| 1191 | - |
|
| 1192 | - $content_html = ob_get_clean(); |
|
| 1193 | - if (trim($content_html) != '') |
|
| 1194 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1195 | - if ((int)get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1196 | - /** |
|
| 1197 | - * Filter the output html for function geodir_detail_page_more_info(). |
|
| 1198 | - * |
|
| 1199 | - * @since 1.0.0 |
|
| 1200 | - * @param string $content_html The output html of the geodir_detail_page_more_info() function. |
|
| 1201 | - */ |
|
| 1202 | - echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
|
|
| 1203 | - } |
|
| 1175 | + ob_start(); // Start buffering; |
|
| 1176 | + /** |
|
| 1177 | + * This is called before the info section html. |
|
| 1178 | + * |
|
| 1179 | + * @since 1.0.0 |
|
| 1180 | + */ |
|
| 1181 | + do_action('geodir_before_detail_page_more_info');
|
|
| 1182 | + if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
|
|
| 1183 | + echo $geodir_post_detail_fields; |
|
| 1184 | + } |
|
| 1185 | + /** |
|
| 1186 | + * This is called after the info section html. |
|
| 1187 | + * |
|
| 1188 | + * @since 1.0.0 |
|
| 1189 | + */ |
|
| 1190 | + do_action('geodir_after_detail_page_more_info');
|
|
| 1191 | + |
|
| 1192 | + $content_html = ob_get_clean(); |
|
| 1193 | + if (trim($content_html) != '') |
|
| 1194 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1195 | + if ((int)get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1196 | + /** |
|
| 1197 | + * Filter the output html for function geodir_detail_page_more_info(). |
|
| 1198 | + * |
|
| 1199 | + * @since 1.0.0 |
|
| 1200 | + * @param string $content_html The output html of the geodir_detail_page_more_info() function. |
|
| 1201 | + */ |
|
| 1202 | + echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
|
|
| 1203 | + } |
|
| 1204 | 1204 | } |
| 1205 | 1205 | |
| 1206 | 1206 | |
@@ -1214,15 +1214,15 @@ discard block |
||
| 1214 | 1214 | */ |
| 1215 | 1215 | function geodir_localize_all_js_msg() |
| 1216 | 1216 | {// check_ajax_referer function is used to make sure no files are uplaoded remotly but it will fail if used between https and non https so we do the check below of the urls
|
| 1217 | - if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
|
|
| 1218 | - $ajax_url = admin_url('admin-ajax.php');
|
|
| 1219 | - } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
|
|
| 1220 | - $ajax_url = admin_url('admin-ajax.php');
|
|
| 1221 | - } elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
|
|
| 1222 | - $ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
|
|
| 1223 | - } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
|
|
| 1224 | - $ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
|
|
| 1225 | - } |
|
| 1217 | + if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
|
|
| 1218 | + $ajax_url = admin_url('admin-ajax.php');
|
|
| 1219 | + } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
|
|
| 1220 | + $ajax_url = admin_url('admin-ajax.php');
|
|
| 1221 | + } elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
|
|
| 1222 | + $ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
|
|
| 1223 | + } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
|
|
| 1224 | + $ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
|
|
| 1225 | + } |
|
| 1226 | 1226 | |
| 1227 | 1227 | /** |
| 1228 | 1228 | * Filter the allowed image type extensions for post images. |
@@ -1232,60 +1232,60 @@ discard block |
||
| 1232 | 1232 | */ |
| 1233 | 1233 | $allowed_img_types = apply_filters('geodir_allowed_post_image_exts', array('jpg', 'jpeg', 'jpe', 'gif', 'png'));
|
| 1234 | 1234 | |
| 1235 | - $default_marker_icon = get_option('geodir_default_marker_icon');
|
|
| 1236 | - $default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
|
|
| 1237 | - $default_marker_width = $default_marker_size['w']; |
|
| 1238 | - $default_marker_height = $default_marker_size['h']; |
|
| 1235 | + $default_marker_icon = get_option('geodir_default_marker_icon');
|
|
| 1236 | + $default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
|
|
| 1237 | + $default_marker_width = $default_marker_size['w']; |
|
| 1238 | + $default_marker_height = $default_marker_size['h']; |
|
| 1239 | 1239 | |
| 1240 | - $arr_alert_msg = array( |
|
| 1241 | - 'geodir_plugin_url' => geodir_plugin_url(), |
|
| 1242 | - 'geodir_admin_ajax_url' => $ajax_url, |
|
| 1243 | - 'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
|
|
| 1244 | - 'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
|
|
| 1245 | - 'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
|
|
| 1246 | - 'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
|
|
| 1247 | - //start not show alert msg |
|
| 1248 | - 'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
|
|
| 1249 | - 'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
|
|
| 1250 | - 'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
|
|
| 1251 | - 'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
|
|
| 1252 | - 'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
|
|
| 1253 | - // end not show alert msg |
|
| 1254 | - 'my_place_listing_del' => __('Are you wish to delete this listing?', 'geodirectory'),
|
|
| 1255 | - 'my_main_listing_del' => __('Deleting the main listing of a franchise will turn all franchises in regular listings. Are you sure wish to delete this main listing?', 'geodirectory'),
|
|
| 1256 | - //start not show alert msg |
|
| 1257 | - 'rating_error_msg' => __('Error : please retry', 'geodirectory'),
|
|
| 1258 | - 'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
|
|
| 1259 | - 'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
|
|
| 1260 | - 'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
|
|
| 1261 | - 'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
|
|
| 1262 | - 'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
|
|
| 1263 | - 'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
|
|
| 1264 | - 'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
|
|
| 1265 | - 'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
|
|
| 1266 | - 'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
|
|
| 1267 | - 'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
|
|
| 1268 | - 'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
|
|
| 1269 | - 'geodir_default_marker_icon' => $default_marker_icon, |
|
| 1270 | - 'geodir_default_marker_w' => $default_marker_width, |
|
| 1271 | - 'geodir_default_marker_h' => $default_marker_height, |
|
| 1272 | - 'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG, |
|
| 1273 | - 'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG, |
|
| 1274 | - 'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
|
|
| 1275 | - 'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
|
|
| 1276 | - 'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
|
|
| 1277 | - 'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
|
|
| 1278 | - 'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
|
|
| 1279 | - 'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
|
|
| 1280 | - /* on/off dragging for phone devices */ |
|
| 1281 | - 'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
|
|
| 1282 | - 'geodir_is_mobile' => wp_is_mobile() ? true : false, |
|
| 1283 | - 'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
|
|
| 1284 | - 'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
|
|
| 1285 | - 'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
|
|
| 1286 | - 'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
|
|
| 1287 | - 'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
|
|
| 1288 | - 'geodir_action_remove' => __('Remove', 'geodirectory'),
|
|
| 1240 | + $arr_alert_msg = array( |
|
| 1241 | + 'geodir_plugin_url' => geodir_plugin_url(), |
|
| 1242 | + 'geodir_admin_ajax_url' => $ajax_url, |
|
| 1243 | + 'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
|
|
| 1244 | + 'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
|
|
| 1245 | + 'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
|
|
| 1246 | + 'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
|
|
| 1247 | + //start not show alert msg |
|
| 1248 | + 'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
|
|
| 1249 | + 'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
|
|
| 1250 | + 'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
|
|
| 1251 | + 'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
|
|
| 1252 | + 'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
|
|
| 1253 | + // end not show alert msg |
|
| 1254 | + 'my_place_listing_del' => __('Are you wish to delete this listing?', 'geodirectory'),
|
|
| 1255 | + 'my_main_listing_del' => __('Deleting the main listing of a franchise will turn all franchises in regular listings. Are you sure wish to delete this main listing?', 'geodirectory'),
|
|
| 1256 | + //start not show alert msg |
|
| 1257 | + 'rating_error_msg' => __('Error : please retry', 'geodirectory'),
|
|
| 1258 | + 'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
|
|
| 1259 | + 'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
|
|
| 1260 | + 'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
|
|
| 1261 | + 'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
|
|
| 1262 | + 'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
|
|
| 1263 | + 'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
|
|
| 1264 | + 'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
|
|
| 1265 | + 'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
|
|
| 1266 | + 'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
|
|
| 1267 | + 'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
|
|
| 1268 | + 'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
|
|
| 1269 | + 'geodir_default_marker_icon' => $default_marker_icon, |
|
| 1270 | + 'geodir_default_marker_w' => $default_marker_width, |
|
| 1271 | + 'geodir_default_marker_h' => $default_marker_height, |
|
| 1272 | + 'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG, |
|
| 1273 | + 'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG, |
|
| 1274 | + 'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
|
|
| 1275 | + 'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
|
|
| 1276 | + 'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
|
|
| 1277 | + 'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
|
|
| 1278 | + 'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
|
|
| 1279 | + 'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
|
|
| 1280 | + /* on/off dragging for phone devices */ |
|
| 1281 | + 'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
|
|
| 1282 | + 'geodir_is_mobile' => wp_is_mobile() ? true : false, |
|
| 1283 | + 'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
|
|
| 1284 | + 'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
|
|
| 1285 | + 'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
|
|
| 1286 | + 'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
|
|
| 1287 | + 'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
|
|
| 1288 | + 'geodir_action_remove' => __('Remove', 'geodirectory'),
|
|
| 1289 | 1289 | 'geodir_txt_all_files' => __('Allowed files', 'geodirectory'),
|
| 1290 | 1290 | 'geodir_err_file_type' => __('File type error. Allowed file types: %s', 'geodirectory'),
|
| 1291 | 1291 | 'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
|
@@ -1293,35 +1293,35 @@ discard block |
||
| 1293 | 1293 | 'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
|
| 1294 | 1294 | 'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
|
| 1295 | 1295 | 'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
|
| 1296 | - 'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
|
|
| 1297 | - 'geodir_map_name' => geodir_map_name(), |
|
| 1298 | - 'osmStart' => __('Start', 'geodirectory'),
|
|
| 1299 | - 'osmVia' => __('Via {viaNumber}', 'geodirectory'),
|
|
| 1300 | - 'osmEnd' => __('Enter Your Location', 'geodirectory'),
|
|
| 1301 | - 'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
|
|
| 1302 | - |
|
| 1303 | - ); |
|
| 1304 | - |
|
| 1305 | - /** |
|
| 1306 | - * Filters the translated JS strings from function geodir_localize_all_js_msg(). |
|
| 1307 | - * |
|
| 1308 | - * With this filter you can add, remove or change translated JS strings. |
|
| 1309 | - * You should add your own translations to this if you are building an addon rather than adding another script block. |
|
| 1310 | - * |
|
| 1311 | - * @since 1.0.0 |
|
| 1312 | - */ |
|
| 1313 | - $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
|
|
| 1314 | - |
|
| 1315 | - foreach ($arr_alert_msg as $key => $value) {
|
|
| 1316 | - if (!is_scalar($value)) |
|
| 1317 | - continue; |
|
| 1318 | - $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
|
| 1319 | - } |
|
| 1296 | + 'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
|
|
| 1297 | + 'geodir_map_name' => geodir_map_name(), |
|
| 1298 | + 'osmStart' => __('Start', 'geodirectory'),
|
|
| 1299 | + 'osmVia' => __('Via {viaNumber}', 'geodirectory'),
|
|
| 1300 | + 'osmEnd' => __('Enter Your Location', 'geodirectory'),
|
|
| 1301 | + 'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
|
|
| 1302 | + |
|
| 1303 | + ); |
|
| 1304 | + |
|
| 1305 | + /** |
|
| 1306 | + * Filters the translated JS strings from function geodir_localize_all_js_msg(). |
|
| 1307 | + * |
|
| 1308 | + * With this filter you can add, remove or change translated JS strings. |
|
| 1309 | + * You should add your own translations to this if you are building an addon rather than adding another script block. |
|
| 1310 | + * |
|
| 1311 | + * @since 1.0.0 |
|
| 1312 | + */ |
|
| 1313 | + $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
|
|
| 1320 | 1314 | |
| 1321 | - $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';'; |
|
| 1322 | - echo '<script>'; |
|
| 1323 | - echo $script; |
|
| 1324 | - echo '</script>'; |
|
| 1315 | + foreach ($arr_alert_msg as $key => $value) {
|
|
| 1316 | + if (!is_scalar($value)) |
|
| 1317 | + continue; |
|
| 1318 | + $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
|
| 1319 | + } |
|
| 1320 | + |
|
| 1321 | + $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';'; |
|
| 1322 | + echo '<script>'; |
|
| 1323 | + echo $script; |
|
| 1324 | + echo '</script>'; |
|
| 1325 | 1325 | } |
| 1326 | 1326 | |
| 1327 | 1327 | add_action('admin_bar_menu', 'geodir_admin_bar_site_menu', 31);
|
@@ -1337,11 +1337,11 @@ discard block |
||
| 1337 | 1337 | */ |
| 1338 | 1338 | function geodir_admin_bar_site_menu($wp_admin_bar) |
| 1339 | 1339 | {
|
| 1340 | - if (get_option("geodir_installed")) {
|
|
| 1341 | - if (current_user_can('manage_options')) {
|
|
| 1342 | - $wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
|
|
| 1343 | - } |
|
| 1344 | - } |
|
| 1340 | + if (get_option("geodir_installed")) {
|
|
| 1341 | + if (current_user_can('manage_options')) {
|
|
| 1342 | + $wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
|
|
| 1343 | + } |
|
| 1344 | + } |
|
| 1345 | 1345 | } |
| 1346 | 1346 | |
| 1347 | 1347 | add_action('geodir_before_listing', 'geodir_display_sort_options'); /*function in custom_functions.php*/
|
@@ -1367,25 +1367,25 @@ discard block |
||
| 1367 | 1367 | */ |
| 1368 | 1368 | function geodir_store_sidebars() |
| 1369 | 1369 | {
|
| 1370 | - global $geodir_sidebars; |
|
| 1371 | - global $sidebars_widgets; |
|
| 1372 | - |
|
| 1373 | - if (!is_array($sidebars_widgets)) |
|
| 1374 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1375 | - $geodir_old_sidebars = array(); |
|
| 1376 | - |
|
| 1377 | - if (is_array($geodir_sidebars)) {
|
|
| 1378 | - foreach ($geodir_sidebars as $val) {
|
|
| 1379 | - if (is_array($sidebars_widgets)) {
|
|
| 1380 | - if (array_key_exists($val, $sidebars_widgets)) |
|
| 1381 | - $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
| 1382 | - else |
|
| 1383 | - $geodir_old_sidebars[$val] = array(); |
|
| 1384 | - } |
|
| 1385 | - } |
|
| 1386 | - } |
|
| 1387 | - update_option('geodir_sidebars', $geodir_old_sidebars);
|
|
| 1388 | - geodir_option_version_backup('geodir_sidebars');
|
|
| 1370 | + global $geodir_sidebars; |
|
| 1371 | + global $sidebars_widgets; |
|
| 1372 | + |
|
| 1373 | + if (!is_array($sidebars_widgets)) |
|
| 1374 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1375 | + $geodir_old_sidebars = array(); |
|
| 1376 | + |
|
| 1377 | + if (is_array($geodir_sidebars)) {
|
|
| 1378 | + foreach ($geodir_sidebars as $val) {
|
|
| 1379 | + if (is_array($sidebars_widgets)) {
|
|
| 1380 | + if (array_key_exists($val, $sidebars_widgets)) |
|
| 1381 | + $geodir_old_sidebars[$val] = $sidebars_widgets[$val]; |
|
| 1382 | + else |
|
| 1383 | + $geodir_old_sidebars[$val] = array(); |
|
| 1384 | + } |
|
| 1385 | + } |
|
| 1386 | + } |
|
| 1387 | + update_option('geodir_sidebars', $geodir_old_sidebars);
|
|
| 1388 | + geodir_option_version_backup('geodir_sidebars');
|
|
| 1389 | 1389 | |
| 1390 | 1390 | } |
| 1391 | 1391 | |
@@ -1399,28 +1399,28 @@ discard block |
||
| 1399 | 1399 | */ |
| 1400 | 1400 | function geodir_restore_sidebars() |
| 1401 | 1401 | {
|
| 1402 | - global $sidebars_widgets; |
|
| 1403 | - |
|
| 1404 | - if (!is_array($sidebars_widgets)) |
|
| 1405 | - $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1406 | - |
|
| 1407 | - if (is_array($sidebars_widgets)) {
|
|
| 1408 | - $geodir_old_sidebars = get_option('geodir_sidebars');
|
|
| 1409 | - if (is_array($geodir_old_sidebars)) {
|
|
| 1410 | - foreach ($geodir_old_sidebars as $key => $val) {
|
|
| 1411 | - if(0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1412 | - {
|
|
| 1413 | - $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
| 1414 | - } |
|
| 1402 | + global $sidebars_widgets; |
|
| 1415 | 1403 | |
| 1404 | + if (!is_array($sidebars_widgets)) |
|
| 1405 | + $sidebars_widgets = wp_get_sidebars_widgets(); |
|
| 1416 | 1406 | |
| 1417 | - } |
|
| 1418 | - } |
|
| 1407 | + if (is_array($sidebars_widgets)) {
|
|
| 1408 | + $geodir_old_sidebars = get_option('geodir_sidebars');
|
|
| 1409 | + if (is_array($geodir_old_sidebars)) {
|
|
| 1410 | + foreach ($geodir_old_sidebars as $key => $val) {
|
|
| 1411 | + if(0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1412 | + {
|
|
| 1413 | + $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
|
| 1414 | + } |
|
| 1419 | 1415 | |
| 1420 | - } |
|
| 1421 | 1416 | |
| 1422 | - update_option('sidebars_widgets', $sidebars_widgets);
|
|
| 1423 | - update_option('geodir_sidebars', '');
|
|
| 1417 | + } |
|
| 1418 | + } |
|
| 1419 | + |
|
| 1420 | + } |
|
| 1421 | + |
|
| 1422 | + update_option('sidebars_widgets', $sidebars_widgets);
|
|
| 1423 | + update_option('geodir_sidebars', '');
|
|
| 1424 | 1424 | } |
| 1425 | 1425 | |
| 1426 | 1426 | add_action('geodir_after_listing_post_gridview', 'geodir_after_listing_post_gridview');
|
@@ -1433,9 +1433,9 @@ discard block |
||
| 1433 | 1433 | */ |
| 1434 | 1434 | function geodir_after_listing_post_gridview() |
| 1435 | 1435 | {
|
| 1436 | - global $gridview_columns; |
|
| 1436 | + global $gridview_columns; |
|
| 1437 | 1437 | |
| 1438 | - $gridview_columns = ''; |
|
| 1438 | + $gridview_columns = ''; |
|
| 1439 | 1439 | |
| 1440 | 1440 | } |
| 1441 | 1441 | |
@@ -1463,11 +1463,11 @@ discard block |
||
| 1463 | 1463 | */ |
| 1464 | 1464 | function so_handle_038($url, $original_url, $_context) |
| 1465 | 1465 | {
|
| 1466 | - if (strstr($url, "maps.google.com/maps/api/js") !== false) {
|
|
| 1467 | - $url = str_replace("&", "&", $url); // or $url = $original_url
|
|
| 1468 | - } |
|
| 1466 | + if (strstr($url, "maps.google.com/maps/api/js") !== false) {
|
|
| 1467 | + $url = str_replace("&", "&", $url); // or $url = $original_url
|
|
| 1468 | + } |
|
| 1469 | 1469 | |
| 1470 | - return $url; |
|
| 1470 | + return $url; |
|
| 1471 | 1471 | } |
| 1472 | 1472 | |
| 1473 | 1473 | |
@@ -1483,34 +1483,34 @@ discard block |
||
| 1483 | 1483 | function geodir_after_main_form_fields() {
|
| 1484 | 1484 | global $gd_session; |
| 1485 | 1485 | |
| 1486 | - if (get_option('geodir_accept_term_condition')) {
|
|
| 1487 | - global $post; |
|
| 1488 | - $term_condition = ''; |
|
| 1489 | - if (isset($_REQUEST['backandedit'])) {
|
|
| 1490 | - $post = (object)$gd_session->get('listing');
|
|
| 1491 | - $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : ''; |
|
| 1492 | - } |
|
| 1493 | - |
|
| 1494 | - ?> |
|
| 1486 | + if (get_option('geodir_accept_term_condition')) {
|
|
| 1487 | + global $post; |
|
| 1488 | + $term_condition = ''; |
|
| 1489 | + if (isset($_REQUEST['backandedit'])) {
|
|
| 1490 | + $post = (object)$gd_session->get('listing');
|
|
| 1491 | + $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : ''; |
|
| 1492 | + } |
|
| 1493 | + |
|
| 1494 | + ?> |
|
| 1495 | 1495 | <div id="geodir_accept_term_condition_row" class="required_field geodir_form_row clearfix"> |
| 1496 | 1496 | <label> </label> |
| 1497 | 1497 | |
| 1498 | 1498 | <div class="geodir_taxonomy_field" style="float:left; width:70%;"> |
| 1499 | 1499 | <span style="display:block"> |
| 1500 | 1500 | <input class="main_list_selecter" type="checkbox" <?php if ($term_condition == '1') {
|
| 1501 | - echo 'checked="checked"'; |
|
| 1502 | - } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition" |
|
| 1501 | + echo 'checked="checked"'; |
|
| 1502 | + } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition" |
|
| 1503 | 1503 | class="geodir_textfield" value="1" |
| 1504 | 1504 | style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if($terms_page){ echo get_permalink($terms_page);}?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
|
| 1505 | 1505 | </span> |
| 1506 | 1506 | </div> |
| 1507 | 1507 | <span class="geodir_message_error"><?php if (isset($required_msg)) {
|
| 1508 | - _e($required_msg, 'geodirectory'); |
|
| 1509 | - } ?></span> |
|
| 1508 | + _e($required_msg, 'geodirectory'); |
|
| 1509 | + } ?></span> |
|
| 1510 | 1510 | </div> |
| 1511 | 1511 | <?php |
| 1512 | 1512 | |
| 1513 | - } |
|
| 1513 | + } |
|
| 1514 | 1514 | } |
| 1515 | 1515 | |
| 1516 | 1516 | |
@@ -1535,42 +1535,42 @@ discard block |
||
| 1535 | 1535 | */ |
| 1536 | 1536 | function geodir_detail_page_tab_is_display($is_display, $tab) |
| 1537 | 1537 | {
|
| 1538 | - global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields; |
|
| 1538 | + global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields; |
|
| 1539 | 1539 | |
| 1540 | - if ($tab == 'post_profile') {
|
|
| 1541 | - /** This action is documented in geodirectory_template_actions.php */ |
|
| 1542 | - $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
|
|
| 1540 | + if ($tab == 'post_profile') {
|
|
| 1541 | + /** This action is documented in geodirectory_template_actions.php */ |
|
| 1542 | + $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
|
|
| 1543 | 1543 | |
| 1544 | - if (!($desc_limit === '' || (int)$desc_limit > 0)) {
|
|
| 1545 | - $is_display = false; |
|
| 1546 | - } |
|
| 1547 | - } |
|
| 1544 | + if (!($desc_limit === '' || (int)$desc_limit > 0)) {
|
|
| 1545 | + $is_display = false; |
|
| 1546 | + } |
|
| 1547 | + } |
|
| 1548 | 1548 | |
| 1549 | - if ($tab == 'post_info') |
|
| 1550 | - $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
| 1549 | + if ($tab == 'post_info') |
|
| 1550 | + $is_display = (!empty($geodir_post_detail_fields)) ? true : false; |
|
| 1551 | 1551 | |
| 1552 | - if ($tab == 'post_images') |
|
| 1553 | - $is_display = (!empty($post_images)) ? true : false; |
|
| 1552 | + if ($tab == 'post_images') |
|
| 1553 | + $is_display = (!empty($post_images)) ? true : false; |
|
| 1554 | 1554 | |
| 1555 | - if ($tab == 'post_video') |
|
| 1556 | - $is_display = (!empty($video)) ? true : false; |
|
| 1555 | + if ($tab == 'post_video') |
|
| 1556 | + $is_display = (!empty($video)) ? true : false; |
|
| 1557 | 1557 | |
| 1558 | - if ($tab == 'special_offers') |
|
| 1559 | - $is_display = (!empty($special_offers)) ? true : false; |
|
| 1558 | + if ($tab == 'special_offers') |
|
| 1559 | + $is_display = (!empty($special_offers)) ? true : false; |
|
| 1560 | 1560 | |
| 1561 | - if ($tab == 'reviews') |
|
| 1562 | - $is_display = (geodir_is_page('detail')) ? true : false;
|
|
| 1561 | + if ($tab == 'reviews') |
|
| 1562 | + $is_display = (geodir_is_page('detail')) ? true : false;
|
|
| 1563 | 1563 | |
| 1564 | - if ($tab == 'related_listing') {
|
|
| 1565 | - $message = __('No listings found which match your selection.', 'geodirectory');
|
|
| 1564 | + if ($tab == 'related_listing') {
|
|
| 1565 | + $message = __('No listings found which match your selection.', 'geodirectory');
|
|
| 1566 | 1566 | |
| 1567 | - /** This action is documented in geodirectory-functions/template_functions.php */ |
|
| 1568 | - $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
|
|
| 1567 | + /** This action is documented in geodirectory-functions/template_functions.php */ |
|
| 1568 | + $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
|
|
| 1569 | 1569 | |
| 1570 | - $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
|
|
| 1571 | - } |
|
| 1570 | + $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
|
|
| 1571 | + } |
|
| 1572 | 1572 | |
| 1573 | - return $is_display; |
|
| 1573 | + return $is_display; |
|
| 1574 | 1574 | } |
| 1575 | 1575 | |
| 1576 | 1576 | |
@@ -1586,69 +1586,69 @@ discard block |
||
| 1586 | 1586 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 1587 | 1587 | */ |
| 1588 | 1588 | function geodir_changes_in_custom_fields_table() {
|
| 1589 | - global $wpdb, $plugin_prefix; |
|
| 1589 | + global $wpdb, $plugin_prefix; |
|
| 1590 | 1590 | |
| 1591 | 1591 | // Remove unused virtual page |
| 1592 | 1592 | $listings_page_id = (int)get_option('geodir_listing_page');
|
| 1593 | 1593 | if ($listings_page_id) {
|
| 1594 | 1594 | $wpdb->query($wpdb->prepare("DELETE FROM " . $wpdb->posts . " WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
|
| 1595 | - delete_option('geodir_listing_page');
|
|
| 1595 | + delete_option('geodir_listing_page');
|
|
| 1596 | 1596 | } |
| 1597 | 1597 | |
| 1598 | - if (!get_option('geodir_changes_in_custom_fields_table')) {
|
|
| 1599 | - $wpdb->query( |
|
| 1600 | - $wpdb->prepare( |
|
| 1601 | - "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1602 | - array('1', '1', 'admin')
|
|
| 1603 | - ) |
|
| 1604 | - ); |
|
| 1598 | + if (!get_option('geodir_changes_in_custom_fields_table')) {
|
|
| 1599 | + $wpdb->query( |
|
| 1600 | + $wpdb->prepare( |
|
| 1601 | + "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1602 | + array('1', '1', 'admin')
|
|
| 1603 | + ) |
|
| 1604 | + ); |
|
| 1605 | 1605 | |
| 1606 | 1606 | |
| 1607 | - /* --- terms meta value set --- */ |
|
| 1607 | + /* --- terms meta value set --- */ |
|
| 1608 | 1608 | |
| 1609 | - update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1609 | + update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1610 | 1610 | |
| 1611 | - $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1611 | + $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1612 | 1612 | |
| 1613 | - if (!empty($options_data)) {
|
|
| 1613 | + if (!empty($options_data)) {
|
|
| 1614 | 1614 | |
| 1615 | - foreach ($options_data as $optobj) {
|
|
| 1615 | + foreach ($options_data as $optobj) {
|
|
| 1616 | 1616 | |
| 1617 | - $option_val = str_replace('tax_meta_', '', $optobj->option_name);
|
|
| 1617 | + $option_val = str_replace('tax_meta_', '', $optobj->option_name);
|
|
| 1618 | 1618 | |
| 1619 | - $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1619 | + $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1620 | 1620 | |
| 1621 | - if (!empty($taxonomies_data)) {
|
|
| 1621 | + if (!empty($taxonomies_data)) {
|
|
| 1622 | 1622 | |
| 1623 | - foreach ($taxonomies_data as $taxobj) {
|
|
| 1623 | + foreach ($taxonomies_data as $taxobj) {
|
|
| 1624 | 1624 | |
| 1625 | - $taxObject = get_taxonomy($taxobj->taxonomy); |
|
| 1626 | - $post_type = $taxObject->object_type[0]; |
|
| 1625 | + $taxObject = get_taxonomy($taxobj->taxonomy); |
|
| 1626 | + $post_type = $taxObject->object_type[0]; |
|
| 1627 | 1627 | |
| 1628 | - $opt_value = 'tax_meta_' . $post_type . '_' . $option_val; |
|
| 1628 | + $opt_value = 'tax_meta_' . $post_type . '_' . $option_val; |
|
| 1629 | 1629 | |
| 1630 | - $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
|
|
| 1630 | + $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
|
|
| 1631 | 1631 | |
| 1632 | - if ($duplicate_data) {
|
|
| 1632 | + if ($duplicate_data) {
|
|
| 1633 | 1633 | |
| 1634 | - $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1634 | + $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1635 | 1635 | |
| 1636 | - } else {
|
|
| 1636 | + } else {
|
|
| 1637 | 1637 | |
| 1638 | - $wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1638 | + $wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1639 | 1639 | |
| 1640 | - } |
|
| 1640 | + } |
|
| 1641 | 1641 | |
| 1642 | - } |
|
| 1642 | + } |
|
| 1643 | 1643 | |
| 1644 | - } |
|
| 1644 | + } |
|
| 1645 | 1645 | |
| 1646 | - } |
|
| 1647 | - } |
|
| 1646 | + } |
|
| 1647 | + } |
|
| 1648 | 1648 | |
| 1649 | - update_option('geodir_changes_in_custom_fields_table', '1');
|
|
| 1649 | + update_option('geodir_changes_in_custom_fields_table', '1');
|
|
| 1650 | 1650 | |
| 1651 | - } |
|
| 1651 | + } |
|
| 1652 | 1652 | |
| 1653 | 1653 | } |
| 1654 | 1654 | |
@@ -1667,24 +1667,24 @@ discard block |
||
| 1667 | 1667 | function geodir_location_slug_check($slug) |
| 1668 | 1668 | {
|
| 1669 | 1669 | |
| 1670 | - global $wpdb, $table_prefix; |
|
| 1670 | + global $wpdb, $table_prefix; |
|
| 1671 | 1671 | |
| 1672 | - $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
|
|
| 1672 | + $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
|
|
| 1673 | 1673 | |
| 1674 | - if ($slug_exists) {
|
|
| 1674 | + if ($slug_exists) {
|
|
| 1675 | 1675 | |
| 1676 | - $suffix = 1; |
|
| 1677 | - do {
|
|
| 1678 | - $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1679 | - $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1680 | - $suffix++; |
|
| 1681 | - } while ($location_slug_check && $suffix < 100); |
|
| 1676 | + $suffix = 1; |
|
| 1677 | + do {
|
|
| 1678 | + $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1679 | + $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1680 | + $suffix++; |
|
| 1681 | + } while ($location_slug_check && $suffix < 100); |
|
| 1682 | 1682 | |
| 1683 | - $slug = $alt_location_name; |
|
| 1683 | + $slug = $alt_location_name; |
|
| 1684 | 1684 | |
| 1685 | - } |
|
| 1685 | + } |
|
| 1686 | 1686 | |
| 1687 | - return $slug; |
|
| 1687 | + return $slug; |
|
| 1688 | 1688 | |
| 1689 | 1689 | } |
| 1690 | 1690 | |
@@ -1709,42 +1709,42 @@ discard block |
||
| 1709 | 1709 | function geodir_update_term_slug($term_id, $tt_id, $taxonomy) |
| 1710 | 1710 | {
|
| 1711 | 1711 | |
| 1712 | - global $wpdb, $plugin_prefix, $table_prefix; |
|
| 1712 | + global $wpdb, $plugin_prefix, $table_prefix; |
|
| 1713 | 1713 | |
| 1714 | - $tern_data = get_term_by('id', $term_id, $taxonomy);
|
|
| 1714 | + $tern_data = get_term_by('id', $term_id, $taxonomy);
|
|
| 1715 | 1715 | |
| 1716 | - $slug = $tern_data->slug; |
|
| 1716 | + $slug = $tern_data->slug; |
|
| 1717 | 1717 | |
| 1718 | - /** |
|
| 1719 | - * Filter if a term slug exists. |
|
| 1720 | - * |
|
| 1721 | - * @since 1.0.0 |
|
| 1722 | - * @package GeoDirectory |
|
| 1723 | - * @param bool $bool Default: false. |
|
| 1724 | - * @param string $slug The term slug. |
|
| 1725 | - * @param int $term_id The term ID. |
|
| 1726 | - */ |
|
| 1727 | - $slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
|
|
| 1718 | + /** |
|
| 1719 | + * Filter if a term slug exists. |
|
| 1720 | + * |
|
| 1721 | + * @since 1.0.0 |
|
| 1722 | + * @package GeoDirectory |
|
| 1723 | + * @param bool $bool Default: false. |
|
| 1724 | + * @param string $slug The term slug. |
|
| 1725 | + * @param int $term_id The term ID. |
|
| 1726 | + */ |
|
| 1727 | + $slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
|
|
| 1728 | 1728 | |
| 1729 | - if ($slug_exists) {
|
|
| 1729 | + if ($slug_exists) {
|
|
| 1730 | 1730 | |
| 1731 | - $suffix = 1; |
|
| 1732 | - do {
|
|
| 1733 | - $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1731 | + $suffix = 1; |
|
| 1732 | + do {
|
|
| 1733 | + $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1734 | 1734 | |
| 1735 | - /** This action is documented in geodirectory_hooks_actions.php */ |
|
| 1736 | - $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
|
|
| 1735 | + /** This action is documented in geodirectory_hooks_actions.php */ |
|
| 1736 | + $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
|
|
| 1737 | 1737 | |
| 1738 | - $suffix++; |
|
| 1739 | - } while ($term_slug_check && $suffix < 100); |
|
| 1738 | + $suffix++; |
|
| 1739 | + } while ($term_slug_check && $suffix < 100); |
|
| 1740 | 1740 | |
| 1741 | - $slug = $new_slug; |
|
| 1741 | + $slug = $new_slug; |
|
| 1742 | 1742 | |
| 1743 | - //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
|
|
| 1743 | + //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
|
|
| 1744 | 1744 | |
| 1745 | - $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1745 | + $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1746 | 1746 | |
| 1747 | - } |
|
| 1747 | + } |
|
| 1748 | 1748 | |
| 1749 | 1749 | // Update tag in detail table. |
| 1750 | 1750 | $taxonomy_obj = get_taxonomy($taxonomy); |
@@ -1785,21 +1785,21 @@ discard block |
||
| 1785 | 1785 | function geodir_term_slug_is_exists($slug_exists, $slug, $term_id) |
| 1786 | 1786 | {
|
| 1787 | 1787 | |
| 1788 | - global $wpdb, $table_prefix; |
|
| 1788 | + global $wpdb, $table_prefix; |
|
| 1789 | 1789 | |
| 1790 | - $default_location = geodir_get_default_location(); |
|
| 1790 | + $default_location = geodir_get_default_location(); |
|
| 1791 | 1791 | |
| 1792 | - $country_slug = $default_location->country_slug; |
|
| 1793 | - $region_slug = $default_location->region_slug; |
|
| 1794 | - $city_slug = $default_location->city_slug; |
|
| 1792 | + $country_slug = $default_location->country_slug; |
|
| 1793 | + $region_slug = $default_location->region_slug; |
|
| 1794 | + $city_slug = $default_location->city_slug; |
|
| 1795 | 1795 | |
| 1796 | - if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
|
| 1797 | - return $slug_exists = true; |
|
| 1796 | + if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
|
| 1797 | + return $slug_exists = true; |
|
| 1798 | 1798 | |
| 1799 | - if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1800 | - return $slug_exists = true; |
|
| 1799 | + if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1800 | + return $slug_exists = true; |
|
| 1801 | 1801 | |
| 1802 | - return $slug_exists; |
|
| 1802 | + return $slug_exists; |
|
| 1803 | 1803 | } |
| 1804 | 1804 | |
| 1805 | 1805 | |
@@ -1818,75 +1818,75 @@ discard block |
||
| 1818 | 1818 | */ |
| 1819 | 1819 | function geodir_custom_page_title($title = '', $sep = '') |
| 1820 | 1820 | {
|
| 1821 | - global $wp; |
|
| 1822 | - if (class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) {
|
|
| 1823 | - return $title; |
|
| 1824 | - } |
|
| 1821 | + global $wp; |
|
| 1822 | + if (class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) {
|
|
| 1823 | + return $title; |
|
| 1824 | + } |
|
| 1825 | 1825 | |
| 1826 | - if ($sep == '') {
|
|
| 1827 | - /** |
|
| 1828 | - * Filter the page title separator. |
|
| 1829 | - * |
|
| 1830 | - * @since 1.0.0 |
|
| 1831 | - * @package GeoDirectory |
|
| 1832 | - * @param string $sep The separator, default: `|`. |
|
| 1833 | - */ |
|
| 1834 | - $sep = apply_filters('geodir_page_title_separator', '|');
|
|
| 1835 | - } |
|
| 1826 | + if ($sep == '') {
|
|
| 1827 | + /** |
|
| 1828 | + * Filter the page title separator. |
|
| 1829 | + * |
|
| 1830 | + * @since 1.0.0 |
|
| 1831 | + * @package GeoDirectory |
|
| 1832 | + * @param string $sep The separator, default: `|`. |
|
| 1833 | + */ |
|
| 1834 | + $sep = apply_filters('geodir_page_title_separator', '|');
|
|
| 1835 | + } |
|
| 1836 | 1836 | |
| 1837 | 1837 | |
| 1838 | - $gd_page = ''; |
|
| 1839 | - if(geodir_is_page('home')){
|
|
| 1840 | - $gd_page = 'home'; |
|
| 1841 | - $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
|
|
| 1842 | - } |
|
| 1843 | - elseif(geodir_is_page('detail')){
|
|
| 1844 | - $gd_page = 'detail'; |
|
| 1845 | - $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
|
|
| 1846 | - } |
|
| 1847 | - elseif(geodir_is_page('pt')){
|
|
| 1848 | - $gd_page = 'pt'; |
|
| 1849 | - $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
|
|
| 1850 | - } |
|
| 1851 | - elseif(geodir_is_page('listing')){
|
|
| 1852 | - $gd_page = 'listing'; |
|
| 1853 | - $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
|
|
| 1854 | - } |
|
| 1855 | - elseif(geodir_is_page('location')){
|
|
| 1856 | - $gd_page = 'location'; |
|
| 1857 | - $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
|
|
| 1858 | - } |
|
| 1859 | - elseif(geodir_is_page('search')){
|
|
| 1860 | - $gd_page = 'search'; |
|
| 1861 | - $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
|
|
| 1862 | - } |
|
| 1863 | - elseif(geodir_is_page('add-listing')){
|
|
| 1864 | - $gd_page = 'add-listing'; |
|
| 1865 | - $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
|
|
| 1866 | - } |
|
| 1867 | - elseif(geodir_is_page('author')){
|
|
| 1868 | - $gd_page = 'author'; |
|
| 1869 | - $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
|
|
| 1870 | - } |
|
| 1871 | - elseif(geodir_is_page('login')){
|
|
| 1872 | - $gd_page = 'login'; |
|
| 1873 | - $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
|
|
| 1874 | - } |
|
| 1875 | - elseif(geodir_is_page('listing-success')){
|
|
| 1876 | - $gd_page = 'listing-success'; |
|
| 1877 | - $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
|
|
| 1878 | - } |
|
| 1838 | + $gd_page = ''; |
|
| 1839 | + if(geodir_is_page('home')){
|
|
| 1840 | + $gd_page = 'home'; |
|
| 1841 | + $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
|
|
| 1842 | + } |
|
| 1843 | + elseif(geodir_is_page('detail')){
|
|
| 1844 | + $gd_page = 'detail'; |
|
| 1845 | + $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
|
|
| 1846 | + } |
|
| 1847 | + elseif(geodir_is_page('pt')){
|
|
| 1848 | + $gd_page = 'pt'; |
|
| 1849 | + $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
|
|
| 1850 | + } |
|
| 1851 | + elseif(geodir_is_page('listing')){
|
|
| 1852 | + $gd_page = 'listing'; |
|
| 1853 | + $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
|
|
| 1854 | + } |
|
| 1855 | + elseif(geodir_is_page('location')){
|
|
| 1856 | + $gd_page = 'location'; |
|
| 1857 | + $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
|
|
| 1858 | + } |
|
| 1859 | + elseif(geodir_is_page('search')){
|
|
| 1860 | + $gd_page = 'search'; |
|
| 1861 | + $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
|
|
| 1862 | + } |
|
| 1863 | + elseif(geodir_is_page('add-listing')){
|
|
| 1864 | + $gd_page = 'add-listing'; |
|
| 1865 | + $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
|
|
| 1866 | + } |
|
| 1867 | + elseif(geodir_is_page('author')){
|
|
| 1868 | + $gd_page = 'author'; |
|
| 1869 | + $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
|
|
| 1870 | + } |
|
| 1871 | + elseif(geodir_is_page('login')){
|
|
| 1872 | + $gd_page = 'login'; |
|
| 1873 | + $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
|
|
| 1874 | + } |
|
| 1875 | + elseif(geodir_is_page('listing-success')){
|
|
| 1876 | + $gd_page = 'listing-success'; |
|
| 1877 | + $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
|
|
| 1878 | + } |
|
| 1879 | 1879 | |
| 1880 | 1880 | |
| 1881 | - /** |
|
| 1882 | - * Filter page meta title to replace variables. |
|
| 1883 | - * |
|
| 1884 | - * @since 1.5.4 |
|
| 1885 | - * @param string $title The page title including variables. |
|
| 1886 | - * @param string $gd_page The GeoDirectory page type if any. |
|
| 1887 | - * @param string $sep The title separator symbol. |
|
| 1888 | - */ |
|
| 1889 | - return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
|
|
| 1881 | + /** |
|
| 1882 | + * Filter page meta title to replace variables. |
|
| 1883 | + * |
|
| 1884 | + * @since 1.5.4 |
|
| 1885 | + * @param string $title The page title including variables. |
|
| 1886 | + * @param string $gd_page The GeoDirectory page type if any. |
|
| 1887 | + * @param string $sep The title separator symbol. |
|
| 1888 | + */ |
|
| 1889 | + return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
|
|
| 1890 | 1890 | |
| 1891 | 1891 | } |
| 1892 | 1892 | |
@@ -1902,36 +1902,36 @@ discard block |
||
| 1902 | 1902 | function geodir_set_post_attachment() |
| 1903 | 1903 | {
|
| 1904 | 1904 | |
| 1905 | - if (!get_option('geodir_set_post_attachments')) {
|
|
| 1905 | + if (!get_option('geodir_set_post_attachments')) {
|
|
| 1906 | 1906 | |
| 1907 | - require_once(ABSPATH . 'wp-admin/includes/image.php'); |
|
| 1908 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1907 | + require_once(ABSPATH . 'wp-admin/includes/image.php'); |
|
| 1908 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1909 | 1909 | |
| 1910 | - $all_postypes = geodir_get_posttypes(); |
|
| 1910 | + $all_postypes = geodir_get_posttypes(); |
|
| 1911 | 1911 | |
| 1912 | - foreach($all_postypes as $post_type){
|
|
| 1913 | - $args = array( |
|
| 1914 | - 'posts_per_page' => -1, |
|
| 1915 | - 'post_type' => $post_type, |
|
| 1916 | - 'post_status' => 'publish'); |
|
| 1912 | + foreach($all_postypes as $post_type){
|
|
| 1913 | + $args = array( |
|
| 1914 | + 'posts_per_page' => -1, |
|
| 1915 | + 'post_type' => $post_type, |
|
| 1916 | + 'post_status' => 'publish'); |
|
| 1917 | 1917 | |
| 1918 | - $posts_array = get_posts($args); |
|
| 1918 | + $posts_array = get_posts($args); |
|
| 1919 | 1919 | |
| 1920 | - if (!empty($posts_array)) {
|
|
| 1920 | + if (!empty($posts_array)) {
|
|
| 1921 | 1921 | |
| 1922 | - foreach ($posts_array as $post) {
|
|
| 1922 | + foreach ($posts_array as $post) {
|
|
| 1923 | 1923 | |
| 1924 | - geodir_set_wp_featured_image($post->ID); |
|
| 1924 | + geodir_set_wp_featured_image($post->ID); |
|
| 1925 | 1925 | |
| 1926 | - } |
|
| 1926 | + } |
|
| 1927 | 1927 | |
| 1928 | - } |
|
| 1929 | - } |
|
| 1928 | + } |
|
| 1929 | + } |
|
| 1930 | 1930 | |
| 1931 | 1931 | |
| 1932 | - update_option('geodir_set_post_attachments', '1');
|
|
| 1932 | + update_option('geodir_set_post_attachments', '1');
|
|
| 1933 | 1933 | |
| 1934 | - } |
|
| 1934 | + } |
|
| 1935 | 1935 | |
| 1936 | 1936 | } |
| 1937 | 1937 | |
@@ -1948,19 +1948,19 @@ discard block |
||
| 1948 | 1948 | function geodir_remove_url_seperator() |
| 1949 | 1949 | {
|
| 1950 | 1950 | |
| 1951 | - if (!get_option('geodir_remove_url_seperator')) {
|
|
| 1951 | + if (!get_option('geodir_remove_url_seperator')) {
|
|
| 1952 | 1952 | |
| 1953 | - if (get_option('geodir_listingurl_separator'))
|
|
| 1954 | - delete_option('geodir_listingurl_separator');
|
|
| 1953 | + if (get_option('geodir_listingurl_separator'))
|
|
| 1954 | + delete_option('geodir_listingurl_separator');
|
|
| 1955 | 1955 | |
| 1956 | - if (get_option('geodir_detailurl_separator'))
|
|
| 1957 | - delete_option('geodir_detailurl_separator');
|
|
| 1956 | + if (get_option('geodir_detailurl_separator'))
|
|
| 1957 | + delete_option('geodir_detailurl_separator');
|
|
| 1958 | 1958 | |
| 1959 | - flush_rewrite_rules(false); |
|
| 1959 | + flush_rewrite_rules(false); |
|
| 1960 | 1960 | |
| 1961 | - update_option('geodir_remove_url_seperator', '1');
|
|
| 1961 | + update_option('geodir_remove_url_seperator', '1');
|
|
| 1962 | 1962 | |
| 1963 | - } |
|
| 1963 | + } |
|
| 1964 | 1964 | |
| 1965 | 1965 | } |
| 1966 | 1966 | |
@@ -1976,19 +1976,19 @@ discard block |
||
| 1976 | 1976 | */ |
| 1977 | 1977 | function geodir_remove_url_seperator_form_permalink_settings($permalink_arr) |
| 1978 | 1978 | {
|
| 1979 | - foreach ($permalink_arr as $key => $value) {
|
|
| 1979 | + foreach ($permalink_arr as $key => $value) {
|
|
| 1980 | 1980 | |
| 1981 | - if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') |
|
| 1982 | - unset($permalink_arr[$key]); |
|
| 1981 | + if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator') |
|
| 1982 | + unset($permalink_arr[$key]); |
|
| 1983 | 1983 | |
| 1984 | - } |
|
| 1984 | + } |
|
| 1985 | 1985 | |
| 1986 | - return $permalink_arr; |
|
| 1986 | + return $permalink_arr; |
|
| 1987 | 1987 | |
| 1988 | 1988 | } |
| 1989 | 1989 | |
| 1990 | 1990 | if (!is_admin()) {
|
| 1991 | - add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
|
|
| 1991 | + add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
|
|
| 1992 | 1992 | } |
| 1993 | 1993 | /** |
| 1994 | 1994 | * Set status from draft to publish. |
@@ -2001,16 +2001,16 @@ discard block |
||
| 2001 | 2001 | */ |
| 2002 | 2002 | function geodir_set_status_draft_to_publish_for_own_post($post) |
| 2003 | 2003 | {
|
| 2004 | - $user_id = get_current_user_id(); |
|
| 2004 | + $user_id = get_current_user_id(); |
|
| 2005 | 2005 | |
| 2006 | - if(!$user_id){return $post;}
|
|
| 2006 | + if(!$user_id){return $post;}
|
|
| 2007 | 2007 | |
| 2008 | - $gd_post_types = geodir_get_posttypes(); |
|
| 2008 | + $gd_post_types = geodir_get_posttypes(); |
|
| 2009 | 2009 | |
| 2010 | - if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
|
|
| 2011 | - $post[0]->post_status = 'publish'; |
|
| 2012 | - } |
|
| 2013 | - return $post; |
|
| 2010 | + if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
|
|
| 2011 | + $post[0]->post_status = 'publish'; |
|
| 2012 | + } |
|
| 2013 | + return $post; |
|
| 2014 | 2014 | } |
| 2015 | 2015 | |
| 2016 | 2016 | |
@@ -2102,33 +2102,33 @@ discard block |
||
| 2102 | 2102 | */ |
| 2103 | 2103 | function geodir_detail_page_tab_headings_change($tabs_arr) |
| 2104 | 2104 | {
|
| 2105 | - global $wpdb; |
|
| 2105 | + global $wpdb; |
|
| 2106 | 2106 | |
| 2107 | - $post_type = geodir_get_current_posttype(); |
|
| 2107 | + $post_type = geodir_get_current_posttype(); |
|
| 2108 | 2108 | |
| 2109 | - $all_postypes = geodir_get_posttypes(); |
|
| 2109 | + $all_postypes = geodir_get_posttypes(); |
|
| 2110 | 2110 | |
| 2111 | - if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
|
|
| 2111 | + if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
|
|
| 2112 | 2112 | |
| 2113 | - if (array_key_exists('post_video', $tabs_arr)) {
|
|
| 2113 | + if (array_key_exists('post_video', $tabs_arr)) {
|
|
| 2114 | 2114 | |
| 2115 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2115 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2116 | 2116 | |
| 2117 | - if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
|
| 2118 | - $tabs_arr['post_video']['heading_text'] = $field_title; |
|
| 2119 | - } |
|
| 2117 | + if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
|
| 2118 | + $tabs_arr['post_video']['heading_text'] = $field_title; |
|
| 2119 | + } |
|
| 2120 | 2120 | |
| 2121 | - if (array_key_exists('special_offers', $tabs_arr)) {
|
|
| 2121 | + if (array_key_exists('special_offers', $tabs_arr)) {
|
|
| 2122 | 2122 | |
| 2123 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2123 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2124 | 2124 | |
| 2125 | - if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
|
| 2126 | - $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
| 2127 | - } |
|
| 2125 | + if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
|
| 2126 | + $tabs_arr['special_offers']['heading_text'] = $field_title; |
|
| 2127 | + } |
|
| 2128 | 2128 | |
| 2129 | - } |
|
| 2129 | + } |
|
| 2130 | 2130 | |
| 2131 | - return $tabs_arr; |
|
| 2131 | + return $tabs_arr; |
|
| 2132 | 2132 | |
| 2133 | 2133 | } |
| 2134 | 2134 | |
@@ -2141,10 +2141,10 @@ discard block |
||
| 2141 | 2141 | */ |
| 2142 | 2142 | function geodir_remove_template_redirect_actions() |
| 2143 | 2143 | {
|
| 2144 | - if (geodir_is_page('login')){
|
|
| 2145 | - remove_all_actions('template_redirect');
|
|
| 2146 | - remove_action('init', 'avia_modify_front', 10);
|
|
| 2147 | - } |
|
| 2144 | + if (geodir_is_page('login')){
|
|
| 2145 | + remove_all_actions('template_redirect');
|
|
| 2146 | + remove_action('init', 'avia_modify_front', 10);
|
|
| 2147 | + } |
|
| 2148 | 2148 | } |
| 2149 | 2149 | |
| 2150 | 2150 | |
@@ -2166,51 +2166,51 @@ discard block |
||
| 2166 | 2166 | function geodirectory_before_featured_image_delete($attachment_id) |
| 2167 | 2167 | {
|
| 2168 | 2168 | |
| 2169 | - global $wpdb, $plugin_prefix; |
|
| 2169 | + global $wpdb, $plugin_prefix; |
|
| 2170 | 2170 | |
| 2171 | - $post_id = get_post_field('post_parent', $attachment_id);
|
|
| 2171 | + $post_id = get_post_field('post_parent', $attachment_id);
|
|
| 2172 | 2172 | |
| 2173 | - $attachment_url = wp_get_attachment_url($attachment_id); |
|
| 2173 | + $attachment_url = wp_get_attachment_url($attachment_id); |
|
| 2174 | 2174 | |
| 2175 | - if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
|
|
| 2175 | + if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
|
|
| 2176 | 2176 | |
| 2177 | - $post_type = get_post_type($post_id); |
|
| 2177 | + $post_type = get_post_type($post_id); |
|
| 2178 | 2178 | |
| 2179 | - $all_postypes = geodir_get_posttypes(); |
|
| 2179 | + $all_postypes = geodir_get_posttypes(); |
|
| 2180 | 2180 | |
| 2181 | - if (!in_array($post_type, $all_postypes) || !is_admin()) |
|
| 2182 | - return false; |
|
| 2181 | + if (!in_array($post_type, $all_postypes) || !is_admin()) |
|
| 2182 | + return false; |
|
| 2183 | 2183 | |
| 2184 | - $uploads = wp_upload_dir(); |
|
| 2184 | + $uploads = wp_upload_dir(); |
|
| 2185 | 2185 | |
| 2186 | - $split_img_path = explode($uploads['baseurl'], $attachment_url); |
|
| 2186 | + $split_img_path = explode($uploads['baseurl'], $attachment_url); |
|
| 2187 | 2187 | |
| 2188 | - $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : ''; |
|
| 2188 | + $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : ''; |
|
| 2189 | 2189 | |
| 2190 | - $wpdb->query( |
|
| 2191 | - $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
|
|
| 2192 | - array($post_id, $split_img_file_path) |
|
| 2193 | - ) |
|
| 2194 | - ); |
|
| 2190 | + $wpdb->query( |
|
| 2191 | + $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
|
|
| 2192 | + array($post_id, $split_img_file_path) |
|
| 2193 | + ) |
|
| 2194 | + ); |
|
| 2195 | 2195 | |
| 2196 | - $attachment_data = $wpdb->get_row( |
|
| 2197 | - $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
|
|
| 2198 | - array($post_id) |
|
| 2199 | - ) |
|
| 2200 | - ); |
|
| 2196 | + $attachment_data = $wpdb->get_row( |
|
| 2197 | + $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
|
|
| 2198 | + array($post_id) |
|
| 2199 | + ) |
|
| 2200 | + ); |
|
| 2201 | 2201 | |
| 2202 | - if (!empty($attachment_data)) {
|
|
| 2203 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2204 | - } |
|
| 2202 | + if (!empty($attachment_data)) {
|
|
| 2203 | + $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2204 | + } |
|
| 2205 | 2205 | |
| 2206 | 2206 | |
| 2207 | - $table_name = $plugin_prefix . $post_type . '_detail'; |
|
| 2207 | + $table_name = $plugin_prefix . $post_type . '_detail'; |
|
| 2208 | 2208 | |
| 2209 | - $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2209 | + $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2210 | 2210 | |
| 2211 | - geodir_set_wp_featured_image($post_id); |
|
| 2211 | + geodir_set_wp_featured_image($post_id); |
|
| 2212 | 2212 | |
| 2213 | - } |
|
| 2213 | + } |
|
| 2214 | 2214 | |
| 2215 | 2215 | } |
| 2216 | 2216 | |
@@ -2228,79 +2228,79 @@ discard block |
||
| 2228 | 2228 | function geodir_temp_set_post_attachment() |
| 2229 | 2229 | {
|
| 2230 | 2230 | |
| 2231 | - global $wpdb, $plugin_prefix; |
|
| 2231 | + global $wpdb, $plugin_prefix; |
|
| 2232 | 2232 | |
| 2233 | - $all_postypes = geodir_get_posttypes(); |
|
| 2233 | + $all_postypes = geodir_get_posttypes(); |
|
| 2234 | 2234 | |
| 2235 | - foreach ($all_postypes as $posttype) {
|
|
| 2235 | + foreach ($all_postypes as $posttype) {
|
|
| 2236 | 2236 | |
| 2237 | - $tablename = $plugin_prefix . $posttype . '_detail'; |
|
| 2237 | + $tablename = $plugin_prefix . $posttype . '_detail'; |
|
| 2238 | 2238 | |
| 2239 | - $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
|
|
| 2239 | + $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
|
|
| 2240 | 2240 | |
| 2241 | - if (!empty($get_post_data)) {
|
|
| 2241 | + if (!empty($get_post_data)) {
|
|
| 2242 | 2242 | |
| 2243 | - foreach ($get_post_data as $data) {
|
|
| 2243 | + foreach ($get_post_data as $data) {
|
|
| 2244 | 2244 | |
| 2245 | - $post_id = $data->post_id; |
|
| 2245 | + $post_id = $data->post_id; |
|
| 2246 | 2246 | |
| 2247 | - $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
|
|
| 2247 | + $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
|
|
| 2248 | 2248 | |
| 2249 | - if (!empty($attachment_data)) {
|
|
| 2249 | + if (!empty($attachment_data)) {
|
|
| 2250 | 2250 | |
| 2251 | - foreach ($attachment_data as $attach) {
|
|
| 2251 | + foreach ($attachment_data as $attach) {
|
|
| 2252 | 2252 | |
| 2253 | - $file_info = pathinfo($attach->file); |
|
| 2253 | + $file_info = pathinfo($attach->file); |
|
| 2254 | 2254 | |
| 2255 | - $sub_dir = ''; |
|
| 2256 | - if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') |
|
| 2257 | - $sub_dir = stripslashes_deep($file_info['dirname']); |
|
| 2255 | + $sub_dir = ''; |
|
| 2256 | + if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') |
|
| 2257 | + $sub_dir = stripslashes_deep($file_info['dirname']); |
|
| 2258 | 2258 | |
| 2259 | - $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs |
|
| 2260 | - $uploads_path = $uploads['basedir']; |
|
| 2259 | + $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs |
|
| 2260 | + $uploads_path = $uploads['basedir']; |
|
| 2261 | 2261 | |
| 2262 | - $file_name = $file_info['basename']; |
|
| 2262 | + $file_name = $file_info['basename']; |
|
| 2263 | 2263 | |
| 2264 | - $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name; |
|
| 2264 | + $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name; |
|
| 2265 | 2265 | |
| 2266 | - if (!file_exists($img_arr['path'])) {
|
|
| 2266 | + if (!file_exists($img_arr['path'])) {
|
|
| 2267 | 2267 | |
| 2268 | - $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
|
|
| 2268 | + $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
|
|
| 2269 | 2269 | |
| 2270 | - } |
|
| 2270 | + } |
|
| 2271 | 2271 | |
| 2272 | - } |
|
| 2272 | + } |
|
| 2273 | 2273 | |
| 2274 | - $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
|
|
| 2274 | + $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
|
|
| 2275 | 2275 | |
| 2276 | - if (!empty($attachment_data)) {
|
|
| 2276 | + if (!empty($attachment_data)) {
|
|
| 2277 | 2277 | |
| 2278 | - if ($attachment_data->ID) |
|
| 2279 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2278 | + if ($attachment_data->ID) |
|
| 2279 | + $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2280 | 2280 | |
| 2281 | - } else {
|
|
| 2281 | + } else {
|
|
| 2282 | 2282 | |
| 2283 | - if (has_post_thumbnail($post_id)) {
|
|
| 2283 | + if (has_post_thumbnail($post_id)) {
|
|
| 2284 | 2284 | |
| 2285 | - $post_thumbnail_id = get_post_thumbnail_id($post_id); |
|
| 2285 | + $post_thumbnail_id = get_post_thumbnail_id($post_id); |
|
| 2286 | 2286 | |
| 2287 | - wp_delete_attachment($post_thumbnail_id); |
|
| 2287 | + wp_delete_attachment($post_thumbnail_id); |
|
| 2288 | 2288 | |
| 2289 | - } |
|
| 2289 | + } |
|
| 2290 | 2290 | |
| 2291 | - } |
|
| 2291 | + } |
|
| 2292 | 2292 | |
| 2293 | - $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2293 | + $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2294 | 2294 | |
| 2295 | - geodir_set_wp_featured_image($post_id); |
|
| 2295 | + geodir_set_wp_featured_image($post_id); |
|
| 2296 | 2296 | |
| 2297 | - } |
|
| 2297 | + } |
|
| 2298 | 2298 | |
| 2299 | - } |
|
| 2299 | + } |
|
| 2300 | 2300 | |
| 2301 | - } |
|
| 2301 | + } |
|
| 2302 | 2302 | |
| 2303 | - } |
|
| 2303 | + } |
|
| 2304 | 2304 | |
| 2305 | 2305 | } |
| 2306 | 2306 | |
@@ -2318,9 +2318,9 @@ discard block |
||
| 2318 | 2318 | function geodir_default_rating_star_icon() |
| 2319 | 2319 | {
|
| 2320 | 2320 | |
| 2321 | - if (!get_option('geodir_default_rating_star_icon')) {
|
|
| 2322 | - update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
|
|
| 2323 | - } |
|
| 2321 | + if (!get_option('geodir_default_rating_star_icon')) {
|
|
| 2322 | + update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
|
|
| 2323 | + } |
|
| 2324 | 2324 | |
| 2325 | 2325 | } |
| 2326 | 2326 | |
@@ -2338,27 +2338,27 @@ discard block |
||
| 2338 | 2338 | */ |
| 2339 | 2339 | function geodir_user_post_listing_count($user_id=null) |
| 2340 | 2340 | {
|
| 2341 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 2342 | - if(!$user_id){
|
|
| 2343 | - $user_id = $current_user->ID; |
|
| 2344 | - } |
|
| 2341 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 2342 | + if(!$user_id){
|
|
| 2343 | + $user_id = $current_user->ID; |
|
| 2344 | + } |
|
| 2345 | 2345 | |
| 2346 | - $user_id = $current_user->ID; |
|
| 2347 | - $all_postypes = geodir_get_posttypes(); |
|
| 2348 | - $all_posts = get_option('geodir_listing_link_user_dashboard');
|
|
| 2346 | + $user_id = $current_user->ID; |
|
| 2347 | + $all_postypes = geodir_get_posttypes(); |
|
| 2348 | + $all_posts = get_option('geodir_listing_link_user_dashboard');
|
|
| 2349 | 2349 | |
| 2350 | - $user_listing = array(); |
|
| 2351 | - if (is_array($all_posts) && !empty($all_posts)) {
|
|
| 2352 | - foreach ($all_posts as $ptype) {
|
|
| 2353 | - $total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2350 | + $user_listing = array(); |
|
| 2351 | + if (is_array($all_posts) && !empty($all_posts)) {
|
|
| 2352 | + foreach ($all_posts as $ptype) {
|
|
| 2353 | + $total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2354 | 2354 | |
| 2355 | - if ($total_posts > 0) {
|
|
| 2356 | - $user_listing[$ptype] = $total_posts; |
|
| 2357 | - } |
|
| 2358 | - } |
|
| 2359 | - } |
|
| 2355 | + if ($total_posts > 0) {
|
|
| 2356 | + $user_listing[$ptype] = $total_posts; |
|
| 2357 | + } |
|
| 2358 | + } |
|
| 2359 | + } |
|
| 2360 | 2360 | |
| 2361 | - return $user_listing; |
|
| 2361 | + return $user_listing; |
|
| 2362 | 2362 | } |
| 2363 | 2363 | |
| 2364 | 2364 | |
@@ -2378,189 +2378,189 @@ discard block |
||
| 2378 | 2378 | */ |
| 2379 | 2379 | function geodir_detail_page_custom_field_tab($tabs_arr) |
| 2380 | 2380 | {
|
| 2381 | - global $post; |
|
| 2382 | - |
|
| 2383 | - $post_type = geodir_get_current_posttype(); |
|
| 2384 | - $all_postypes = geodir_get_posttypes(); |
|
| 2385 | - |
|
| 2386 | - if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
|
|
| 2387 | - $package_info = array(); |
|
| 2388 | - $package_info = geodir_post_package_info($package_info, $post); |
|
| 2389 | - $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 2390 | - $fields_location = 'owntab'; |
|
| 2391 | - |
|
| 2392 | - $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location); |
|
| 2393 | - //remove video and special offers if it is already set to show |
|
| 2394 | - if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
|
|
| 2395 | - $unset_video = true; |
|
| 2396 | - } |
|
| 2397 | - |
|
| 2398 | - if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
|
|
| 2399 | - $unset_special_offers = true; |
|
| 2400 | - } |
|
| 2401 | - if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
|
|
| 2402 | - foreach($custom_fields as $key => $custom_field){
|
|
| 2403 | - if($custom_field['name']=='geodir_video' && isset($unset_video)){
|
|
| 2404 | - unset($custom_fields[$key]); |
|
| 2405 | - } |
|
| 2406 | - if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
|
|
| 2407 | - unset($custom_fields[$key]); |
|
| 2408 | - } |
|
| 2409 | - } |
|
| 2410 | - } |
|
| 2411 | - |
|
| 2412 | - |
|
| 2413 | - if (!empty($custom_fields)) {
|
|
| 2414 | - $parse_custom_fields = array(); |
|
| 2415 | - foreach ($custom_fields as $field) {
|
|
| 2416 | - $field = stripslashes_deep($field); // strip slashes |
|
| 2417 | - $type = $field; |
|
| 2418 | - $field_name = $field['htmlvar_name']; |
|
| 2419 | - if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
|
|
| 2420 | - $post->{$field_name} = $_REQUEST[$field_name];
|
|
| 2421 | - } |
|
| 2381 | + global $post; |
|
| 2422 | 2382 | |
| 2423 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2424 | - if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
|
| 2425 | - continue; |
|
| 2426 | - } |
|
| 2383 | + $post_type = geodir_get_current_posttype(); |
|
| 2384 | + $all_postypes = geodir_get_posttypes(); |
|
| 2427 | 2385 | |
| 2428 | - $parse_custom_fields[] = $field; |
|
| 2429 | - } |
|
| 2430 | - } |
|
| 2431 | - $custom_fields = $parse_custom_fields; |
|
| 2432 | - } |
|
| 2433 | - //print_r($custom_fields); |
|
| 2434 | - if (!empty($custom_fields)) {
|
|
| 2386 | + if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
|
|
| 2387 | + $package_info = array(); |
|
| 2388 | + $package_info = geodir_post_package_info($package_info, $post); |
|
| 2389 | + $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 2390 | + $fields_location = 'owntab'; |
|
| 2435 | 2391 | |
| 2436 | - global $field_set_start; |
|
| 2392 | + $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location); |
|
| 2393 | + //remove video and special offers if it is already set to show |
|
| 2394 | + if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
|
|
| 2395 | + $unset_video = true; |
|
| 2396 | + } |
|
| 2437 | 2397 | |
| 2438 | - $post = stripslashes_deep($post); // strip slashes |
|
| 2439 | - |
|
| 2440 | - $field_set_start = 0; |
|
| 2441 | - $fieldset_count = 0; |
|
| 2442 | - $fieldset = ''; |
|
| 2443 | - $total_fields = count($custom_fields); |
|
| 2444 | - $count_field = 0; |
|
| 2445 | - $fieldset_arr = array(); |
|
| 2446 | - $i = 0; |
|
| 2447 | - $geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL; |
|
| 2448 | - |
|
| 2449 | - foreach ($custom_fields as $field) {
|
|
| 2450 | - $count_field++; |
|
| 2451 | - $field_name = $field['htmlvar_name']; |
|
| 2452 | - if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
|
|
| 2453 | - $post->{$field_name} = $_REQUEST[$field_name];
|
|
| 2454 | - } |
|
| 2398 | + if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
|
|
| 2399 | + $unset_special_offers = true; |
|
| 2400 | + } |
|
| 2401 | + if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
|
|
| 2402 | + foreach($custom_fields as $key => $custom_field){
|
|
| 2403 | + if($custom_field['name']=='geodir_video' && isset($unset_video)){
|
|
| 2404 | + unset($custom_fields[$key]); |
|
| 2405 | + } |
|
| 2406 | + if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
|
|
| 2407 | + unset($custom_fields[$key]); |
|
| 2408 | + } |
|
| 2409 | + } |
|
| 2410 | + } |
|
| 2455 | 2411 | |
| 2456 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2457 | - $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title']; |
|
| 2458 | - $site_title = trim($field['site_title']); |
|
| 2459 | - $type = $field; |
|
| 2460 | - $variables_array = array(); |
|
| 2461 | 2412 | |
| 2462 | - if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
|
| 2463 | - continue; |
|
| 2464 | - } |
|
| 2413 | + if (!empty($custom_fields)) {
|
|
| 2414 | + $parse_custom_fields = array(); |
|
| 2415 | + foreach ($custom_fields as $field) {
|
|
| 2416 | + $field = stripslashes_deep($field); // strip slashes |
|
| 2417 | + $type = $field; |
|
| 2418 | + $field_name = $field['htmlvar_name']; |
|
| 2419 | + if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
|
|
| 2420 | + $post->{$field_name} = $_REQUEST[$field_name];
|
|
| 2421 | + } |
|
| 2465 | 2422 | |
| 2466 | - if ($type['type'] != 'fieldset') {
|
|
| 2467 | - $i++; |
|
| 2468 | - $variables_array['post_id'] = $post->ID; |
|
| 2469 | - $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 2470 | - $variables_array['value'] = ''; |
|
| 2471 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 2472 | - }else{
|
|
| 2473 | - $i = 0; |
|
| 2474 | - $fieldset_count++; |
|
| 2475 | - $field_set_start = 1; |
|
| 2476 | - $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count; |
|
| 2477 | - $fieldset_arr[$fieldset_count]['label'] = $label; |
|
| 2478 | - } |
|
| 2423 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2424 | + if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
|
| 2425 | + continue; |
|
| 2426 | + } |
|
| 2479 | 2427 | |
| 2428 | + $parse_custom_fields[] = $field; |
|
| 2429 | + } |
|
| 2430 | + } |
|
| 2431 | + $custom_fields = $parse_custom_fields; |
|
| 2432 | + } |
|
| 2433 | + //print_r($custom_fields); |
|
| 2434 | + if (!empty($custom_fields)) {
|
|
| 2480 | 2435 | |
| 2481 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 2482 | - $type = stripslashes_deep($type); // strip slashes |
|
| 2483 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 2484 | - $html = ''; |
|
| 2485 | - $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 2486 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 2487 | - $field_icon = geodir_field_icon_proccess($type); |
|
| 2488 | - $filed_type = $type['type']; |
|
| 2489 | - |
|
| 2490 | - /** |
|
| 2491 | - * Filter the output for custom fields. |
|
| 2492 | - * |
|
| 2493 | - * Here we can remove or add new functions depending on the field type. |
|
| 2494 | - * |
|
| 2495 | - * @param string $html The html to be filtered (blank). |
|
| 2496 | - * @param string $fields_location The location the field is to be show. |
|
| 2497 | - * @param array $type The array of field values. |
|
| 2498 | - */ |
|
| 2499 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 2500 | - |
|
| 2501 | - |
|
| 2502 | - /** |
|
| 2503 | - * Filter custom field output in tab. |
|
| 2504 | - * |
|
| 2505 | - * @since 1.5.6 |
|
| 2506 | - * |
|
| 2507 | - * @param string $html_var The HTML variable name for the field. |
|
| 2508 | - * @param string $html Custom field unfiltered HTML. |
|
| 2509 | - * @param array $variables_array Custom field variables array. |
|
| 2510 | - */ |
|
| 2511 | - $html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
|
|
| 2512 | - |
|
| 2513 | - $fieldset_html = ''; |
|
| 2514 | - if ($field_set_start == 1) {
|
|
| 2515 | - $add_html = false; |
|
| 2516 | - if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
|
|
| 2517 | - if ($fieldset != '') {
|
|
| 2518 | - $add_html = true; |
|
| 2519 | - $label = $fieldset_arr[$fieldset_count - 1]['label']; |
|
| 2520 | - $htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name']; |
|
| 2521 | - } |
|
| 2522 | - $fieldset_html = $fieldset; |
|
| 2523 | - $fieldset = ''; |
|
| 2524 | - } else {
|
|
| 2525 | - $fieldset .= $html; |
|
| 2526 | - if ($total_fields == $count_field && $fieldset != '') {
|
|
| 2527 | - $add_html = true; |
|
| 2528 | - $label = $fieldset_arr[$fieldset_count]['label']; |
|
| 2529 | - $htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name']; |
|
| 2530 | - $fieldset_html = $fieldset; |
|
| 2531 | - } |
|
| 2532 | - } |
|
| 2436 | + global $field_set_start; |
|
| 2533 | 2437 | |
| 2534 | - if ($add_html) {
|
|
| 2535 | - $tabs_arr[$htmlvar_name] = array( |
|
| 2536 | - 'heading_text' => __($label, 'geodirectory'), |
|
| 2537 | - 'is_active_tab' => false, |
|
| 2538 | - /** |
|
| 2539 | - * Filter if a custom field should be displayed on the details page tab. |
|
| 2540 | - * |
|
| 2541 | - * @since 1.0.0 |
|
| 2542 | - * @param string $htmlvar_name The field HTML var name. |
|
| 2543 | - */ |
|
| 2544 | - 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
|
|
| 2545 | - 'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>' |
|
| 2546 | - ); |
|
| 2547 | - } |
|
| 2548 | - } else {
|
|
| 2549 | - if ($html != '') {
|
|
| 2550 | - $tabs_arr[$html_var] = array( |
|
| 2551 | - 'heading_text' => __($label, 'geodirectory'), |
|
| 2552 | - 'is_active_tab' => false, |
|
| 2553 | - /** This action is documented in geodirectory_hooks_actions.php */ |
|
| 2554 | - 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
|
|
| 2555 | - 'tab_content' => $html |
|
| 2556 | - ); |
|
| 2557 | - } |
|
| 2558 | - } |
|
| 2559 | - } |
|
| 2560 | - } |
|
| 2561 | - } |
|
| 2562 | - } |
|
| 2563 | - return $tabs_arr; |
|
| 2438 | + $post = stripslashes_deep($post); // strip slashes |
|
| 2439 | + |
|
| 2440 | + $field_set_start = 0; |
|
| 2441 | + $fieldset_count = 0; |
|
| 2442 | + $fieldset = ''; |
|
| 2443 | + $total_fields = count($custom_fields); |
|
| 2444 | + $count_field = 0; |
|
| 2445 | + $fieldset_arr = array(); |
|
| 2446 | + $i = 0; |
|
| 2447 | + $geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL; |
|
| 2448 | + |
|
| 2449 | + foreach ($custom_fields as $field) {
|
|
| 2450 | + $count_field++; |
|
| 2451 | + $field_name = $field['htmlvar_name']; |
|
| 2452 | + if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
|
|
| 2453 | + $post->{$field_name} = $_REQUEST[$field_name];
|
|
| 2454 | + } |
|
| 2455 | + |
|
| 2456 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2457 | + $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title']; |
|
| 2458 | + $site_title = trim($field['site_title']); |
|
| 2459 | + $type = $field; |
|
| 2460 | + $variables_array = array(); |
|
| 2461 | + |
|
| 2462 | + if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
|
| 2463 | + continue; |
|
| 2464 | + } |
|
| 2465 | + |
|
| 2466 | + if ($type['type'] != 'fieldset') {
|
|
| 2467 | + $i++; |
|
| 2468 | + $variables_array['post_id'] = $post->ID; |
|
| 2469 | + $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 2470 | + $variables_array['value'] = ''; |
|
| 2471 | + $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 2472 | + }else{
|
|
| 2473 | + $i = 0; |
|
| 2474 | + $fieldset_count++; |
|
| 2475 | + $field_set_start = 1; |
|
| 2476 | + $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count; |
|
| 2477 | + $fieldset_arr[$fieldset_count]['label'] = $label; |
|
| 2478 | + } |
|
| 2479 | + |
|
| 2480 | + |
|
| 2481 | + if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 2482 | + $type = stripslashes_deep($type); // strip slashes |
|
| 2483 | + if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 2484 | + $html = ''; |
|
| 2485 | + $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 2486 | + if($html_var=='post'){$html_var='post_address';}
|
|
| 2487 | + $field_icon = geodir_field_icon_proccess($type); |
|
| 2488 | + $filed_type = $type['type']; |
|
| 2489 | + |
|
| 2490 | + /** |
|
| 2491 | + * Filter the output for custom fields. |
|
| 2492 | + * |
|
| 2493 | + * Here we can remove or add new functions depending on the field type. |
|
| 2494 | + * |
|
| 2495 | + * @param string $html The html to be filtered (blank). |
|
| 2496 | + * @param string $fields_location The location the field is to be show. |
|
| 2497 | + * @param array $type The array of field values. |
|
| 2498 | + */ |
|
| 2499 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 2500 | + |
|
| 2501 | + |
|
| 2502 | + /** |
|
| 2503 | + * Filter custom field output in tab. |
|
| 2504 | + * |
|
| 2505 | + * @since 1.5.6 |
|
| 2506 | + * |
|
| 2507 | + * @param string $html_var The HTML variable name for the field. |
|
| 2508 | + * @param string $html Custom field unfiltered HTML. |
|
| 2509 | + * @param array $variables_array Custom field variables array. |
|
| 2510 | + */ |
|
| 2511 | + $html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
|
|
| 2512 | + |
|
| 2513 | + $fieldset_html = ''; |
|
| 2514 | + if ($field_set_start == 1) {
|
|
| 2515 | + $add_html = false; |
|
| 2516 | + if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
|
|
| 2517 | + if ($fieldset != '') {
|
|
| 2518 | + $add_html = true; |
|
| 2519 | + $label = $fieldset_arr[$fieldset_count - 1]['label']; |
|
| 2520 | + $htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name']; |
|
| 2521 | + } |
|
| 2522 | + $fieldset_html = $fieldset; |
|
| 2523 | + $fieldset = ''; |
|
| 2524 | + } else {
|
|
| 2525 | + $fieldset .= $html; |
|
| 2526 | + if ($total_fields == $count_field && $fieldset != '') {
|
|
| 2527 | + $add_html = true; |
|
| 2528 | + $label = $fieldset_arr[$fieldset_count]['label']; |
|
| 2529 | + $htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name']; |
|
| 2530 | + $fieldset_html = $fieldset; |
|
| 2531 | + } |
|
| 2532 | + } |
|
| 2533 | + |
|
| 2534 | + if ($add_html) {
|
|
| 2535 | + $tabs_arr[$htmlvar_name] = array( |
|
| 2536 | + 'heading_text' => __($label, 'geodirectory'), |
|
| 2537 | + 'is_active_tab' => false, |
|
| 2538 | + /** |
|
| 2539 | + * Filter if a custom field should be displayed on the details page tab. |
|
| 2540 | + * |
|
| 2541 | + * @since 1.0.0 |
|
| 2542 | + * @param string $htmlvar_name The field HTML var name. |
|
| 2543 | + */ |
|
| 2544 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
|
|
| 2545 | + 'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>' |
|
| 2546 | + ); |
|
| 2547 | + } |
|
| 2548 | + } else {
|
|
| 2549 | + if ($html != '') {
|
|
| 2550 | + $tabs_arr[$html_var] = array( |
|
| 2551 | + 'heading_text' => __($label, 'geodirectory'), |
|
| 2552 | + 'is_active_tab' => false, |
|
| 2553 | + /** This action is documented in geodirectory_hooks_actions.php */ |
|
| 2554 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
|
|
| 2555 | + 'tab_content' => $html |
|
| 2556 | + ); |
|
| 2557 | + } |
|
| 2558 | + } |
|
| 2559 | + } |
|
| 2560 | + } |
|
| 2561 | + } |
|
| 2562 | + } |
|
| 2563 | + return $tabs_arr; |
|
| 2564 | 2564 | } |
| 2565 | 2565 | |
| 2566 | 2566 | /* display add listing page for wpml */ |
@@ -2584,39 +2584,39 @@ discard block |
||
| 2584 | 2584 | */ |
| 2585 | 2585 | function geodir_add_post_status_author_page() |
| 2586 | 2586 | {
|
| 2587 | - global $wpdb, $post; |
|
| 2588 | - |
|
| 2589 | - $html = ''; |
|
| 2590 | - if (get_current_user_id()) {
|
|
| 2591 | - |
|
| 2592 | - $is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
|
|
| 2593 | - if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
|
|
| 2594 | - |
|
| 2595 | - // we need to query real status direct as we dynamically change the status for author on author page so even non author status can view them. |
|
| 2596 | - $real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
|
|
| 2597 | - $status = "<strong>(";
|
|
| 2598 | - $status_icon = '<i class="fa fa-play"></i>'; |
|
| 2599 | - if ($real_status == 'publish') {
|
|
| 2600 | - $status .= __('Published', 'geodirectory');
|
|
| 2601 | - } else {
|
|
| 2602 | - $status .= __('Not published', 'geodirectory');
|
|
| 2603 | - $status_icon = '<i class="fa fa-pause"></i>'; |
|
| 2604 | - } |
|
| 2605 | - $status .= ")</strong>"; |
|
| 2587 | + global $wpdb, $post; |
|
| 2588 | + |
|
| 2589 | + $html = ''; |
|
| 2590 | + if (get_current_user_id()) {
|
|
| 2591 | + |
|
| 2592 | + $is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
|
|
| 2593 | + if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
|
|
| 2594 | + |
|
| 2595 | + // we need to query real status direct as we dynamically change the status for author on author page so even non author status can view them. |
|
| 2596 | + $real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
|
|
| 2597 | + $status = "<strong>(";
|
|
| 2598 | + $status_icon = '<i class="fa fa-play"></i>'; |
|
| 2599 | + if ($real_status == 'publish') {
|
|
| 2600 | + $status .= __('Published', 'geodirectory');
|
|
| 2601 | + } else {
|
|
| 2602 | + $status .= __('Not published', 'geodirectory');
|
|
| 2603 | + $status_icon = '<i class="fa fa-pause"></i>'; |
|
| 2604 | + } |
|
| 2605 | + $status .= ")</strong>"; |
|
| 2606 | 2606 | |
| 2607 | - $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
|
|
| 2608 | - } |
|
| 2609 | - } |
|
| 2607 | + $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
|
|
| 2608 | + } |
|
| 2609 | + } |
|
| 2610 | 2610 | |
| 2611 | - if ($html != '') {
|
|
| 2612 | - /** |
|
| 2613 | - * Filter the post status text on the author page. |
|
| 2614 | - * |
|
| 2615 | - * @since 1.0.0 |
|
| 2616 | - * @param string $html The HTML of the status. |
|
| 2617 | - */ |
|
| 2618 | - echo apply_filters('geodir_filter_status_text_on_author_page', $html);
|
|
| 2619 | - } |
|
| 2611 | + if ($html != '') {
|
|
| 2612 | + /** |
|
| 2613 | + * Filter the post status text on the author page. |
|
| 2614 | + * |
|
| 2615 | + * @since 1.0.0 |
|
| 2616 | + * @param string $html The HTML of the status. |
|
| 2617 | + */ |
|
| 2618 | + echo apply_filters('geodir_filter_status_text_on_author_page', $html);
|
|
| 2619 | + } |
|
| 2620 | 2620 | |
| 2621 | 2621 | |
| 2622 | 2622 | } |
@@ -2630,21 +2630,21 @@ discard block |
||
| 2630 | 2630 | */ |
| 2631 | 2631 | function geodir_init_no_rating() |
| 2632 | 2632 | {
|
| 2633 | - if (get_option('geodir_disable_rating')) {
|
|
| 2634 | - remove_action('comment_form_logged_in_after', 'geodir_comment_rating_fields');
|
|
| 2635 | - remove_action('comment_form_before_fields', 'geodir_comment_rating_fields');
|
|
| 2636 | - remove_action('comment_form_logged_in_after', 'geodir_reviewrating_comment_rating_fields');
|
|
| 2637 | - remove_action('comment_form_before_fields', 'geodir_reviewrating_comment_rating_fields');
|
|
| 2638 | - remove_action('add_meta_boxes_comment', 'geodir_comment_add_meta_box');
|
|
| 2639 | - remove_action('add_meta_boxes', 'geodir_reviewrating_comment_metabox', 13);
|
|
| 2640 | - remove_filter('comment_text', 'geodir_wrap_comment_text', 40);
|
|
| 2641 | - |
|
| 2642 | - add_action('comment_form_logged_in_after', 'geodir_no_rating_rating_fields');
|
|
| 2643 | - add_action('comment_form_before_fields', 'geodir_no_rating_rating_fields');
|
|
| 2644 | - add_filter('comment_text', 'geodir_no_rating_comment_text', 100, 2);
|
|
| 2645 | - add_filter('geodir_detail_page_review_rating_html', 'geodir_no_rating_review_rating_html', 100);
|
|
| 2646 | - add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
|
|
| 2647 | - } |
|
| 2633 | + if (get_option('geodir_disable_rating')) {
|
|
| 2634 | + remove_action('comment_form_logged_in_after', 'geodir_comment_rating_fields');
|
|
| 2635 | + remove_action('comment_form_before_fields', 'geodir_comment_rating_fields');
|
|
| 2636 | + remove_action('comment_form_logged_in_after', 'geodir_reviewrating_comment_rating_fields');
|
|
| 2637 | + remove_action('comment_form_before_fields', 'geodir_reviewrating_comment_rating_fields');
|
|
| 2638 | + remove_action('add_meta_boxes_comment', 'geodir_comment_add_meta_box');
|
|
| 2639 | + remove_action('add_meta_boxes', 'geodir_reviewrating_comment_metabox', 13);
|
|
| 2640 | + remove_filter('comment_text', 'geodir_wrap_comment_text', 40);
|
|
| 2641 | + |
|
| 2642 | + add_action('comment_form_logged_in_after', 'geodir_no_rating_rating_fields');
|
|
| 2643 | + add_action('comment_form_before_fields', 'geodir_no_rating_rating_fields');
|
|
| 2644 | + add_filter('comment_text', 'geodir_no_rating_comment_text', 100, 2);
|
|
| 2645 | + add_filter('geodir_detail_page_review_rating_html', 'geodir_no_rating_review_rating_html', 100);
|
|
| 2646 | + add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
|
|
| 2647 | + } |
|
| 2648 | 2648 | } |
| 2649 | 2649 | |
| 2650 | 2650 | /** |
@@ -2656,24 +2656,24 @@ discard block |
||
| 2656 | 2656 | */ |
| 2657 | 2657 | function geodir_no_rating_rating_fields() |
| 2658 | 2658 | {
|
| 2659 | - global $post; |
|
| 2659 | + global $post; |
|
| 2660 | 2660 | |
| 2661 | - $post_types = geodir_get_posttypes(); |
|
| 2661 | + $post_types = geodir_get_posttypes(); |
|
| 2662 | 2662 | |
| 2663 | - if (!empty($post) && isset($post->post_type) && in_array($post->post_type, $post_types)) {
|
|
| 2664 | - if (is_plugin_active('geodir_review_rating_manager/geodir_review_rating_manager.php')) {
|
|
| 2665 | - if (get_option('geodir_reviewrating_enable_rating')) {
|
|
| 2666 | - echo '<input type="hidden" value="1" name="geodir_rating[overall]" />'; |
|
| 2667 | - } else {
|
|
| 2668 | - echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />'; |
|
| 2669 | - } |
|
| 2670 | - if (get_option('geodir_reviewrating_enable_images')) {
|
|
| 2671 | - geodir_reviewrating_rating_img_html(); |
|
| 2672 | - } |
|
| 2673 | - } else {
|
|
| 2674 | - echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />'; |
|
| 2675 | - } |
|
| 2676 | - } |
|
| 2663 | + if (!empty($post) && isset($post->post_type) && in_array($post->post_type, $post_types)) {
|
|
| 2664 | + if (is_plugin_active('geodir_review_rating_manager/geodir_review_rating_manager.php')) {
|
|
| 2665 | + if (get_option('geodir_reviewrating_enable_rating')) {
|
|
| 2666 | + echo '<input type="hidden" value="1" name="geodir_rating[overall]" />'; |
|
| 2667 | + } else {
|
|
| 2668 | + echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />'; |
|
| 2669 | + } |
|
| 2670 | + if (get_option('geodir_reviewrating_enable_images')) {
|
|
| 2671 | + geodir_reviewrating_rating_img_html(); |
|
| 2672 | + } |
|
| 2673 | + } else {
|
|
| 2674 | + echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />'; |
|
| 2675 | + } |
|
| 2676 | + } |
|
| 2677 | 2677 | } |
| 2678 | 2678 | |
| 2679 | 2679 | /** |
@@ -2687,11 +2687,11 @@ discard block |
||
| 2687 | 2687 | */ |
| 2688 | 2688 | function geodir_no_rating_comment_text($content, $comment = '') |
| 2689 | 2689 | {
|
| 2690 | - if (!is_admin()) {
|
|
| 2691 | - return '<div class="description">' . $content . '</div>'; |
|
| 2692 | - } else {
|
|
| 2693 | - return $content; |
|
| 2694 | - } |
|
| 2690 | + if (!is_admin()) {
|
|
| 2691 | + return '<div class="description">' . $content . '</div>'; |
|
| 2692 | + } else {
|
|
| 2693 | + return $content; |
|
| 2694 | + } |
|
| 2695 | 2695 | } |
| 2696 | 2696 | |
| 2697 | 2697 | /** |
@@ -2704,7 +2704,7 @@ discard block |
||
| 2704 | 2704 | */ |
| 2705 | 2705 | function geodir_no_rating_review_rating_html($content = '') |
| 2706 | 2706 | {
|
| 2707 | - return NULL; |
|
| 2707 | + return NULL; |
|
| 2708 | 2708 | } |
| 2709 | 2709 | |
| 2710 | 2710 | /** |
@@ -2718,19 +2718,19 @@ discard block |
||
| 2718 | 2718 | */ |
| 2719 | 2719 | function geodir_no_rating_get_sort_options($options, $post_type = '') |
| 2720 | 2720 | {
|
| 2721 | - $new_options = array(); |
|
| 2722 | - if (!empty($options)) {
|
|
| 2723 | - foreach ($options as $option) {
|
|
| 2724 | - if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
|
|
| 2725 | - continue; |
|
| 2726 | - } |
|
| 2727 | - $new_options[] = $option; |
|
| 2728 | - } |
|
| 2721 | + $new_options = array(); |
|
| 2722 | + if (!empty($options)) {
|
|
| 2723 | + foreach ($options as $option) {
|
|
| 2724 | + if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
|
|
| 2725 | + continue; |
|
| 2726 | + } |
|
| 2727 | + $new_options[] = $option; |
|
| 2728 | + } |
|
| 2729 | 2729 | |
| 2730 | - $options = $new_options; |
|
| 2731 | - } |
|
| 2730 | + $options = $new_options; |
|
| 2731 | + } |
|
| 2732 | 2732 | |
| 2733 | - return $options; |
|
| 2733 | + return $options; |
|
| 2734 | 2734 | } |
| 2735 | 2735 | |
| 2736 | 2736 | add_filter('geodir_all_js_msg', 'geodir_all_js_msg_no_rating', 100);
|
@@ -2744,11 +2744,11 @@ discard block |
||
| 2744 | 2744 | */ |
| 2745 | 2745 | function geodir_all_js_msg_no_rating($msg = array()) |
| 2746 | 2746 | {
|
| 2747 | - if (get_option('geodir_disable_rating')) {
|
|
| 2748 | - $msg['gd_cmt_no_rating'] = true; |
|
| 2749 | - } |
|
| 2747 | + if (get_option('geodir_disable_rating')) {
|
|
| 2748 | + $msg['gd_cmt_no_rating'] = true; |
|
| 2749 | + } |
|
| 2750 | 2750 | |
| 2751 | - return $msg; |
|
| 2751 | + return $msg; |
|
| 2752 | 2752 | } |
| 2753 | 2753 | |
| 2754 | 2754 | add_filter('body_class', 'geodir_body_class_no_rating', 100);
|
@@ -2762,13 +2762,13 @@ discard block |
||
| 2762 | 2762 | */ |
| 2763 | 2763 | function geodir_body_class_no_rating($classes = array()) |
| 2764 | 2764 | {
|
| 2765 | - if (get_option('geodir_disable_rating')) {
|
|
| 2766 | - $classes[] = 'gd-no-rating'; |
|
| 2767 | - } |
|
| 2765 | + if (get_option('geodir_disable_rating')) {
|
|
| 2766 | + $classes[] = 'gd-no-rating'; |
|
| 2767 | + } |
|
| 2768 | 2768 | |
| 2769 | - $classes[] = 'gd-map-' . geodir_map_name(); |
|
| 2769 | + $classes[] = 'gd-map-' . geodir_map_name(); |
|
| 2770 | 2770 | |
| 2771 | - return $classes; |
|
| 2771 | + return $classes; |
|
| 2772 | 2772 | } |
| 2773 | 2773 | |
| 2774 | 2774 | add_filter('admin_body_class', 'geodir_admin_body_class_no_rating', 100);
|
@@ -2782,13 +2782,13 @@ discard block |
||
| 2782 | 2782 | */ |
| 2783 | 2783 | function geodir_admin_body_class_no_rating($class = '') |
| 2784 | 2784 | {
|
| 2785 | - if (get_option('geodir_disable_rating')) {
|
|
| 2786 | - $class .= ' gd-no-rating'; |
|
| 2787 | - } |
|
| 2785 | + if (get_option('geodir_disable_rating')) {
|
|
| 2786 | + $class .= ' gd-no-rating'; |
|
| 2787 | + } |
|
| 2788 | 2788 | |
| 2789 | - $class .= ' gd-map-' . geodir_map_name(); |
|
| 2789 | + $class .= ' gd-map-' . geodir_map_name(); |
|
| 2790 | 2790 | |
| 2791 | - return $class; |
|
| 2791 | + return $class; |
|
| 2792 | 2792 | } |
| 2793 | 2793 | |
| 2794 | 2794 | add_action('wp_head', 'geodir_wp_head_no_rating');
|
@@ -2801,10 +2801,10 @@ discard block |
||
| 2801 | 2801 | */ |
| 2802 | 2802 | function geodir_wp_head_no_rating() |
| 2803 | 2803 | {
|
| 2804 | - if (get_option('geodir_disable_rating')) {
|
|
| 2805 | - echo '<style>body .geodir-rating, body .geodir-bubble-rating, body .gd_ratings_module_box{display:none!important;}</style>';
|
|
| 2806 | - echo '<script type="text/javascript">jQuery(function(){jQuery(".gd_rating_show").parent(".geodir-rating").remove();});</script>';
|
|
| 2807 | - } |
|
| 2804 | + if (get_option('geodir_disable_rating')) {
|
|
| 2805 | + echo '<style>body .geodir-rating, body .geodir-bubble-rating, body .gd_ratings_module_box{display:none!important;}</style>';
|
|
| 2806 | + echo '<script type="text/javascript">jQuery(function(){jQuery(".gd_rating_show").parent(".geodir-rating").remove();});</script>';
|
|
| 2807 | + } |
|
| 2808 | 2808 | } |
| 2809 | 2809 | |
| 2810 | 2810 | add_filter('geodir_load_db_language', 'geodir_load_custom_field_translation');
|
@@ -2821,36 +2821,36 @@ discard block |
||
| 2821 | 2821 | * @return array Translation texts. |
| 2822 | 2822 | */ |
| 2823 | 2823 | function geodir_load_gd_options_text_translation($translation_texts = array()) {
|
| 2824 | - $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array(); |
|
| 2825 | - |
|
| 2826 | - $gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
|
|
| 2827 | - |
|
| 2828 | - /** |
|
| 2829 | - * Filters the geodirectory option names that requires to add for translation. |
|
| 2830 | - * |
|
| 2831 | - * @since 1.5.7 |
|
| 2832 | - * @package GeoDirectory |
|
| 2833 | - * |
|
| 2834 | - * @param array $gd_options Array of option names. |
|
| 2835 | - */ |
|
| 2836 | - $gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
|
|
| 2837 | - $gd_options = array_unique($gd_options); |
|
| 2838 | - |
|
| 2839 | - if (!empty($gd_options)) {
|
|
| 2840 | - foreach ($gd_options as $gd_option) {
|
|
| 2841 | - if ($gd_option != '' && $option_value = get_option($gd_option)) {
|
|
| 2842 | - $option_value = is_string($option_value) ? stripslashes_deep($option_value) : ''; |
|
| 2824 | + $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array(); |
|
| 2825 | + |
|
| 2826 | + $gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
|
|
| 2827 | + |
|
| 2828 | + /** |
|
| 2829 | + * Filters the geodirectory option names that requires to add for translation. |
|
| 2830 | + * |
|
| 2831 | + * @since 1.5.7 |
|
| 2832 | + * @package GeoDirectory |
|
| 2833 | + * |
|
| 2834 | + * @param array $gd_options Array of option names. |
|
| 2835 | + */ |
|
| 2836 | + $gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
|
|
| 2837 | + $gd_options = array_unique($gd_options); |
|
| 2838 | + |
|
| 2839 | + if (!empty($gd_options)) {
|
|
| 2840 | + foreach ($gd_options as $gd_option) {
|
|
| 2841 | + if ($gd_option != '' && $option_value = get_option($gd_option)) {
|
|
| 2842 | + $option_value = is_string($option_value) ? stripslashes_deep($option_value) : ''; |
|
| 2843 | 2843 | |
| 2844 | - if ($option_value != '' && !in_array($option_value, $translation_texts)) {
|
|
| 2845 | - $translation_texts[] = stripslashes_deep($option_value); |
|
| 2846 | - } |
|
| 2847 | - } |
|
| 2848 | - } |
|
| 2849 | - } |
|
| 2844 | + if ($option_value != '' && !in_array($option_value, $translation_texts)) {
|
|
| 2845 | + $translation_texts[] = stripslashes_deep($option_value); |
|
| 2846 | + } |
|
| 2847 | + } |
|
| 2848 | + } |
|
| 2849 | + } |
|
| 2850 | 2850 | |
| 2851 | - $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 2851 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 2852 | 2852 | |
| 2853 | - return $translation_texts; |
|
| 2853 | + return $translation_texts; |
|
| 2854 | 2854 | } |
| 2855 | 2855 | |
| 2856 | 2856 | add_filter('geodir_load_db_language', 'geodir_load_gd_options_text_translation');
|
@@ -2864,15 +2864,15 @@ discard block |
||
| 2864 | 2864 | |
| 2865 | 2865 | add_filter('get_comments_link', 'gd_get_comments_link', 10, 2);
|
| 2866 | 2866 | function gd_get_comments_link($comments_link, $post_id) {
|
| 2867 | - $post_type = get_post_type($post_id); |
|
| 2867 | + $post_type = get_post_type($post_id); |
|
| 2868 | 2868 | |
| 2869 | - $all_postypes = geodir_get_posttypes(); |
|
| 2870 | - if (in_array($post_type, $all_postypes)) {
|
|
| 2871 | - $comments_link = str_replace('#comments', '#reviews', $comments_link);
|
|
| 2872 | - $comments_link = str_replace('#respond', '#reviews', $comments_link);
|
|
| 2873 | - } |
|
| 2869 | + $all_postypes = geodir_get_posttypes(); |
|
| 2870 | + if (in_array($post_type, $all_postypes)) {
|
|
| 2871 | + $comments_link = str_replace('#comments', '#reviews', $comments_link);
|
|
| 2872 | + $comments_link = str_replace('#respond', '#reviews', $comments_link);
|
|
| 2873 | + } |
|
| 2874 | 2874 | |
| 2875 | - return $comments_link; |
|
| 2875 | + return $comments_link; |
|
| 2876 | 2876 | } |
| 2877 | 2877 | |
| 2878 | 2878 | |
@@ -2890,11 +2890,11 @@ discard block |
||
| 2890 | 2890 | function geodir_add_nav_menu_class( $args ) |
| 2891 | 2891 | {
|
| 2892 | 2892 | |
| 2893 | - if(isset($args['menu_class'])){
|
|
| 2894 | - $args['menu_class'] = $args['menu_class']." gd-menu-z"; |
|
| 2895 | - } |
|
| 2893 | + if(isset($args['menu_class'])){
|
|
| 2894 | + $args['menu_class'] = $args['menu_class']." gd-menu-z"; |
|
| 2895 | + } |
|
| 2896 | 2896 | |
| 2897 | - return $args; |
|
| 2897 | + return $args; |
|
| 2898 | 2898 | } |
| 2899 | 2899 | |
| 2900 | 2900 | add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' ); |
@@ -2911,15 +2911,15 @@ discard block |
||
| 2911 | 2911 | * @return string Filtered locale ID. |
| 2912 | 2912 | */ |
| 2913 | 2913 | function geodir_wpml_filter_locale($locale) {
|
| 2914 | - global $sitepress; |
|
| 2914 | + global $sitepress; |
|
| 2915 | 2915 | |
| 2916 | - $post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : ''); |
|
| 2916 | + $post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : ''); |
|
| 2917 | 2917 | |
| 2918 | - if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
|
|
| 2919 | - $locale = $sitepress->get_locale($current_lang); |
|
| 2920 | - } |
|
| 2918 | + if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
|
|
| 2919 | + $locale = $sitepress->get_locale($current_lang); |
|
| 2920 | + } |
|
| 2921 | 2921 | |
| 2922 | - return $locale; |
|
| 2922 | + return $locale; |
|
| 2923 | 2923 | } |
| 2924 | 2924 | |
| 2925 | 2925 | /** |
@@ -2929,15 +2929,15 @@ discard block |
||
| 2929 | 2929 | * @package GeoDirectory |
| 2930 | 2930 | */ |
| 2931 | 2931 | function geodir_wpml_set_filter() {
|
| 2932 | - if (function_exists('icl_object_id')) {
|
|
| 2933 | - global $sitepress; |
|
| 2932 | + if (function_exists('icl_object_id')) {
|
|
| 2933 | + global $sitepress; |
|
| 2934 | 2934 | |
| 2935 | - if ($sitepress->get_setting('sync_comments_on_duplicates')) {
|
|
| 2936 | - add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
|
|
| 2937 | - } |
|
| 2935 | + if ($sitepress->get_setting('sync_comments_on_duplicates')) {
|
|
| 2936 | + add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
|
|
| 2937 | + } |
|
| 2938 | 2938 | |
| 2939 | - add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
|
|
| 2940 | - } |
|
| 2939 | + add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
|
|
| 2940 | + } |
|
| 2941 | 2941 | } |
| 2942 | 2942 | add_filter('plugins_loaded', 'geodir_wpml_set_filter');
|
| 2943 | 2943 | |
@@ -2950,44 +2950,44 @@ discard block |
||
| 2950 | 2950 | * @return array Filtered languages. |
| 2951 | 2951 | */ |
| 2952 | 2952 | function geodir_wpml_filter_ls_languages($languages) {
|
| 2953 | - global $gd_icl_ls_languages; |
|
| 2953 | + global $gd_icl_ls_languages; |
|
| 2954 | 2954 | |
| 2955 | - if (geodir_is_geodir_page()) {
|
|
| 2956 | - if ($gd_icl_ls_languages) {
|
|
| 2957 | - return $languages; |
|
| 2958 | - } |
|
| 2955 | + if (geodir_is_geodir_page()) {
|
|
| 2956 | + if ($gd_icl_ls_languages) {
|
|
| 2957 | + return $languages; |
|
| 2958 | + } |
|
| 2959 | 2959 | |
| 2960 | - $keep_vars = array(); |
|
| 2960 | + $keep_vars = array(); |
|
| 2961 | 2961 | |
| 2962 | - if (geodir_is_page('add-listing')) {
|
|
| 2963 | - $keep_vars = array('listing_type', 'package_id');
|
|
| 2964 | - } else if (geodir_is_page('search')) {
|
|
| 2965 | - $keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
|
|
| 2966 | - } else if (geodir_is_page('author')) {
|
|
| 2967 | - $keep_vars = array('geodir_dashbord', 'stype', 'list');
|
|
| 2968 | - } else if (geodir_is_page('login')) {
|
|
| 2969 | - $keep_vars = array('forgot', 'signup');
|
|
| 2970 | - } |
|
| 2962 | + if (geodir_is_page('add-listing')) {
|
|
| 2963 | + $keep_vars = array('listing_type', 'package_id');
|
|
| 2964 | + } else if (geodir_is_page('search')) {
|
|
| 2965 | + $keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
|
|
| 2966 | + } else if (geodir_is_page('author')) {
|
|
| 2967 | + $keep_vars = array('geodir_dashbord', 'stype', 'list');
|
|
| 2968 | + } else if (geodir_is_page('login')) {
|
|
| 2969 | + $keep_vars = array('forgot', 'signup');
|
|
| 2970 | + } |
|
| 2971 | 2971 | |
| 2972 | - if (!empty($keep_vars)) {
|
|
| 2973 | - foreach ( $languages as $code => $url) {
|
|
| 2974 | - $filter_url = $url['url']; |
|
| 2972 | + if (!empty($keep_vars)) {
|
|
| 2973 | + foreach ( $languages as $code => $url) {
|
|
| 2974 | + $filter_url = $url['url']; |
|
| 2975 | 2975 | |
| 2976 | - foreach ($keep_vars as $var) {
|
|
| 2977 | - if (isset($_GET[$var]) && !is_array($_GET[$var])) {
|
|
| 2978 | - $filter_url = remove_query_arg(array($var), $filter_url); |
|
| 2979 | - $filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url); |
|
| 2980 | - } |
|
| 2981 | - } |
|
| 2976 | + foreach ($keep_vars as $var) {
|
|
| 2977 | + if (isset($_GET[$var]) && !is_array($_GET[$var])) {
|
|
| 2978 | + $filter_url = remove_query_arg(array($var), $filter_url); |
|
| 2979 | + $filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url); |
|
| 2980 | + } |
|
| 2981 | + } |
|
| 2982 | 2982 | |
| 2983 | - if ($filter_url != $url['url']) {
|
|
| 2984 | - $languages[$code]['url'] = $filter_url; |
|
| 2985 | - } |
|
| 2986 | - } |
|
| 2987 | - $gd_icl_ls_languages = true; |
|
| 2988 | - } |
|
| 2989 | - } |
|
| 2983 | + if ($filter_url != $url['url']) {
|
|
| 2984 | + $languages[$code]['url'] = $filter_url; |
|
| 2985 | + } |
|
| 2986 | + } |
|
| 2987 | + $gd_icl_ls_languages = true; |
|
| 2988 | + } |
|
| 2989 | + } |
|
| 2990 | 2990 | |
| 2991 | - return $languages; |
|
| 2991 | + return $languages; |
|
| 2992 | 2992 | } |
| 2993 | 2993 | add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 ); |
| 2994 | 2994 | \ No newline at end of file |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | define('LISTING_DETAILS_TEXT', __('Enter Listing Details', 'geodirectory'));
|
| 42 | 42 | |
| 43 | 43 | define('PLACE_TITLE_TEXT', __('Listing Title', 'geodirectory')); // depreciated @since 1.6.3
|
| 44 | -define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory'));// depreciated @since 1.6.3
|
|
| 44 | +define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory')); // depreciated @since 1.6.3
|
|
| 45 | 45 | |
| 46 | 46 | define('LISTING_ADDRESS_TEXT', __('Listing Address:', 'geodirectory'));
|
| 47 | 47 | define('PLACE_ADDRESS', __('Address:', 'geodirectory'));
|
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | 13 | if(geodir_is_page('preview')){
|
| 14 | - header("X-XSS-Protection: 0");
|
|
| 14 | + header("X-XSS-Protection: 0");
|
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | |
@@ -38,12 +38,12 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | ###### SIDEBAR ON LEFT ###### |
| 40 | 40 | if (get_option('geodir_detail_sidebar_left_section')) {
|
| 41 | - /** |
|
| 42 | - * Adds the details page sidebar to the details template page. |
|
| 43 | - * |
|
| 44 | - * @since 1.1.0 |
|
| 45 | - */ |
|
| 46 | - do_action('geodir_detail_sidebar');
|
|
| 41 | + /** |
|
| 42 | + * Adds the details page sidebar to the details template page. |
|
| 43 | + * |
|
| 44 | + * @since 1.1.0 |
|
| 45 | + */ |
|
| 46 | + do_action('geodir_detail_sidebar');
|
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | ###### MAIN CONTENT WRAPPERS OPEN ###### |
@@ -72,29 +72,29 @@ discard block |
||
| 72 | 72 | // this call the main page content |
| 73 | 73 | global $preview; |
| 74 | 74 | if (have_posts() && !$preview) {
|
| 75 | - the_post(); |
|
| 76 | - global $post, $post_images; |
|
| 77 | - /** |
|
| 78 | - * Calls the details page main content on the details template page. |
|
| 79 | - * |
|
| 80 | - * @since 1.1.0 |
|
| 81 | - * @param object $post The current post object. |
|
| 82 | - */ |
|
| 83 | - do_action('geodir_details_main_content', $post);
|
|
| 75 | + the_post(); |
|
| 76 | + global $post, $post_images; |
|
| 77 | + /** |
|
| 78 | + * Calls the details page main content on the details template page. |
|
| 79 | + * |
|
| 80 | + * @since 1.1.0 |
|
| 81 | + * @param object $post The current post object. |
|
| 82 | + */ |
|
| 83 | + do_action('geodir_details_main_content', $post);
|
|
| 84 | 84 | } elseif ($preview) {
|
| 85 | - /** |
|
| 86 | - * Called on the details page if the page is being previewed. |
|
| 87 | - * |
|
| 88 | - * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | - * |
|
| 90 | - * @since 1.1.0 |
|
| 91 | - */ |
|
| 92 | - do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | - global $post; |
|
| 95 | - } |
|
| 96 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | - do_action('geodir_details_main_content', $post);
|
|
| 85 | + /** |
|
| 86 | + * Called on the details page if the page is being previewed. |
|
| 87 | + * |
|
| 88 | + * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | + * |
|
| 90 | + * @since 1.1.0 |
|
| 91 | + */ |
|
| 92 | + do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | + if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | + global $post; |
|
| 95 | + } |
|
| 96 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | + do_action('geodir_details_main_content', $post);
|
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -118,8 +118,8 @@ discard block |
||
| 118 | 118 | |
| 119 | 119 | ###### SIDEBAR ON RIGHT ###### |
| 120 | 120 | if (!get_option('geodir_detail_sidebar_left_section')) {
|
| 121 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | - do_action('geodir_detail_sidebar');
|
|
| 121 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | + do_action('geodir_detail_sidebar');
|
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | -if(geodir_is_page('preview')){
|
|
| 13 | +if (geodir_is_page('preview')) {
|
|
| 14 | 14 | header("X-XSS-Protection: 0");
|
| 15 | 15 | } |
| 16 | 16 | |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | * @param string $itemtype The itemtype value of the HTML element. |
| 64 | 64 | * @see 'geodir_article_close' |
| 65 | 65 | */ |
| 66 | -do_action('geodir_article_open', 'details-page', 'post-' . get_the_ID(), get_post_class(), '');
|
|
| 66 | +do_action('geodir_article_open', 'details-page', 'post-'.get_the_ID(), get_post_class(), '');
|
|
| 67 | 67 | |
| 68 | 68 | ###### MAIN CONTENT ###### |
| 69 | 69 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * @since 1.1.0 |
| 91 | 91 | */ |
| 92 | 92 | do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 93 | + if (defined('GD_TESTING_MODE')) {
|
|
| 94 | 94 | global $post; |
| 95 | 95 | } |
| 96 | 96 | /** This action is documented in geodirectory-templates/listing-detail.php */ |
@@ -2301,7 +2301,7 @@ discard block |
||
| 2301 | 2301 | * @global string $table_prefix WordPress Database Table prefix. |
| 2302 | 2302 | * |
| 2303 | 2303 | * @param array $query_args The query array. |
| 2304 | - * @param int|bool $count_only If true returns listings count only, otherwise returns array |
|
| 2304 | + * @param boolean $count_only If true returns listings count only, otherwise returns array |
|
| 2305 | 2305 | * |
| 2306 | 2306 | * @return mixed Result object. |
| 2307 | 2307 | */ |
@@ -3958,7 +3958,7 @@ discard block |
||
| 3958 | 3958 | * @since 1.0.0 |
| 3959 | 3959 | * @since 1.6.1 Fixed add listing page load time. |
| 3960 | 3960 | * @package GeoDirectory |
| 3961 | - * @return bool |
|
| 3961 | + * @return null|boolean |
|
| 3962 | 3962 | */ |
| 3963 | 3963 | function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
| 3964 | 3964 | if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
@@ -29,8 +29,10 @@ discard block |
||
| 29 | 29 | |
| 30 | 30 | if ( is_ssl() ) : |
| 31 | 31 | return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
| 32 | - else : |
|
| 33 | - return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 32 | + else { |
|
| 33 | + : |
|
| 34 | + return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 35 | + } |
|
| 34 | 36 | endif; |
| 35 | 37 | } |
| 36 | 38 | |
@@ -764,7 +766,7 @@ discard block |
||
| 764 | 766 | $post_author = get_post_field( 'post_author', $post_id ); |
| 765 | 767 | if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
| 766 | 768 | $toEmailName = __('Business Owner','geodirectory');
|
| 767 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 769 | + } elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 768 | 770 | $toEmailName = __('Business Owner','geodirectory');
|
| 769 | 771 | } |
| 770 | 772 | |
@@ -1569,12 +1571,14 @@ discard block |
||
| 1569 | 1571 | */ |
| 1570 | 1572 | function geodir_allow_wpadmin() {
|
| 1571 | 1573 | global $wpdb; |
| 1572 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1574 | + if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) { |
|
| 1575 | + // checking action in request to allow ajax request go through |
|
| 1573 | 1576 | {
|
| 1574 | 1577 | if ( current_user_can( 'administrator' ) ) {
|
| 1575 | 1578 | } else {
|
| 1576 | 1579 | |
| 1577 | - wp_redirect( home_url() ); |
|
| 1580 | + wp_redirect( home_url() ); |
|
| 1581 | + } |
|
| 1578 | 1582 | exit; |
| 1579 | 1583 | } |
| 1580 | 1584 | |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | break; |
| 326 | 326 | case 'preview': |
| 327 | 327 | if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
| 328 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 328 | + && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 329 | 329 | ) {
|
| 330 | 330 | return true; |
| 331 | 331 | } |
@@ -526,9 +526,9 @@ discard block |
||
| 526 | 526 | |
| 527 | 527 | //check if homepage |
| 528 | 528 | if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
| 529 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 531 | - && is_page_geodir_home() |
|
| 529 | + && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | + && ! isset( $wp->query_vars['pagename'] ) |
|
| 531 | + && is_page_geodir_home() |
|
| 532 | 532 | ) {
|
| 533 | 533 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 534 | 534 | } |
@@ -713,8 +713,8 @@ discard block |
||
| 713 | 713 | $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
| 714 | 714 | $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
| 715 | 715 | $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
| 716 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 716 | + cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | + sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 718 | 718 | $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
| 719 | 719 | $distance = $earthMeanRadius * $c; |
| 720 | 720 | |
@@ -5290,7 +5290,7 @@ discard block |
||
| 5290 | 5290 | * @param string $name The name of the string which helps to know what's being translated. |
| 5291 | 5291 | */ |
| 5292 | 5292 | function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
| 5293 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5293 | + do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5294 | 5294 | } |
| 5295 | 5295 | |
| 5296 | 5296 | /** |
@@ -5306,5 +5306,5 @@ discard block |
||
| 5306 | 5306 | * @return string The translated string. |
| 5307 | 5307 | */ |
| 5308 | 5308 | function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
| 5309 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5309 | + return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5310 | 5310 | } |
| 5311 | 5311 | \ No newline at end of file |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | /** |
| 11 | 11 | * Get All Plugin functions from WordPress |
| 12 | 12 | */ |
| 13 | -include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); |
|
| 13 | +include_once(ABSPATH.'wp-admin/includes/plugin.php'); |
|
| 14 | 14 | |
| 15 | 15 | /*-----------------------------------------------------------------------------------*/ |
| 16 | 16 | /* Helper functions */ |
@@ -27,10 +27,10 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | function geodir_plugin_url() {
|
| 29 | 29 | |
| 30 | - if ( is_ssl() ) : |
|
| 31 | - return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 30 | + if (is_ssl()) : |
|
| 31 | + return str_replace('http://', 'https://', WP_PLUGIN_URL)."/".plugin_basename(dirname(dirname(__FILE__)));
|
|
| 32 | 32 | else : |
| 33 | - return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 33 | + return WP_PLUGIN_URL."/".plugin_basename(dirname(dirname(__FILE__))); |
|
| 34 | 34 | endif; |
| 35 | 35 | } |
| 36 | 36 | |
@@ -45,10 +45,10 @@ discard block |
||
| 45 | 45 | * @return string example url eg: /home/geo/public_html/wp-content/plugins/geodirectory |
| 46 | 46 | */ |
| 47 | 47 | function geodir_plugin_path() {
|
| 48 | - if ( defined( 'GD_TESTING_MODE' ) && GD_TESTING_MODE ) {
|
|
| 49 | - return dirname( dirname( __FILE__ ) ); |
|
| 48 | + if (defined('GD_TESTING_MODE') && GD_TESTING_MODE) {
|
|
| 49 | + return dirname(dirname(__FILE__)); |
|
| 50 | 50 | } else {
|
| 51 | - return WP_PLUGIN_DIR . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 51 | + return WP_PLUGIN_DIR."/".plugin_basename(dirname(dirname(__FILE__))); |
|
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |
@@ -63,10 +63,10 @@ discard block |
||
| 63 | 63 | * @return bool true or false. |
| 64 | 64 | * @todo check if this is faster than normal WP check and remove if not. |
| 65 | 65 | */ |
| 66 | -function geodir_is_plugin_active( $plugin ) {
|
|
| 67 | - $active_plugins = get_option( 'active_plugins' ); |
|
| 68 | - foreach ( $active_plugins as $key => $active_plugin ) {
|
|
| 69 | - if ( strstr( $active_plugin, $plugin ) ) {
|
|
| 66 | +function geodir_is_plugin_active($plugin) {
|
|
| 67 | + $active_plugins = get_option('active_plugins');
|
|
| 68 | + foreach ($active_plugins as $key => $active_plugin) {
|
|
| 69 | + if (strstr($active_plugin, $plugin)) {
|
|
| 70 | 70 | return true; |
| 71 | 71 | } |
| 72 | 72 | } |
@@ -88,8 +88,8 @@ discard block |
||
| 88 | 88 | * |
| 89 | 89 | * @return bool|int|string the formatted date. |
| 90 | 90 | */ |
| 91 | -function geodir_get_formated_date( $date ) {
|
|
| 92 | - return mysql2date( get_option( 'date_format' ), $date ); |
|
| 91 | +function geodir_get_formated_date($date) {
|
|
| 92 | + return mysql2date(get_option('date_format'), $date);
|
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |
@@ -105,8 +105,8 @@ discard block |
||
| 105 | 105 | * |
| 106 | 106 | * @return bool|int|string the formatted time. |
| 107 | 107 | */ |
| 108 | -function geodir_get_formated_time( $time ) {
|
|
| 109 | - return mysql2date( get_option( 'time_format' ), $time, $translate = true ); |
|
| 108 | +function geodir_get_formated_time($time) {
|
|
| 109 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | |
@@ -124,35 +124,35 @@ discard block |
||
| 124 | 124 | * |
| 125 | 125 | * @return string Formatted link. |
| 126 | 126 | */ |
| 127 | -function geodir_getlink( $url, $params = array(), $use_existing_arguments = false ) {
|
|
| 128 | - if ( $use_existing_arguments ) {
|
|
| 127 | +function geodir_getlink($url, $params = array(), $use_existing_arguments = false) {
|
|
| 128 | + if ($use_existing_arguments) {
|
|
| 129 | 129 | $params = $params + $_GET; |
| 130 | 130 | } |
| 131 | - if ( ! $params ) {
|
|
| 131 | + if (!$params) {
|
|
| 132 | 132 | return $url; |
| 133 | 133 | } |
| 134 | 134 | $link = $url; |
| 135 | - if ( strpos( $link, '?' ) === false ) {
|
|
| 135 | + if (strpos($link, '?') === false) {
|
|
| 136 | 136 | $link .= '?'; |
| 137 | 137 | } //If there is no '?' add one at the end |
| 138 | - elseif ( strpos( $link, '//maps.google.com/maps/api/js?language=' ) ) {
|
|
| 138 | + elseif (strpos($link, '//maps.google.com/maps/api/js?language=')) {
|
|
| 139 | 139 | $link .= '&'; |
| 140 | 140 | } //If there is no '&' at the END, add one. |
| 141 | - elseif ( ! preg_match( '/(\?|\&(amp;)?)$/', $link ) ) {
|
|
| 141 | + elseif (!preg_match('/(\?|\&(amp;)?)$/', $link)) {
|
|
| 142 | 142 | $link .= '&'; |
| 143 | 143 | } //If there is no '&' at the END, add one. |
| 144 | 144 | |
| 145 | 145 | $params_arr = array(); |
| 146 | - foreach ( $params as $key => $value ) {
|
|
| 147 | - if ( gettype( $value ) == 'array' ) { //Handle array data properly
|
|
| 148 | - foreach ( $value as $val ) {
|
|
| 149 | - $params_arr[] = $key . '[]=' . urlencode( $val ); |
|
| 146 | + foreach ($params as $key => $value) {
|
|
| 147 | + if (gettype($value) == 'array') { //Handle array data properly
|
|
| 148 | + foreach ($value as $val) {
|
|
| 149 | + $params_arr[] = $key.'[]='.urlencode($val); |
|
| 150 | 150 | } |
| 151 | 151 | } else {
|
| 152 | - $params_arr[] = $key . '=' . urlencode( $value ); |
|
| 152 | + $params_arr[] = $key.'='.urlencode($value); |
|
| 153 | 153 | } |
| 154 | 154 | } |
| 155 | - $link .= implode( '&', $params_arr ); |
|
| 155 | + $link .= implode('&', $params_arr);
|
|
| 156 | 156 | |
| 157 | 157 | return $link; |
| 158 | 158 | } |
@@ -169,18 +169,18 @@ discard block |
||
| 169 | 169 | * |
| 170 | 170 | * @return string Listing page url if valid. Otherwise home url will be returned. |
| 171 | 171 | */ |
| 172 | -function geodir_get_addlisting_link( $post_type = '' ) {
|
|
| 172 | +function geodir_get_addlisting_link($post_type = '') {
|
|
| 173 | 173 | global $wpdb; |
| 174 | 174 | |
| 175 | 175 | //$check_pkg = $wpdb->get_var("SELECT pid FROM ".GEODIR_PRICE_TABLE." WHERE post_type='".$post_type."' and status != '0'");
|
| 176 | 176 | $check_pkg = 1; |
| 177 | - if ( post_type_exists( $post_type ) && $check_pkg ) {
|
|
| 177 | + if (post_type_exists($post_type) && $check_pkg) {
|
|
| 178 | 178 | |
| 179 | - $add_listing_link = get_page_link( geodir_add_listing_page_id() ); |
|
| 179 | + $add_listing_link = get_page_link(geodir_add_listing_page_id()); |
|
| 180 | 180 | |
| 181 | - return esc_url( add_query_arg( array( 'listing_type' => $post_type ), $add_listing_link ) ); |
|
| 181 | + return esc_url(add_query_arg(array('listing_type' => $post_type), $add_listing_link));
|
|
| 182 | 182 | } else {
|
| 183 | - return get_bloginfo( 'url' ); |
|
| 183 | + return get_bloginfo('url');
|
|
| 184 | 184 | } |
| 185 | 185 | } |
| 186 | 186 | |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | if (!empty($_SERVER['PHP_SELF']) && !empty($_SERVER['REQUEST_URI'])) {
|
| 209 | 209 | // To build the entire URI we need to prepend the protocol, and the http host |
| 210 | 210 | // to the URI string. |
| 211 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; |
|
| 211 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; |
|
| 212 | 212 | } else {
|
| 213 | 213 | /* |
| 214 | 214 | * Since we do not have REQUEST_URI to work with, we will assume we are |
@@ -217,11 +217,11 @@ discard block |
||
| 217 | 217 | * |
| 218 | 218 | * IIS uses the SCRIPT_NAME variable instead of a REQUEST_URI variable... thanks, MS |
| 219 | 219 | */ |
| 220 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME']; |
|
| 220 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; |
|
| 221 | 221 | |
| 222 | 222 | // If the query string exists append it to the URI string |
| 223 | 223 | if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
|
| 224 | - $pageURL .= '?' . $_SERVER['QUERY_STRING']; |
|
| 224 | + $pageURL .= '?'.$_SERVER['QUERY_STRING']; |
|
| 225 | 225 | } |
| 226 | 226 | } |
| 227 | 227 | |
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | * |
| 233 | 233 | * @param string $pageURL The URL of the current page. |
| 234 | 234 | */ |
| 235 | - return apply_filters( 'geodir_curPageURL', $pageURL ); |
|
| 235 | + return apply_filters('geodir_curPageURL', $pageURL);
|
|
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | /** |
@@ -247,12 +247,12 @@ discard block |
||
| 247 | 247 | * |
| 248 | 248 | * @return string Cleaned variable. |
| 249 | 249 | */ |
| 250 | -function geodir_clean( $string ) {
|
|
| 250 | +function geodir_clean($string) {
|
|
| 251 | 251 | |
| 252 | - $string = trim( strip_tags( stripslashes( $string ) ) ); |
|
| 253 | - $string = str_replace( " ", "-", $string ); // Replaces all spaces with hyphens. |
|
| 254 | - $string = preg_replace( '/[^A-Za-z0-9\-\_]/', '', $string ); // Removes special chars. |
|
| 255 | - $string = preg_replace( '/-+/', '-', $string ); // Replaces multiple hyphens with single one. |
|
| 252 | + $string = trim(strip_tags(stripslashes($string))); |
|
| 253 | + $string = str_replace(" ", "-", $string); // Replaces all spaces with hyphens.
|
|
| 254 | + $string = preg_replace('/[^A-Za-z0-9\-\_]/', '', $string); // Removes special chars.
|
|
| 255 | + $string = preg_replace('/-+/', '-', $string); // Replaces multiple hyphens with single one.
|
|
| 256 | 256 | |
| 257 | 257 | return $string; |
| 258 | 258 | } |
@@ -266,13 +266,13 @@ discard block |
||
| 266 | 266 | */ |
| 267 | 267 | function geodir_get_weekday() {
|
| 268 | 268 | return array( |
| 269 | - __( 'Sunday', 'geodirectory' ), |
|
| 270 | - __( 'Monday', 'geodirectory' ), |
|
| 271 | - __( 'Tuesday', 'geodirectory' ), |
|
| 272 | - __( 'Wednesday', 'geodirectory' ), |
|
| 273 | - __( 'Thursday', 'geodirectory' ), |
|
| 274 | - __( 'Friday', 'geodirectory' ), |
|
| 275 | - __( 'Saturday', 'geodirectory' ) |
|
| 269 | + __('Sunday', 'geodirectory'),
|
|
| 270 | + __('Monday', 'geodirectory'),
|
|
| 271 | + __('Tuesday', 'geodirectory'),
|
|
| 272 | + __('Wednesday', 'geodirectory'),
|
|
| 273 | + __('Thursday', 'geodirectory'),
|
|
| 274 | + __('Friday', 'geodirectory'),
|
|
| 275 | + __('Saturday', 'geodirectory')
|
|
| 276 | 276 | ); |
| 277 | 277 | } |
| 278 | 278 | |
@@ -285,11 +285,11 @@ discard block |
||
| 285 | 285 | */ |
| 286 | 286 | function geodir_get_weeks() {
|
| 287 | 287 | return array( |
| 288 | - __( 'First', 'geodirectory' ), |
|
| 289 | - __( 'Second', 'geodirectory' ), |
|
| 290 | - __( 'Third', 'geodirectory' ), |
|
| 291 | - __( 'Fourth', 'geodirectory' ), |
|
| 292 | - __( 'Last', 'geodirectory' ) |
|
| 288 | + __('First', 'geodirectory'),
|
|
| 289 | + __('Second', 'geodirectory'),
|
|
| 290 | + __('Third', 'geodirectory'),
|
|
| 291 | + __('Fourth', 'geodirectory'),
|
|
| 292 | + __('Last', 'geodirectory')
|
|
| 293 | 293 | ); |
| 294 | 294 | } |
| 295 | 295 | |
@@ -308,112 +308,112 @@ discard block |
||
| 308 | 308 | * |
| 309 | 309 | * @return bool If valid returns true. Otherwise false. |
| 310 | 310 | */ |
| 311 | -function geodir_is_page( $gdpage = '' ) {
|
|
| 311 | +function geodir_is_page($gdpage = '') {
|
|
| 312 | 312 | |
| 313 | 313 | global $wp_query, $post, $wp; |
| 314 | 314 | //if(!is_admin()): |
| 315 | 315 | |
| 316 | - switch ( $gdpage ): |
|
| 316 | + switch ($gdpage): |
|
| 317 | 317 | case 'add-listing': |
| 318 | 318 | |
| 319 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_add_listing_page_id() ) {
|
|
| 319 | + if (is_page() && get_query_var('page_id') == geodir_add_listing_page_id()) {
|
|
| 320 | 320 | return true; |
| 321 | - } elseif ( is_page() && isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 321 | + } elseif (is_page() && isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 322 | 322 | return true; |
| 323 | 323 | } |
| 324 | 324 | |
| 325 | 325 | break; |
| 326 | 326 | case 'preview': |
| 327 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
|
| 328 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 327 | + if ((is_page() && get_query_var('page_id') == geodir_preview_page_id()) && isset($_REQUEST['listing_type'])
|
|
| 328 | + && in_array($_REQUEST['listing_type'], geodir_get_posttypes()) |
|
| 329 | 329 | ) {
|
| 330 | 330 | return true; |
| 331 | 331 | } |
| 332 | 332 | break; |
| 333 | 333 | case 'listing-success': |
| 334 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_success_page_id() ) {
|
|
| 334 | + if (is_page() && get_query_var('page_id') == geodir_success_page_id()) {
|
|
| 335 | 335 | return true; |
| 336 | 336 | } |
| 337 | 337 | break; |
| 338 | 338 | case 'detail': |
| 339 | - $post_type = get_query_var( 'post_type' ); |
|
| 340 | - if ( is_array( $post_type ) ) {
|
|
| 341 | - $post_type = reset( $post_type ); |
|
| 339 | + $post_type = get_query_var('post_type');
|
|
| 340 | + if (is_array($post_type)) {
|
|
| 341 | + $post_type = reset($post_type); |
|
| 342 | 342 | } |
| 343 | - if ( is_single() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 343 | + if (is_single() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 344 | 344 | return true; |
| 345 | 345 | } |
| 346 | 346 | break; |
| 347 | 347 | case 'pt': |
| 348 | - $post_type = get_query_var( 'post_type' ); |
|
| 349 | - if ( is_array( $post_type ) ) {
|
|
| 350 | - $post_type = reset( $post_type ); |
|
| 348 | + $post_type = get_query_var('post_type');
|
|
| 349 | + if (is_array($post_type)) {
|
|
| 350 | + $post_type = reset($post_type); |
|
| 351 | 351 | } |
| 352 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) && ! is_tax() ) {
|
|
| 352 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes()) && !is_tax()) {
|
|
| 353 | 353 | return true; |
| 354 | 354 | } |
| 355 | 355 | |
| 356 | 356 | break; |
| 357 | 357 | case 'listing': |
| 358 | - if ( is_tax() && geodir_get_taxonomy_posttype() ) {
|
|
| 358 | + if (is_tax() && geodir_get_taxonomy_posttype()) {
|
|
| 359 | 359 | global $current_term, $taxonomy, $term; |
| 360 | 360 | |
| 361 | 361 | return true; |
| 362 | 362 | } |
| 363 | - $post_type = get_query_var( 'post_type' ); |
|
| 364 | - if ( is_array( $post_type ) ) {
|
|
| 365 | - $post_type = reset( $post_type ); |
|
| 363 | + $post_type = get_query_var('post_type');
|
|
| 364 | + if (is_array($post_type)) {
|
|
| 365 | + $post_type = reset($post_type); |
|
| 366 | 366 | } |
| 367 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 367 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 368 | 368 | return true; |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | 371 | break; |
| 372 | 372 | case 'home': |
| 373 | 373 | |
| 374 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_home_page_id() ) || is_page_geodir_home() ) {
|
|
| 374 | + if ((is_page() && get_query_var('page_id') == geodir_home_page_id()) || is_page_geodir_home()) {
|
|
| 375 | 375 | return true; |
| 376 | 376 | } |
| 377 | 377 | |
| 378 | 378 | break; |
| 379 | 379 | case 'location': |
| 380 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_location_page_id() ) {
|
|
| 380 | + if (is_page() && get_query_var('page_id') == geodir_location_page_id()) {
|
|
| 381 | 381 | return true; |
| 382 | 382 | } |
| 383 | 383 | break; |
| 384 | 384 | case 'author': |
| 385 | - if ( is_author() && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 385 | + if (is_author() && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 386 | 386 | return true; |
| 387 | 387 | } |
| 388 | 388 | |
| 389 | - if ( function_exists( 'bp_loggedin_user_id' ) && function_exists( 'bp_displayed_user_id' ) && $my_id = (int) bp_loggedin_user_id() ) {
|
|
| 390 | - if ( ( (bool) bp_is_current_component( 'listings' ) || (bool) bp_is_current_component( 'favorites' ) ) && $my_id > 0 && $my_id == (int) bp_displayed_user_id() ) {
|
|
| 389 | + if (function_exists('bp_loggedin_user_id') && function_exists('bp_displayed_user_id') && $my_id = (int) bp_loggedin_user_id()) {
|
|
| 390 | + if (((bool) bp_is_current_component('listings') || (bool) bp_is_current_component('favorites')) && $my_id > 0 && $my_id == (int) bp_displayed_user_id()) {
|
|
| 391 | 391 | return true; |
| 392 | 392 | } |
| 393 | 393 | } |
| 394 | 394 | break; |
| 395 | 395 | case 'search': |
| 396 | - if ( is_search() && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 396 | + if (is_search() && isset($_REQUEST['geodir_search'])) {
|
|
| 397 | 397 | return true; |
| 398 | 398 | } |
| 399 | 399 | break; |
| 400 | 400 | case 'info': |
| 401 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_info_page_id() ) {
|
|
| 401 | + if (is_page() && get_query_var('page_id') == geodir_info_page_id()) {
|
|
| 402 | 402 | return true; |
| 403 | 403 | } |
| 404 | 404 | break; |
| 405 | 405 | case 'login': |
| 406 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_login_page_id() ) {
|
|
| 406 | + if (is_page() && get_query_var('page_id') == geodir_login_page_id()) {
|
|
| 407 | 407 | return true; |
| 408 | 408 | } |
| 409 | 409 | break; |
| 410 | 410 | case 'checkout': |
| 411 | - if ( is_page() && function_exists( 'geodir_payment_checkout_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_checkout_page_id() ) {
|
|
| 411 | + if (is_page() && function_exists('geodir_payment_checkout_page_id') && get_query_var('page_id') == geodir_payment_checkout_page_id()) {
|
|
| 412 | 412 | return true; |
| 413 | 413 | } |
| 414 | 414 | break; |
| 415 | 415 | case 'invoices': |
| 416 | - if ( is_page() && function_exists( 'geodir_payment_invoices_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_invoices_page_id() ) {
|
|
| 416 | + if (is_page() && function_exists('geodir_payment_invoices_page_id') && get_query_var('page_id') == geodir_payment_invoices_page_id()) {
|
|
| 417 | 417 | return true; |
| 418 | 418 | } |
| 419 | 419 | break; |
@@ -438,25 +438,25 @@ discard block |
||
| 438 | 438 | * |
| 439 | 439 | * @param object $wp WordPress object. |
| 440 | 440 | */ |
| 441 | -function geodir_set_is_geodir_page( $wp ) {
|
|
| 442 | - if ( ! is_admin() ) {
|
|
| 441 | +function geodir_set_is_geodir_page($wp) {
|
|
| 442 | + if (!is_admin()) {
|
|
| 443 | 443 | //$wp->query_vars['gd_is_geodir_page'] = false; |
| 444 | 444 | //print_r() |
| 445 | - if ( empty( $wp->query_vars ) || ! array_diff( array_keys( $wp->query_vars ), array( |
|
| 445 | + if (empty($wp->query_vars) || !array_diff(array_keys($wp->query_vars), array( |
|
| 446 | 446 | 'preview', |
| 447 | 447 | 'page', |
| 448 | 448 | 'paged', |
| 449 | 449 | 'cpage' |
| 450 | - ) ) |
|
| 450 | + )) |
|
| 451 | 451 | ) {
|
| 452 | - if ( geodir_is_page( 'home' ) ) {
|
|
| 452 | + if (geodir_is_page('home')) {
|
|
| 453 | 453 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 454 | 454 | } |
| 455 | 455 | |
| 456 | 456 | |
| 457 | 457 | } |
| 458 | 458 | |
| 459 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['page_id'] ) ) {
|
|
| 459 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['page_id'])) {
|
|
| 460 | 460 | if ( |
| 461 | 461 | $wp->query_vars['page_id'] == geodir_add_listing_page_id() |
| 462 | 462 | || $wp->query_vars['page_id'] == geodir_preview_page_id() |
@@ -465,26 +465,26 @@ discard block |
||
| 465 | 465 | || $wp->query_vars['page_id'] == geodir_home_page_id() |
| 466 | 466 | || $wp->query_vars['page_id'] == geodir_info_page_id() |
| 467 | 467 | || $wp->query_vars['page_id'] == geodir_login_page_id() |
| 468 | - || ( function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 469 | - || ( function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 468 | + || (function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 469 | + || (function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 470 | 470 | ) {
|
| 471 | 471 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 472 | 472 | } |
| 473 | 473 | } |
| 474 | 474 | |
| 475 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['pagename'] ) ) {
|
|
| 476 | - $page = get_page_by_path( $wp->query_vars['pagename'] ); |
|
| 475 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['pagename'])) {
|
|
| 476 | + $page = get_page_by_path($wp->query_vars['pagename']); |
|
| 477 | 477 | |
| 478 | - if ( ! empty( $page ) && ( |
|
| 478 | + if (!empty($page) && ( |
|
| 479 | 479 | $page->ID == geodir_add_listing_page_id() |
| 480 | 480 | || $page->ID == geodir_preview_page_id() |
| 481 | 481 | || $page->ID == geodir_success_page_id() |
| 482 | 482 | || $page->ID == geodir_location_page_id() |
| 483 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_home_page_id() ) |
|
| 484 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_info_page_id() ) |
|
| 485 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_login_page_id() ) |
|
| 486 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 487 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 483 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_home_page_id()) |
|
| 484 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_info_page_id()) |
|
| 485 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_login_page_id()) |
|
| 486 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 487 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 488 | 488 | ) |
| 489 | 489 | ) {
|
| 490 | 490 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -492,20 +492,20 @@ discard block |
||
| 492 | 492 | } |
| 493 | 493 | |
| 494 | 494 | |
| 495 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['post_type'] ) && $wp->query_vars['post_type'] != '' ) {
|
|
| 495 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['post_type']) && $wp->query_vars['post_type'] != '') {
|
|
| 496 | 496 | $requested_post_type = $wp->query_vars['post_type']; |
| 497 | 497 | // check if this post type is geodirectory post types |
| 498 | 498 | $post_type_array = geodir_get_posttypes(); |
| 499 | - if ( in_array( $requested_post_type, $post_type_array ) ) {
|
|
| 499 | + if (in_array($requested_post_type, $post_type_array)) {
|
|
| 500 | 500 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 501 | 501 | } |
| 502 | 502 | } |
| 503 | 503 | |
| 504 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) ) {
|
|
| 505 | - $geodir_taxonomis = geodir_get_taxonomies( '', true ); |
|
| 506 | - if ( ! empty( $geodir_taxonomis ) ) {
|
|
| 507 | - foreach ( $geodir_taxonomis as $taxonomy ) {
|
|
| 508 | - if ( array_key_exists( $taxonomy, $wp->query_vars ) ) {
|
|
| 504 | + if (!isset($wp->query_vars['gd_is_geodir_page'])) {
|
|
| 505 | + $geodir_taxonomis = geodir_get_taxonomies('', true);
|
|
| 506 | + if (!empty($geodir_taxonomis)) {
|
|
| 507 | + foreach ($geodir_taxonomis as $taxonomy) {
|
|
| 508 | + if (array_key_exists($taxonomy, $wp->query_vars)) {
|
|
| 509 | 509 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 510 | 510 | break; |
| 511 | 511 | } |
@@ -514,20 +514,20 @@ discard block |
||
| 514 | 514 | |
| 515 | 515 | } |
| 516 | 516 | |
| 517 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['author_name'] ) && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 517 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['author_name']) && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 518 | 518 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 519 | 519 | } |
| 520 | 520 | |
| 521 | 521 | |
| 522 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 522 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($_REQUEST['geodir_search'])) {
|
|
| 523 | 523 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | |
| 527 | 527 | //check if homepage |
| 528 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
|
| 529 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 528 | + if (!isset($wp->query_vars['gd_is_geodir_page']) |
|
| 529 | + && !isset($wp->query_vars['page_id']) |
|
| 530 | + && !isset($wp->query_vars['pagename']) |
|
| 531 | 531 | && is_page_geodir_home() |
| 532 | 532 | ) {
|
| 533 | 533 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -551,14 +551,14 @@ discard block |
||
| 551 | 551 | */ |
| 552 | 552 | function geodir_is_geodir_page() {
|
| 553 | 553 | global $wp; |
| 554 | - if ( isset( $wp->query_vars['gd_is_geodir_page'] ) && $wp->query_vars['gd_is_geodir_page'] ) {
|
|
| 554 | + if (isset($wp->query_vars['gd_is_geodir_page']) && $wp->query_vars['gd_is_geodir_page']) {
|
|
| 555 | 555 | return true; |
| 556 | 556 | } else {
|
| 557 | 557 | return false; |
| 558 | 558 | } |
| 559 | 559 | } |
| 560 | 560 | |
| 561 | -if ( ! function_exists( 'geodir_get_imagesize' ) ) {
|
|
| 561 | +if (!function_exists('geodir_get_imagesize')) {
|
|
| 562 | 562 | /** |
| 563 | 563 | * Get image size using the size key . |
| 564 | 564 | * |
@@ -569,13 +569,13 @@ discard block |
||
| 569 | 569 | * |
| 570 | 570 | * @return array|mixed|void|WP_Error If valid returns image size. Else returns error. |
| 571 | 571 | */ |
| 572 | - function geodir_get_imagesize( $size = '' ) {
|
|
| 572 | + function geodir_get_imagesize($size = '') {
|
|
| 573 | 573 | |
| 574 | 574 | $imagesizes = array( |
| 575 | - 'list-thumb' => array( 'w' => 283, 'h' => 188 ), |
|
| 576 | - 'thumbnail' => array( 'w' => 125, 'h' => 125 ), |
|
| 577 | - 'widget-thumb' => array( 'w' => 50, 'h' => 50 ), |
|
| 578 | - 'slider-thumb' => array( 'w' => 100, 'h' => 100 ) |
|
| 575 | + 'list-thumb' => array('w' => 283, 'h' => 188),
|
|
| 576 | + 'thumbnail' => array('w' => 125, 'h' => 125),
|
|
| 577 | + 'widget-thumb' => array('w' => 50, 'h' => 50),
|
|
| 578 | + 'slider-thumb' => array('w' => 100, 'h' => 100)
|
|
| 579 | 579 | ); |
| 580 | 580 | |
| 581 | 581 | /** |
@@ -585,9 +585,9 @@ discard block |
||
| 585 | 585 | * |
| 586 | 586 | * @param array $imagesizes Image size array. |
| 587 | 587 | */ |
| 588 | - $imagesizes = apply_filters( 'geodir_imagesizes', $imagesizes ); |
|
| 588 | + $imagesizes = apply_filters('geodir_imagesizes', $imagesizes);
|
|
| 589 | 589 | |
| 590 | - if ( ! empty( $size ) && array_key_exists( $size, $imagesizes ) ) {
|
|
| 590 | + if (!empty($size) && array_key_exists($size, $imagesizes)) {
|
|
| 591 | 591 | /** |
| 592 | 592 | * Filters image size of the passed key. |
| 593 | 593 | * |
@@ -595,11 +595,11 @@ discard block |
||
| 595 | 595 | * |
| 596 | 596 | * @param array $imagesizes [$size] Image size array of the passed key. |
| 597 | 597 | */ |
| 598 | - return apply_filters( 'geodir_get_imagesize_' . $size, $imagesizes[ $size ] ); |
|
| 598 | + return apply_filters('geodir_get_imagesize_'.$size, $imagesizes[$size]);
|
|
| 599 | 599 | |
| 600 | - } elseif ( ! empty( $size ) ) {
|
|
| 600 | + } elseif (!empty($size)) {
|
|
| 601 | 601 | |
| 602 | - return new WP_Error( 'geodir_no_imagesize', __( "Given image size is not valid", 'geodirectory' ) ); |
|
| 602 | + return new WP_Error('geodir_no_imagesize', __("Given image size is not valid", 'geodirectory'));
|
|
| 603 | 603 | |
| 604 | 604 | } |
| 605 | 605 | |
@@ -623,7 +623,7 @@ discard block |
||
| 623 | 623 | */ |
| 624 | 624 | |
| 625 | 625 | |
| 626 | -if ( ! function_exists( 'createRandomString' ) ) {
|
|
| 626 | +if (!function_exists('createRandomString')) {
|
|
| 627 | 627 | /** |
| 628 | 628 | * Creates random string. |
| 629 | 629 | * |
@@ -633,21 +633,21 @@ discard block |
||
| 633 | 633 | */ |
| 634 | 634 | function createRandomString() {
|
| 635 | 635 | $chars = "abcdefghijkmlnopqrstuvwxyz1023456789"; |
| 636 | - srand( (double) microtime() * 1000000 ); |
|
| 636 | + srand((double) microtime() * 1000000); |
|
| 637 | 637 | $i = 0; |
| 638 | 638 | $rstring = ''; |
| 639 | - while ( $i <= 25 ) {
|
|
| 639 | + while ($i <= 25) {
|
|
| 640 | 640 | $num = rand() % 33; |
| 641 | - $tmp = substr( $chars, $num, 1 ); |
|
| 642 | - $rstring = $rstring . $tmp; |
|
| 643 | - $i ++; |
|
| 641 | + $tmp = substr($chars, $num, 1); |
|
| 642 | + $rstring = $rstring.$tmp; |
|
| 643 | + $i++; |
|
| 644 | 644 | } |
| 645 | 645 | |
| 646 | 646 | return $rstring; |
| 647 | 647 | } |
| 648 | 648 | } |
| 649 | 649 | |
| 650 | -if ( ! function_exists( 'geodir_getDistanceRadius' ) ) {
|
|
| 650 | +if (!function_exists('geodir_getDistanceRadius')) {
|
|
| 651 | 651 | /** |
| 652 | 652 | * Calculates the distance radius. |
| 653 | 653 | * |
@@ -658,9 +658,9 @@ discard block |
||
| 658 | 658 | * |
| 659 | 659 | * @return float The mean radius. |
| 660 | 660 | */ |
| 661 | - function geodir_getDistanceRadius( $uom = 'km' ) {
|
|
| 661 | + function geodir_getDistanceRadius($uom = 'km') {
|
|
| 662 | 662 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 663 | - switch ( geodir_strtolower( $uom ) ): |
|
| 663 | + switch (geodir_strtolower($uom)): |
|
| 664 | 664 | case 'km' : |
| 665 | 665 | $earthMeanRadius = 6371.009; // km |
| 666 | 666 | break; |
@@ -692,7 +692,7 @@ discard block |
||
| 692 | 692 | } |
| 693 | 693 | |
| 694 | 694 | |
| 695 | -if ( ! function_exists( 'geodir_calculateDistanceFromLatLong' ) ) {
|
|
| 695 | +if (!function_exists('geodir_calculateDistanceFromLatLong')) {
|
|
| 696 | 696 | /** |
| 697 | 697 | * Calculate the great circle distance between two points identified by longitude and latitude. |
| 698 | 698 | * |
@@ -705,17 +705,17 @@ discard block |
||
| 705 | 705 | * |
| 706 | 706 | * @return float The distance. |
| 707 | 707 | */ |
| 708 | - function geodir_calculateDistanceFromLatLong( $point1, $point2, $uom = 'km' ) {
|
|
| 708 | + function geodir_calculateDistanceFromLatLong($point1, $point2, $uom = 'km') {
|
|
| 709 | 709 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 710 | 710 | |
| 711 | - $earthMeanRadius = geodir_getDistanceRadius( $uom ); |
|
| 711 | + $earthMeanRadius = geodir_getDistanceRadius($uom); |
|
| 712 | 712 | |
| 713 | - $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
|
| 714 | - $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
|
| 715 | - $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
|
| 716 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 718 | - $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
|
| 713 | + $deltaLatitude = deg2rad((float) $point2['latitude'] - (float) $point1['latitude']); |
|
| 714 | + $deltaLongitude = deg2rad((float) $point2['longitude'] - (float) $point1['longitude']); |
|
| 715 | + $a = sin($deltaLatitude / 2) * sin($deltaLatitude / 2) + |
|
| 716 | + cos(deg2rad((float) $point1['latitude'])) * cos(deg2rad((float) $point2['latitude'])) * |
|
| 717 | + sin($deltaLongitude / 2) * sin($deltaLongitude / 2); |
|
| 718 | + $c = 2 * atan2(sqrt($a), sqrt(1 - $a)); |
|
| 719 | 719 | $distance = $earthMeanRadius * $c; |
| 720 | 720 | |
| 721 | 721 | return $distance; |
@@ -724,7 +724,7 @@ discard block |
||
| 724 | 724 | } |
| 725 | 725 | |
| 726 | 726 | |
| 727 | -if ( ! function_exists( 'geodir_sendEmail' ) ) {
|
|
| 727 | +if (!function_exists('geodir_sendEmail')) {
|
|
| 728 | 728 | /** |
| 729 | 729 | * The main function that send transactional emails using the args provided. |
| 730 | 730 | * |
@@ -743,93 +743,93 @@ discard block |
||
| 743 | 743 | * @param string $post_id The post ID. |
| 744 | 744 | * @param string $user_id The user ID. |
| 745 | 745 | */ |
| 746 | - function geodir_sendEmail( $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '' ) {
|
|
| 746 | + function geodir_sendEmail($fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '') {
|
|
| 747 | 747 | $login_details = ''; |
| 748 | 748 | |
| 749 | 749 | // strip slashes from subject & message text |
| 750 | - $to_subject = stripslashes_deep( $to_subject ); |
|
| 751 | - $to_message = stripslashes_deep( $to_message ); |
|
| 750 | + $to_subject = stripslashes_deep($to_subject); |
|
| 751 | + $to_message = stripslashes_deep($to_message); |
|
| 752 | 752 | |
| 753 | - if ( $message_type == 'send_friend' ) {
|
|
| 754 | - $subject = get_option( 'geodir_email_friend_subject' ); |
|
| 755 | - $message = get_option( 'geodir_email_friend_content' ); |
|
| 756 | - } elseif ( $message_type == 'send_enquiry' ) {
|
|
| 757 | - $subject = get_option( 'geodir_email_enquiry_subject' ); |
|
| 758 | - $message = get_option( 'geodir_email_enquiry_content' ); |
|
| 753 | + if ($message_type == 'send_friend') {
|
|
| 754 | + $subject = get_option('geodir_email_friend_subject');
|
|
| 755 | + $message = get_option('geodir_email_friend_content');
|
|
| 756 | + } elseif ($message_type == 'send_enquiry') {
|
|
| 757 | + $subject = get_option('geodir_email_enquiry_subject');
|
|
| 758 | + $message = get_option('geodir_email_enquiry_content');
|
|
| 759 | 759 | |
| 760 | 760 | // change to name in some cases |
| 761 | - $post_author = get_post_field( 'post_author', $post_id ); |
|
| 762 | - if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
|
| 763 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 764 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 765 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 761 | + $post_author = get_post_field('post_author', $post_id);
|
|
| 762 | + if (is_super_admin($post_author)) {// if admin probably not the post author so change name
|
|
| 763 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 764 | + }elseif (defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id, 'claimed') != '1') {// if claim manager installed but listing not claimed
|
|
| 765 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 766 | 766 | } |
| 767 | 767 | |
| 768 | 768 | |
| 769 | - } elseif ( $message_type == 'forgot_password' ) {
|
|
| 770 | - $subject = get_option( 'geodir_forgot_password_subject' ); |
|
| 771 | - $message = get_option( 'geodir_forgot_password_content' ); |
|
| 769 | + } elseif ($message_type == 'forgot_password') {
|
|
| 770 | + $subject = get_option('geodir_forgot_password_subject');
|
|
| 771 | + $message = get_option('geodir_forgot_password_content');
|
|
| 772 | 772 | $login_details = $to_message; |
| 773 | - } elseif ( $message_type == 'registration' ) {
|
|
| 774 | - $subject = get_option( 'geodir_registration_success_email_subject' ); |
|
| 775 | - $message = get_option( 'geodir_registration_success_email_content' ); |
|
| 773 | + } elseif ($message_type == 'registration') {
|
|
| 774 | + $subject = get_option('geodir_registration_success_email_subject');
|
|
| 775 | + $message = get_option('geodir_registration_success_email_content');
|
|
| 776 | 776 | $login_details = $to_message; |
| 777 | - } elseif ( $message_type == 'post_submit' ) {
|
|
| 778 | - $subject = get_option( 'geodir_post_submited_success_email_subject' ); |
|
| 779 | - $message = get_option( 'geodir_post_submited_success_email_content' ); |
|
| 780 | - } elseif ( $message_type == 'listing_published' ) {
|
|
| 781 | - $subject = get_option( 'geodir_post_published_email_subject' ); |
|
| 782 | - $message = get_option( 'geodir_post_published_email_content' ); |
|
| 783 | - } elseif ( $message_type == 'listing_edited' ) {
|
|
| 784 | - $subject = get_option( 'geodir_post_edited_email_subject_admin' ); |
|
| 785 | - $message = get_option( 'geodir_post_edited_email_content_admin' ); |
|
| 777 | + } elseif ($message_type == 'post_submit') {
|
|
| 778 | + $subject = get_option('geodir_post_submited_success_email_subject');
|
|
| 779 | + $message = get_option('geodir_post_submited_success_email_content');
|
|
| 780 | + } elseif ($message_type == 'listing_published') {
|
|
| 781 | + $subject = get_option('geodir_post_published_email_subject');
|
|
| 782 | + $message = get_option('geodir_post_published_email_content');
|
|
| 783 | + } elseif ($message_type == 'listing_edited') {
|
|
| 784 | + $subject = get_option('geodir_post_edited_email_subject_admin');
|
|
| 785 | + $message = get_option('geodir_post_edited_email_content_admin');
|
|
| 786 | 786 | } |
| 787 | 787 | |
| 788 | - if ( ! empty( $subject ) ) {
|
|
| 789 | - $subject = __( stripslashes_deep( $subject ), 'geodirectory' ); |
|
| 788 | + if (!empty($subject)) {
|
|
| 789 | + $subject = __(stripslashes_deep($subject), 'geodirectory'); |
|
| 790 | 790 | } |
| 791 | 791 | |
| 792 | - if ( ! empty( $message ) ) {
|
|
| 793 | - $message = __( stripslashes_deep( $message ), 'geodirectory' ); |
|
| 792 | + if (!empty($message)) {
|
|
| 793 | + $message = __(stripslashes_deep($message), 'geodirectory'); |
|
| 794 | 794 | } |
| 795 | 795 | |
| 796 | - $to_message = nl2br( $to_message ); |
|
| 797 | - $sitefromEmail = get_option( 'site_email' ); |
|
| 796 | + $to_message = nl2br($to_message); |
|
| 797 | + $sitefromEmail = get_option('site_email');
|
|
| 798 | 798 | $sitefromEmailName = get_site_emailName(); |
| 799 | - $productlink = get_permalink( $post_id ); |
|
| 799 | + $productlink = get_permalink($post_id); |
|
| 800 | 800 | |
| 801 | 801 | $user_login = ''; |
| 802 | - if ( $user_id > 0 && $user_info = get_userdata( $user_id ) ) {
|
|
| 802 | + if ($user_id > 0 && $user_info = get_userdata($user_id)) {
|
|
| 803 | 803 | $user_login = $user_info->user_login; |
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | $posted_date = ''; |
| 807 | 807 | $listingLink = ''; |
| 808 | 808 | |
| 809 | - $post_info = get_post( $post_id ); |
|
| 809 | + $post_info = get_post($post_id); |
|
| 810 | 810 | |
| 811 | - if ( $post_info ) {
|
|
| 811 | + if ($post_info) {
|
|
| 812 | 812 | $posted_date = $post_info->post_date; |
| 813 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 813 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 814 | 814 | } |
| 815 | 815 | $siteurl = home_url(); |
| 816 | - $siteurl_link = '<a href="' . $siteurl . '">' . $siteurl . '</a>'; |
|
| 816 | + $siteurl_link = '<a href="'.$siteurl.'">'.$siteurl.'</a>'; |
|
| 817 | 817 | $loginurl = geodir_login_url(); |
| 818 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 818 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 819 | 819 | |
| 820 | - $post_author_id = ! empty( $post_info ) ? $post_info->post_author : 0; |
|
| 821 | - $post_author_name = geodir_get_client_name( $post_author_id ); |
|
| 822 | - $current_date = date_i18n( 'Y-m-d H:i:s', current_time( 'timestamp' ) ); |
|
| 820 | + $post_author_id = !empty($post_info) ? $post_info->post_author : 0; |
|
| 821 | + $post_author_name = geodir_get_client_name($post_author_id); |
|
| 822 | + $current_date = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
|
|
| 823 | 823 | |
| 824 | - if ( $fromEmail == '' ) {
|
|
| 825 | - $fromEmail = get_option( 'site_email' ); |
|
| 824 | + if ($fromEmail == '') {
|
|
| 825 | + $fromEmail = get_option('site_email');
|
|
| 826 | 826 | } |
| 827 | 827 | |
| 828 | - if ( $fromEmailName == '' ) {
|
|
| 829 | - $fromEmailName = get_option( 'site_email_name' ); |
|
| 828 | + if ($fromEmailName == '') {
|
|
| 829 | + $fromEmailName = get_option('site_email_name');
|
|
| 830 | 830 | } |
| 831 | 831 | |
| 832 | - $search_array = array( |
|
| 832 | + $search_array = array( |
|
| 833 | 833 | '[#listing_link#]', |
| 834 | 834 | '[#site_name_url#]', |
| 835 | 835 | '[#post_id#]', |
@@ -869,7 +869,7 @@ discard block |
||
| 869 | 869 | $post_author_name, |
| 870 | 870 | $current_date |
| 871 | 871 | ); |
| 872 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 872 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 873 | 873 | |
| 874 | 874 | $search_array = array( |
| 875 | 875 | '[#listing_link#]', |
@@ -905,12 +905,12 @@ discard block |
||
| 905 | 905 | $post_author_name, |
| 906 | 906 | $current_date |
| 907 | 907 | ); |
| 908 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 908 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 909 | 909 | |
| 910 | - $headers = array(); |
|
| 910 | + $headers = array(); |
|
| 911 | 911 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 912 | - $headers[] = "Reply-To: " . $fromEmail; |
|
| 913 | - $headers[] = 'From: ' . $sitefromEmailName . ' <' . $sitefromEmail . '>'; |
|
| 912 | + $headers[] = "Reply-To: ".$fromEmail; |
|
| 913 | + $headers[] = 'From: '.$sitefromEmailName.' <'.$sitefromEmail.'>'; |
|
| 914 | 914 | |
| 915 | 915 | $to = $toEmail; |
| 916 | 916 | |
@@ -932,7 +932,7 @@ discard block |
||
| 932 | 932 | * @param string $post_id The post ID. |
| 933 | 933 | * @param string $user_id The user ID. |
| 934 | 934 | */ |
| 935 | - $to = apply_filters( 'geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 935 | + $to = apply_filters('geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 936 | 936 | /** |
| 937 | 937 | * Filter the client email subject. |
| 938 | 938 | * |
@@ -951,7 +951,7 @@ discard block |
||
| 951 | 951 | * @param string $post_id The post ID. |
| 952 | 952 | * @param string $user_id The user ID. |
| 953 | 953 | */ |
| 954 | - $subject = apply_filters( 'geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 954 | + $subject = apply_filters('geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 955 | 955 | /** |
| 956 | 956 | * Filter the client email message. |
| 957 | 957 | * |
@@ -970,7 +970,7 @@ discard block |
||
| 970 | 970 | * @param string $post_id The post ID. |
| 971 | 971 | * @param string $user_id The user ID. |
| 972 | 972 | */ |
| 973 | - $message = apply_filters( 'geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 973 | + $message = apply_filters('geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 974 | 974 | /** |
| 975 | 975 | * Filter the client email headers. |
| 976 | 976 | * |
@@ -989,39 +989,39 @@ discard block |
||
| 989 | 989 | * @param string $post_id The post ID. |
| 990 | 990 | * @param string $user_id The user ID. |
| 991 | 991 | */ |
| 992 | - $headers = apply_filters( 'geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 992 | + $headers = apply_filters('geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 993 | 993 | |
| 994 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 994 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 995 | 995 | |
| 996 | - if ( ! $sent ) {
|
|
| 997 | - if ( is_array( $to ) ) {
|
|
| 998 | - $to = implode( ',', $to ); |
|
| 996 | + if (!$sent) {
|
|
| 997 | + if (is_array($to)) {
|
|
| 998 | + $to = implode(',', $to);
|
|
| 999 | 999 | } |
| 1000 | 1000 | $log_message = sprintf( |
| 1001 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1001 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1002 | 1002 | $message_type, |
| 1003 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1003 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1004 | 1004 | $to, |
| 1005 | 1005 | $subject |
| 1006 | 1006 | ); |
| 1007 | - geodir_error_log( $log_message ); |
|
| 1007 | + geodir_error_log($log_message); |
|
| 1008 | 1008 | } |
| 1009 | 1009 | |
| 1010 | 1010 | ///////// ADMIN BCC EMIALS |
| 1011 | - $adminEmail = get_bloginfo( 'admin_email' ); |
|
| 1011 | + $adminEmail = get_bloginfo('admin_email');
|
|
| 1012 | 1012 | $to = $adminEmail; |
| 1013 | 1013 | |
| 1014 | 1014 | $admin_bcc = false; |
| 1015 | - if ( $message_type == 'registration' ) {
|
|
| 1016 | - $message_raw = explode( __( "Password:", 'geodirectory' ), $message ); |
|
| 1017 | - $message_raw2 = explode( "</p>", $message_raw[1], 2 ); |
|
| 1018 | - $message = $message_raw[0] . __( 'Password:', 'geodirectory' ) . ' **********</p>' . $message_raw2[1]; |
|
| 1015 | + if ($message_type == 'registration') {
|
|
| 1016 | + $message_raw = explode(__("Password:", 'geodirectory'), $message);
|
|
| 1017 | + $message_raw2 = explode("</p>", $message_raw[1], 2);
|
|
| 1018 | + $message = $message_raw[0].__('Password:', 'geodirectory').' **********</p>'.$message_raw2[1];
|
|
| 1019 | 1019 | } |
| 1020 | - if ( $message_type == 'post_submit' ) {
|
|
| 1021 | - $subject = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_subject_admin' ) ), 'geodirectory' ); |
|
| 1022 | - $message = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_content_admin' ) ), 'geodirectory' ); |
|
| 1020 | + if ($message_type == 'post_submit') {
|
|
| 1021 | + $subject = __(stripslashes_deep(get_option('geodir_post_submited_success_email_subject_admin')), 'geodirectory');
|
|
| 1022 | + $message = __(stripslashes_deep(get_option('geodir_post_submited_success_email_content_admin')), 'geodirectory');
|
|
| 1023 | 1023 | |
| 1024 | - $search_array = array( |
|
| 1024 | + $search_array = array( |
|
| 1025 | 1025 | '[#listing_link#]', |
| 1026 | 1026 | '[#site_name_url#]', |
| 1027 | 1027 | '[#post_id#]', |
@@ -1053,7 +1053,7 @@ discard block |
||
| 1053 | 1053 | $user_login, |
| 1054 | 1054 | $user_login |
| 1055 | 1055 | ); |
| 1056 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 1056 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 1057 | 1057 | |
| 1058 | 1058 | $search_array = array( |
| 1059 | 1059 | '[#listing_link#]', |
@@ -1081,26 +1081,26 @@ discard block |
||
| 1081 | 1081 | $user_login, |
| 1082 | 1082 | $user_login |
| 1083 | 1083 | ); |
| 1084 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1084 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1085 | 1085 | |
| 1086 | 1086 | $subject .= ' - ADMIN BCC COPY'; |
| 1087 | 1087 | $admin_bcc = true; |
| 1088 | 1088 | |
| 1089 | - } elseif ( $message_type == 'registration' && get_option( 'geodir_bcc_new_user' ) ) {
|
|
| 1089 | + } elseif ($message_type == 'registration' && get_option('geodir_bcc_new_user')) {
|
|
| 1090 | 1090 | $subject .= ' - ADMIN BCC COPY'; |
| 1091 | 1091 | $admin_bcc = true; |
| 1092 | - } elseif ( $message_type == 'send_friend' && get_option( 'geodir_bcc_friend' ) ) {
|
|
| 1092 | + } elseif ($message_type == 'send_friend' && get_option('geodir_bcc_friend')) {
|
|
| 1093 | 1093 | $subject .= ' - ADMIN BCC COPY'; |
| 1094 | 1094 | $admin_bcc = true; |
| 1095 | - } elseif ( $message_type == 'send_enquiry' && get_option( 'geodir_bcc_enquiry' ) ) {
|
|
| 1095 | + } elseif ($message_type == 'send_enquiry' && get_option('geodir_bcc_enquiry')) {
|
|
| 1096 | 1096 | $subject .= ' - ADMIN BCC COPY'; |
| 1097 | 1097 | $admin_bcc = true; |
| 1098 | - } elseif ( $message_type == 'listing_published' && get_option( 'geodir_bcc_listing_published' ) ) {
|
|
| 1098 | + } elseif ($message_type == 'listing_published' && get_option('geodir_bcc_listing_published')) {
|
|
| 1099 | 1099 | $subject .= ' - ADMIN BCC COPY'; |
| 1100 | 1100 | $admin_bcc = true; |
| 1101 | 1101 | } |
| 1102 | 1102 | |
| 1103 | - if ( $admin_bcc === true ) {
|
|
| 1103 | + if ($admin_bcc === true) {
|
|
| 1104 | 1104 | |
| 1105 | 1105 | /** |
| 1106 | 1106 | * Filter the client email subject. |
@@ -1120,7 +1120,7 @@ discard block |
||
| 1120 | 1120 | * @param string $post_id The post ID. |
| 1121 | 1121 | * @param string $user_id The user ID. |
| 1122 | 1122 | */ |
| 1123 | - $subject = apply_filters( 'geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1123 | + $subject = apply_filters('geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1124 | 1124 | /** |
| 1125 | 1125 | * Filter the client email message. |
| 1126 | 1126 | * |
@@ -1139,23 +1139,23 @@ discard block |
||
| 1139 | 1139 | * @param string $post_id The post ID. |
| 1140 | 1140 | * @param string $user_id The user ID. |
| 1141 | 1141 | */ |
| 1142 | - $message = apply_filters( 'geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1142 | + $message = apply_filters('geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1143 | 1143 | |
| 1144 | 1144 | |
| 1145 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1145 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1146 | 1146 | |
| 1147 | - if ( ! $sent ) {
|
|
| 1148 | - if ( is_array( $to ) ) {
|
|
| 1149 | - $to = implode( ',', $to ); |
|
| 1147 | + if (!$sent) {
|
|
| 1148 | + if (is_array($to)) {
|
|
| 1149 | + $to = implode(',', $to);
|
|
| 1150 | 1150 | } |
| 1151 | 1151 | $log_message = sprintf( |
| 1152 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1152 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1153 | 1153 | $message_type, |
| 1154 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1154 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1155 | 1155 | $to, |
| 1156 | 1156 | $subject |
| 1157 | 1157 | ); |
| 1158 | - geodir_error_log( $log_message ); |
|
| 1158 | + geodir_error_log($log_message); |
|
| 1159 | 1159 | } |
| 1160 | 1160 | } |
| 1161 | 1161 | |
@@ -1171,52 +1171,52 @@ discard block |
||
| 1171 | 1171 | */ |
| 1172 | 1172 | function geodir_taxonomy_breadcrumb() {
|
| 1173 | 1173 | |
| 1174 | - $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); |
|
| 1174 | + $term = get_term_by('slug', get_query_var('term'), get_query_var('taxonomy'));
|
|
| 1175 | 1175 | $parent = $term->parent; |
| 1176 | 1176 | |
| 1177 | - while ( $parent ): |
|
| 1177 | + while ($parent): |
|
| 1178 | 1178 | $parents[] = $parent; |
| 1179 | - $new_parent = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1179 | + $new_parent = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1180 | 1180 | $parent = $new_parent->parent; |
| 1181 | 1181 | endwhile; |
| 1182 | 1182 | |
| 1183 | - if ( ! empty( $parents ) ): |
|
| 1184 | - $parents = array_reverse( $parents ); |
|
| 1183 | + if (!empty($parents)): |
|
| 1184 | + $parents = array_reverse($parents); |
|
| 1185 | 1185 | |
| 1186 | - foreach ( $parents as $parent ): |
|
| 1187 | - $item = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1188 | - $url = get_term_link( $item, get_query_var( 'taxonomy' ) ); |
|
| 1189 | - echo '<li> > <a href="' . $url . '">' . $item->name . '</a></li>'; |
|
| 1186 | + foreach ($parents as $parent): |
|
| 1187 | + $item = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1188 | + $url = get_term_link($item, get_query_var('taxonomy'));
|
|
| 1189 | + echo '<li> > <a href="'.$url.'">'.$item->name.'</a></li>'; |
|
| 1190 | 1190 | endforeach; |
| 1191 | 1191 | |
| 1192 | 1192 | endif; |
| 1193 | 1193 | |
| 1194 | - echo '<li> > ' . $term->name . '</li>'; |
|
| 1194 | + echo '<li> > '.$term->name.'</li>'; |
|
| 1195 | 1195 | } |
| 1196 | 1196 | |
| 1197 | -function geodir_wpml_post_type_archive_link($link, $post_type){
|
|
| 1197 | +function geodir_wpml_post_type_archive_link($link, $post_type) {
|
|
| 1198 | 1198 | |
| 1199 | - if(function_exists('icl_object_id')) {
|
|
| 1200 | - $post_types = get_option( 'geodir_post_types' ); |
|
| 1201 | - $slug = $post_types[ $post_type ]['rewrite']['slug']; |
|
| 1199 | + if (function_exists('icl_object_id')) {
|
|
| 1200 | + $post_types = get_option('geodir_post_types');
|
|
| 1201 | + $slug = $post_types[$post_type]['rewrite']['slug']; |
|
| 1202 | 1202 | |
| 1203 | 1203 | //echo $link.'###'.gd_wpml_get_lang_from_url( $link) ; |
| 1204 | 1204 | |
| 1205 | 1205 | // Alter the CPT slug if WPML is set to do so |
| 1206 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 1207 | - if ( gd_wpml_slug_translation_turned_on( $post_type ) && $language_code = gd_wpml_get_lang_from_url( $link) ) {
|
|
| 1206 | + if (function_exists('icl_object_id')) {
|
|
| 1207 | + if (gd_wpml_slug_translation_turned_on($post_type) && $language_code = gd_wpml_get_lang_from_url($link)) {
|
|
| 1208 | 1208 | |
| 1209 | 1209 | $org_slug = $slug; |
| 1210 | - $slug = apply_filters( 'wpml_translate_single_string', |
|
| 1210 | + $slug = apply_filters('wpml_translate_single_string',
|
|
| 1211 | 1211 | $slug, |
| 1212 | 1212 | 'WordPress', |
| 1213 | - 'URL slug: ' . $slug, |
|
| 1214 | - $language_code ); |
|
| 1213 | + 'URL slug: '.$slug, |
|
| 1214 | + $language_code); |
|
| 1215 | 1215 | |
| 1216 | - if ( ! $slug ) {
|
|
| 1216 | + if (!$slug) {
|
|
| 1217 | 1217 | $slug = $org_slug; |
| 1218 | 1218 | } else {
|
| 1219 | - $link = str_replace( $org_slug, $slug, $link ); |
|
| 1219 | + $link = str_replace($org_slug, $slug, $link); |
|
| 1220 | 1220 | } |
| 1221 | 1221 | |
| 1222 | 1222 | } |
@@ -1248,9 +1248,9 @@ discard block |
||
| 1248 | 1248 | * |
| 1249 | 1249 | * @since 1.0.0 |
| 1250 | 1250 | */ |
| 1251 | - $separator = apply_filters( 'geodir_breadcrumb_separator', ' > ' ); |
|
| 1251 | + $separator = apply_filters('geodir_breadcrumb_separator', ' > ');
|
|
| 1252 | 1252 | |
| 1253 | - if ( ! geodir_is_page( 'home' ) ) {
|
|
| 1253 | + if (!geodir_is_page('home')) {
|
|
| 1254 | 1254 | $breadcrumb = ''; |
| 1255 | 1255 | $url_categoris = ''; |
| 1256 | 1256 | $breadcrumb .= '<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">'; |
@@ -1259,167 +1259,167 @@ discard block |
||
| 1259 | 1259 | * |
| 1260 | 1260 | * @since 1.0.0 |
| 1261 | 1261 | */ |
| 1262 | - $breadcrumb .= '<li>' . apply_filters( 'geodir_breadcrumb_first_link', '<a href="' . home_url() . '">' . __( 'Home', 'geodirectory' ) . '</a>' ) . '</li>'; |
|
| 1262 | + $breadcrumb .= '<li>'.apply_filters('geodir_breadcrumb_first_link', '<a href="'.home_url().'">'.__('Home', 'geodirectory').'</a>').'</li>';
|
|
| 1263 | 1263 | |
| 1264 | 1264 | $gd_post_type = geodir_get_current_posttype(); |
| 1265 | - $post_type_info = get_post_type_object( $gd_post_type ); |
|
| 1265 | + $post_type_info = get_post_type_object($gd_post_type); |
|
| 1266 | 1266 | |
| 1267 | - remove_filter( 'post_type_archive_link', 'geodir_get_posttype_link' ); |
|
| 1267 | + remove_filter('post_type_archive_link', 'geodir_get_posttype_link');
|
|
| 1268 | 1268 | |
| 1269 | - $listing_link = get_post_type_archive_link( $gd_post_type ); |
|
| 1269 | + $listing_link = get_post_type_archive_link($gd_post_type); |
|
| 1270 | 1270 | |
| 1271 | - add_filter( 'post_type_archive_link', 'geodir_get_posttype_link', 10, 2 ); |
|
| 1272 | - $listing_link = rtrim( $listing_link, '/' ); |
|
| 1271 | + add_filter('post_type_archive_link', 'geodir_get_posttype_link', 10, 2);
|
|
| 1272 | + $listing_link = rtrim($listing_link, '/'); |
|
| 1273 | 1273 | $listing_link .= '/'; |
| 1274 | 1274 | |
| 1275 | 1275 | $post_type_for_location_link = $listing_link; |
| 1276 | - $location_terms = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 1276 | + $location_terms = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 1277 | 1277 | |
| 1278 | 1278 | global $wp, $gd_session; |
| 1279 | 1279 | $location_link = $post_type_for_location_link; |
| 1280 | 1280 | |
| 1281 | - if ( geodir_is_page( 'detail' ) || geodir_is_page( 'listing' ) ) {
|
|
| 1281 | + if (geodir_is_page('detail') || geodir_is_page('listing')) {
|
|
| 1282 | 1282 | global $post; |
| 1283 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 1284 | - $neighbourhood_active = $location_manager && get_option( 'location_neighbourhoods' ) ? true : false; |
|
| 1283 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 1284 | + $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
|
|
| 1285 | 1285 | |
| 1286 | - if ( geodir_is_page( 'detail' ) && isset( $post->country_slug ) ) {
|
|
| 1286 | + if (geodir_is_page('detail') && isset($post->country_slug)) {
|
|
| 1287 | 1287 | $location_terms = array( |
| 1288 | 1288 | 'gd_country' => $post->country_slug, |
| 1289 | 1289 | 'gd_region' => $post->region_slug, |
| 1290 | 1290 | 'gd_city' => $post->city_slug |
| 1291 | 1291 | ); |
| 1292 | 1292 | |
| 1293 | - if ( $neighbourhood_active && ! empty( $location_terms['gd_city'] ) && $gd_ses_neighbourhood = $gd_session->get( 'gd_neighbourhood' ) ) {
|
|
| 1293 | + if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
|
|
| 1294 | 1294 | $location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood; |
| 1295 | 1295 | } |
| 1296 | 1296 | } |
| 1297 | 1297 | |
| 1298 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 1298 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 1299 | 1299 | |
| 1300 | 1300 | $hide_url_part = array(); |
| 1301 | - if ( $location_manager ) {
|
|
| 1302 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 1303 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 1304 | - |
|
| 1305 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 1306 | - $hide_url_part = array( 'gd_country', 'gd_region' ); |
|
| 1307 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 1308 | - $hide_url_part = array( 'gd_region' ); |
|
| 1309 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 1310 | - $hide_url_part = array( 'gd_country' ); |
|
| 1301 | + if ($location_manager) {
|
|
| 1302 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 1303 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 1304 | + |
|
| 1305 | + if ($hide_region_part && $hide_country_part) {
|
|
| 1306 | + $hide_url_part = array('gd_country', 'gd_region');
|
|
| 1307 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 1308 | + $hide_url_part = array('gd_region');
|
|
| 1309 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 1310 | + $hide_url_part = array('gd_country');
|
|
| 1311 | 1311 | } |
| 1312 | 1312 | } |
| 1313 | 1313 | |
| 1314 | 1314 | $hide_text_part = array(); |
| 1315 | - if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 1316 | - $hide_text_part = array( 'gd_region' ); |
|
| 1315 | + if ($geodir_show_location_url == 'country_city') {
|
|
| 1316 | + $hide_text_part = array('gd_region');
|
|
| 1317 | 1317 | |
| 1318 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1319 | - unset( $location_terms['gd_region'] ); |
|
| 1318 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1319 | + unset($location_terms['gd_region']); |
|
| 1320 | 1320 | } |
| 1321 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 1322 | - $hide_text_part = array( 'gd_country' ); |
|
| 1321 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 1322 | + $hide_text_part = array('gd_country');
|
|
| 1323 | 1323 | |
| 1324 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1325 | - unset( $location_terms['gd_country'] ); |
|
| 1324 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1325 | + unset($location_terms['gd_country']); |
|
| 1326 | 1326 | } |
| 1327 | - } else if ( $geodir_show_location_url == 'city' ) {
|
|
| 1328 | - $hide_text_part = array( 'gd_country', 'gd_region' ); |
|
| 1327 | + } else if ($geodir_show_location_url == 'city') {
|
|
| 1328 | + $hide_text_part = array('gd_country', 'gd_region');
|
|
| 1329 | 1329 | |
| 1330 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1331 | - unset( $location_terms['gd_country'] ); |
|
| 1330 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1331 | + unset($location_terms['gd_country']); |
|
| 1332 | 1332 | } |
| 1333 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1334 | - unset( $location_terms['gd_region'] ); |
|
| 1333 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1334 | + unset($location_terms['gd_region']); |
|
| 1335 | 1335 | } |
| 1336 | 1336 | } |
| 1337 | 1337 | |
| 1338 | 1338 | $is_location_last = ''; |
| 1339 | 1339 | $is_taxonomy_last = ''; |
| 1340 | 1340 | $breadcrumb .= '<li>'; |
| 1341 | - if ( get_query_var( $gd_post_type . 'category' ) ) {
|
|
| 1342 | - $gd_taxonomy = $gd_post_type . 'category'; |
|
| 1343 | - } elseif ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1344 | - $gd_taxonomy = $gd_post_type . '_tags'; |
|
| 1341 | + if (get_query_var($gd_post_type.'category')) {
|
|
| 1342 | + $gd_taxonomy = $gd_post_type.'category'; |
|
| 1343 | + } elseif (get_query_var($gd_post_type.'_tags')) {
|
|
| 1344 | + $gd_taxonomy = $gd_post_type.'_tags'; |
|
| 1345 | 1345 | } |
| 1346 | 1346 | |
| 1347 | - $breadcrumb .= $separator . '<a href="' . $listing_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1348 | - if ( ! empty( $gd_taxonomy ) || geodir_is_page( 'detail' ) ) {
|
|
| 1347 | + $breadcrumb .= $separator.'<a href="'.$listing_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1348 | + if (!empty($gd_taxonomy) || geodir_is_page('detail')) {
|
|
| 1349 | 1349 | $is_location_last = false; |
| 1350 | 1350 | } else {
|
| 1351 | 1351 | $is_location_last = true; |
| 1352 | 1352 | } |
| 1353 | 1353 | |
| 1354 | - if ( ! empty( $gd_taxonomy ) && geodir_is_page( 'listing' ) ) {
|
|
| 1354 | + if (!empty($gd_taxonomy) && geodir_is_page('listing')) {
|
|
| 1355 | 1355 | $is_taxonomy_last = true; |
| 1356 | 1356 | } else {
|
| 1357 | 1357 | $is_taxonomy_last = false; |
| 1358 | 1358 | } |
| 1359 | 1359 | |
| 1360 | - if ( ! empty( $location_terms ) ) {
|
|
| 1361 | - $geodir_get_locations = function_exists( 'get_actual_location_name' ) ? true : false; |
|
| 1360 | + if (!empty($location_terms)) {
|
|
| 1361 | + $geodir_get_locations = function_exists('get_actual_location_name') ? true : false;
|
|
| 1362 | 1362 | |
| 1363 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1364 | - if ( $location_term != '' ) {
|
|
| 1365 | - if ( ! empty( $hide_url_part ) && in_array( $key, $hide_url_part ) ) { // Hide location part from url & breadcrumb.
|
|
| 1363 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1364 | + if ($location_term != '') {
|
|
| 1365 | + if (!empty($hide_url_part) && in_array($key, $hide_url_part)) { // Hide location part from url & breadcrumb.
|
|
| 1366 | 1366 | continue; |
| 1367 | 1367 | } |
| 1368 | 1368 | |
| 1369 | - $gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location_term ); |
|
| 1370 | - $gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text ); |
|
| 1371 | - $gd_location_link_text = ucfirst( $gd_location_link_text ); |
|
| 1369 | + $gd_location_link_text = preg_replace('/-(\d+)$/', '', $location_term);
|
|
| 1370 | + $gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
|
|
| 1371 | + $gd_location_link_text = ucfirst($gd_location_link_text); |
|
| 1372 | 1372 | |
| 1373 | 1373 | $location_term_actual_country = ''; |
| 1374 | 1374 | $location_term_actual_region = ''; |
| 1375 | 1375 | $location_term_actual_city = ''; |
| 1376 | 1376 | $location_term_actual_neighbourhood = ''; |
| 1377 | - if ( $geodir_get_locations ) {
|
|
| 1378 | - if ( $key == 'gd_country' ) {
|
|
| 1379 | - $location_term_actual_country = get_actual_location_name( 'country', $location_term, true ); |
|
| 1380 | - } else if ( $key == 'gd_region' ) {
|
|
| 1381 | - $location_term_actual_region = get_actual_location_name( 'region', $location_term, true ); |
|
| 1382 | - } else if ( $key == 'gd_city' ) {
|
|
| 1383 | - $location_term_actual_city = get_actual_location_name( 'city', $location_term, true ); |
|
| 1384 | - } else if ( $key == 'gd_neighbourhood' ) {
|
|
| 1385 | - $location_term_actual_neighbourhood = get_actual_location_name( 'neighbourhood', $location_term, true ); |
|
| 1377 | + if ($geodir_get_locations) {
|
|
| 1378 | + if ($key == 'gd_country') {
|
|
| 1379 | + $location_term_actual_country = get_actual_location_name('country', $location_term, true);
|
|
| 1380 | + } else if ($key == 'gd_region') {
|
|
| 1381 | + $location_term_actual_region = get_actual_location_name('region', $location_term, true);
|
|
| 1382 | + } else if ($key == 'gd_city') {
|
|
| 1383 | + $location_term_actual_city = get_actual_location_name('city', $location_term, true);
|
|
| 1384 | + } else if ($key == 'gd_neighbourhood') {
|
|
| 1385 | + $location_term_actual_neighbourhood = get_actual_location_name('neighbourhood', $location_term, true);
|
|
| 1386 | 1386 | } |
| 1387 | 1387 | } else {
|
| 1388 | 1388 | $location_info = geodir_get_location(); |
| 1389 | 1389 | |
| 1390 | - if ( ! empty( $location_info ) && isset( $location_info->location_id ) ) {
|
|
| 1391 | - if ( $key == 'gd_country' ) {
|
|
| 1392 | - $location_term_actual_country = __( $location_info->country, 'geodirectory' ); |
|
| 1393 | - } else if ( $key == 'gd_region' ) {
|
|
| 1394 | - $location_term_actual_region = __( $location_info->region, 'geodirectory' ); |
|
| 1395 | - } else if ( $key == 'gd_city' ) {
|
|
| 1396 | - $location_term_actual_city = __( $location_info->city, 'geodirectory' ); |
|
| 1390 | + if (!empty($location_info) && isset($location_info->location_id)) {
|
|
| 1391 | + if ($key == 'gd_country') {
|
|
| 1392 | + $location_term_actual_country = __($location_info->country, 'geodirectory'); |
|
| 1393 | + } else if ($key == 'gd_region') {
|
|
| 1394 | + $location_term_actual_region = __($location_info->region, 'geodirectory'); |
|
| 1395 | + } else if ($key == 'gd_city') {
|
|
| 1396 | + $location_term_actual_city = __($location_info->city, 'geodirectory'); |
|
| 1397 | 1397 | } |
| 1398 | 1398 | } |
| 1399 | 1399 | } |
| 1400 | 1400 | |
| 1401 | - if ( $is_location_last && $key == 'gd_country' && ! ( isset( $location_terms['gd_region'] ) && $location_terms['gd_region'] != '' ) && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
|
|
| 1402 | - $breadcrumb .= $location_term_actual_country != '' ? $separator . $location_term_actual_country : $separator . $gd_location_link_text; |
|
| 1403 | - } else if ( $is_location_last && $key == 'gd_region' && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
|
|
| 1404 | - $breadcrumb .= $location_term_actual_region != '' ? $separator . $location_term_actual_region : $separator . $gd_location_link_text; |
|
| 1405 | - } else if ( $is_location_last && $key == 'gd_city' && empty( $location_terms['gd_neighbourhood'] ) ) {
|
|
| 1406 | - $breadcrumb .= $location_term_actual_city != '' ? $separator . $location_term_actual_city : $separator . $gd_location_link_text; |
|
| 1407 | - } else if ( $is_location_last && $key == 'gd_neighbourhood' ) {
|
|
| 1408 | - $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator . $location_term_actual_neighbourhood : $separator . $gd_location_link_text; |
|
| 1401 | + if ($is_location_last && $key == 'gd_country' && !(isset($location_terms['gd_region']) && $location_terms['gd_region'] != '') && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
|
|
| 1402 | + $breadcrumb .= $location_term_actual_country != '' ? $separator.$location_term_actual_country : $separator.$gd_location_link_text; |
|
| 1403 | + } else if ($is_location_last && $key == 'gd_region' && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
|
|
| 1404 | + $breadcrumb .= $location_term_actual_region != '' ? $separator.$location_term_actual_region : $separator.$gd_location_link_text; |
|
| 1405 | + } else if ($is_location_last && $key == 'gd_city' && empty($location_terms['gd_neighbourhood'])) {
|
|
| 1406 | + $breadcrumb .= $location_term_actual_city != '' ? $separator.$location_term_actual_city : $separator.$gd_location_link_text; |
|
| 1407 | + } else if ($is_location_last && $key == 'gd_neighbourhood') {
|
|
| 1408 | + $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator.$location_term_actual_neighbourhood : $separator.$gd_location_link_text; |
|
| 1409 | 1409 | } else {
|
| 1410 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1411 | - $location_link .= $location_term . '/'; |
|
| 1410 | + if (get_option('permalink_structure') != '') {
|
|
| 1411 | + $location_link .= $location_term.'/'; |
|
| 1412 | 1412 | } else {
|
| 1413 | - $location_link .= "&$key=" . $location_term; |
|
| 1413 | + $location_link .= "&$key=".$location_term; |
|
| 1414 | 1414 | } |
| 1415 | 1415 | |
| 1416 | - if ( $key == 'gd_country' && $location_term_actual_country != '' ) {
|
|
| 1416 | + if ($key == 'gd_country' && $location_term_actual_country != '') {
|
|
| 1417 | 1417 | $gd_location_link_text = $location_term_actual_country; |
| 1418 | - } else if ( $key == 'gd_region' && $location_term_actual_region != '' ) {
|
|
| 1418 | + } else if ($key == 'gd_region' && $location_term_actual_region != '') {
|
|
| 1419 | 1419 | $gd_location_link_text = $location_term_actual_region; |
| 1420 | - } else if ( $key == 'gd_city' && $location_term_actual_city != '' ) {
|
|
| 1420 | + } else if ($key == 'gd_city' && $location_term_actual_city != '') {
|
|
| 1421 | 1421 | $gd_location_link_text = $location_term_actual_city; |
| 1422 | - } else if ( $key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '' ) {
|
|
| 1422 | + } else if ($key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '') {
|
|
| 1423 | 1423 | $gd_location_link_text = $location_term_actual_neighbourhood; |
| 1424 | 1424 | } |
| 1425 | 1425 | |
@@ -1429,76 +1429,76 @@ discard block |
||
| 1429 | 1429 | } |
| 1430 | 1430 | */ |
| 1431 | 1431 | |
| 1432 | - $breadcrumb .= $separator . '<a href="' . $location_link . '">' . $gd_location_link_text . '</a>'; |
|
| 1432 | + $breadcrumb .= $separator.'<a href="'.$location_link.'">'.$gd_location_link_text.'</a>'; |
|
| 1433 | 1433 | } |
| 1434 | 1434 | } |
| 1435 | 1435 | } |
| 1436 | 1436 | } |
| 1437 | 1437 | |
| 1438 | - if ( ! empty( $gd_taxonomy ) ) {
|
|
| 1438 | + if (!empty($gd_taxonomy)) {
|
|
| 1439 | 1439 | $term_index = 1; |
| 1440 | 1440 | |
| 1441 | 1441 | //if(get_option('geodir_add_categories_url'))
|
| 1442 | 1442 | {
|
| 1443 | - if ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1444 | - $cat_link = $listing_link . 'tags/'; |
|
| 1443 | + if (get_query_var($gd_post_type.'_tags')) {
|
|
| 1444 | + $cat_link = $listing_link.'tags/'; |
|
| 1445 | 1445 | } else {
|
| 1446 | 1446 | $cat_link = $listing_link; |
| 1447 | 1447 | } |
| 1448 | 1448 | |
| 1449 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1450 | - if ( $location_manager && in_array( $key, $hide_url_part ) ) {
|
|
| 1449 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1450 | + if ($location_manager && in_array($key, $hide_url_part)) {
|
|
| 1451 | 1451 | continue; |
| 1452 | 1452 | } |
| 1453 | 1453 | |
| 1454 | - if ( $location_term != '' ) {
|
|
| 1455 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1456 | - $cat_link .= $location_term . '/'; |
|
| 1454 | + if ($location_term != '') {
|
|
| 1455 | + if (get_option('permalink_structure') != '') {
|
|
| 1456 | + $cat_link .= $location_term.'/'; |
|
| 1457 | 1457 | } |
| 1458 | 1458 | } |
| 1459 | 1459 | } |
| 1460 | 1460 | |
| 1461 | - $term_array = explode( "/", trim( $wp_query->query[ $gd_taxonomy ], "/" ) ); |
|
| 1462 | - foreach ( $term_array as $term ) {
|
|
| 1463 | - $term_link_text = preg_replace( '/-(\d+)$/', '', $term ); |
|
| 1464 | - $term_link_text = preg_replace( '/[_-]/', ' ', $term_link_text ); |
|
| 1461 | + $term_array = explode("/", trim($wp_query->query[$gd_taxonomy], "/"));
|
|
| 1462 | + foreach ($term_array as $term) {
|
|
| 1463 | + $term_link_text = preg_replace('/-(\d+)$/', '', $term);
|
|
| 1464 | + $term_link_text = preg_replace('/[_-]/', ' ', $term_link_text);
|
|
| 1465 | 1465 | |
| 1466 | 1466 | // get term actual name |
| 1467 | - $term_info = get_term_by( 'slug', $term, $gd_taxonomy, 'ARRAY_A' ); |
|
| 1468 | - if ( ! empty( $term_info ) && isset( $term_info['name'] ) && $term_info['name'] != '' ) {
|
|
| 1469 | - $term_link_text = urldecode( $term_info['name'] ); |
|
| 1467 | + $term_info = get_term_by('slug', $term, $gd_taxonomy, 'ARRAY_A');
|
|
| 1468 | + if (!empty($term_info) && isset($term_info['name']) && $term_info['name'] != '') {
|
|
| 1469 | + $term_link_text = urldecode($term_info['name']); |
|
| 1470 | 1470 | } else {
|
| 1471 | 1471 | continue; |
| 1472 | 1472 | //$term_link_text = wp_strip_all_tags(geodir_ucwords(urldecode($term_link_text))); |
| 1473 | 1473 | } |
| 1474 | 1474 | |
| 1475 | - if ( $term_index == count( $term_array ) && $is_taxonomy_last ) {
|
|
| 1476 | - $breadcrumb .= $separator . $term_link_text; |
|
| 1475 | + if ($term_index == count($term_array) && $is_taxonomy_last) {
|
|
| 1476 | + $breadcrumb .= $separator.$term_link_text; |
|
| 1477 | 1477 | } else {
|
| 1478 | - $cat_link .= $term . '/'; |
|
| 1479 | - $breadcrumb .= $separator . '<a href="' . $cat_link . '">' . $term_link_text . '</a>'; |
|
| 1478 | + $cat_link .= $term.'/'; |
|
| 1479 | + $breadcrumb .= $separator.'<a href="'.$cat_link.'">'.$term_link_text.'</a>'; |
|
| 1480 | 1480 | } |
| 1481 | - $term_index ++; |
|
| 1481 | + $term_index++; |
|
| 1482 | 1482 | } |
| 1483 | 1483 | } |
| 1484 | 1484 | |
| 1485 | 1485 | |
| 1486 | 1486 | } |
| 1487 | 1487 | |
| 1488 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1489 | - $breadcrumb .= $separator . get_the_title(); |
|
| 1488 | + if (geodir_is_page('detail')) {
|
|
| 1489 | + $breadcrumb .= $separator.get_the_title(); |
|
| 1490 | 1490 | } |
| 1491 | 1491 | |
| 1492 | 1492 | $breadcrumb .= '</li>'; |
| 1493 | 1493 | |
| 1494 | 1494 | |
| 1495 | - } elseif ( geodir_is_page( 'author' ) ) {
|
|
| 1495 | + } elseif (geodir_is_page('author')) {
|
|
| 1496 | 1496 | $user_id = get_current_user_id(); |
| 1497 | - $author_link = get_author_posts_url( $user_id ); |
|
| 1498 | - $default_author_link = geodir_getlink( $author_link, array( |
|
| 1497 | + $author_link = get_author_posts_url($user_id); |
|
| 1498 | + $default_author_link = geodir_getlink($author_link, array( |
|
| 1499 | 1499 | 'geodir_dashbord' => 'true', |
| 1500 | 1500 | 'stype' => 'gd_place' |
| 1501 | - ), false ); |
|
| 1501 | + ), false); |
|
| 1502 | 1502 | |
| 1503 | 1503 | /** |
| 1504 | 1504 | * Filter author page link. |
@@ -1508,16 +1508,16 @@ discard block |
||
| 1508 | 1508 | * @param string $default_author_link Default author link. |
| 1509 | 1509 | * @param int $user_id Author ID. |
| 1510 | 1510 | */ |
| 1511 | - $default_author_link = apply_filters( 'geodir_dashboard_author_link', $default_author_link, $user_id ); |
|
| 1511 | + $default_author_link = apply_filters('geodir_dashboard_author_link', $default_author_link, $user_id);
|
|
| 1512 | 1512 | |
| 1513 | 1513 | $breadcrumb .= '<li>'; |
| 1514 | - $breadcrumb .= $separator . '<a href="' . $default_author_link . '">' . __( 'My Dashboard', 'geodirectory' ) . '</a>'; |
|
| 1514 | + $breadcrumb .= $separator.'<a href="'.$default_author_link.'">'.__('My Dashboard', 'geodirectory').'</a>';
|
|
| 1515 | 1515 | |
| 1516 | - if ( isset( $_REQUEST['list'] ) ) {
|
|
| 1517 | - $author_link = geodir_getlink( $author_link, array( |
|
| 1516 | + if (isset($_REQUEST['list'])) {
|
|
| 1517 | + $author_link = geodir_getlink($author_link, array( |
|
| 1518 | 1518 | 'geodir_dashbord' => 'true', |
| 1519 | 1519 | 'stype' => $_REQUEST['stype'] |
| 1520 | - ), false ); |
|
| 1520 | + ), false); |
|
| 1521 | 1521 | |
| 1522 | 1522 | /** |
| 1523 | 1523 | * Filter author page link. |
@@ -1528,61 +1528,61 @@ discard block |
||
| 1528 | 1528 | * @param int $user_id Author ID. |
| 1529 | 1529 | * @param string $_REQUEST ['stype'] Post type. |
| 1530 | 1530 | */ |
| 1531 | - $author_link = apply_filters( 'geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype'] ); |
|
| 1531 | + $author_link = apply_filters('geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype']);
|
|
| 1532 | 1532 | |
| 1533 | - $breadcrumb .= $separator . '<a href="' . $author_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1534 | - $breadcrumb .= $separator . ucfirst( __( 'My', 'geodirectory' ) . ' ' . $_REQUEST['list'] ); |
|
| 1533 | + $breadcrumb .= $separator.'<a href="'.$author_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1534 | + $breadcrumb .= $separator.ucfirst(__('My', 'geodirectory').' '.$_REQUEST['list']);
|
|
| 1535 | 1535 | } else {
|
| 1536 | - $breadcrumb .= $separator . __( ucfirst( $post_type_info->label ), 'geodirectory' ); |
|
| 1536 | + $breadcrumb .= $separator.__(ucfirst($post_type_info->label), 'geodirectory'); |
|
| 1537 | 1537 | } |
| 1538 | 1538 | |
| 1539 | 1539 | $breadcrumb .= '</li>'; |
| 1540 | - } elseif ( is_category() || is_single() ) {
|
|
| 1540 | + } elseif (is_category() || is_single()) {
|
|
| 1541 | 1541 | $category = get_the_category(); |
| 1542 | - if ( is_category() ) {
|
|
| 1543 | - $breadcrumb .= '<li>' . $separator . $category[0]->cat_name . '</li>'; |
|
| 1542 | + if (is_category()) {
|
|
| 1543 | + $breadcrumb .= '<li>'.$separator.$category[0]->cat_name.'</li>'; |
|
| 1544 | 1544 | } |
| 1545 | - if ( is_single() ) {
|
|
| 1546 | - $breadcrumb .= '<li>' . $separator . '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a></li>'; |
|
| 1547 | - $breadcrumb .= '<li>' . $separator . get_the_title() . '</li>'; |
|
| 1545 | + if (is_single()) {
|
|
| 1546 | + $breadcrumb .= '<li>'.$separator.'<a href="'.get_category_link($category[0]->term_id).'">'.$category[0]->cat_name.'</a></li>'; |
|
| 1547 | + $breadcrumb .= '<li>'.$separator.get_the_title().'</li>'; |
|
| 1548 | 1548 | } |
| 1549 | 1549 | /* End of my version ##################################################### */ |
| 1550 | - } else if ( is_page() ) {
|
|
| 1550 | + } else if (is_page()) {
|
|
| 1551 | 1551 | $page_title = get_the_title(); |
| 1552 | 1552 | |
| 1553 | - if ( geodir_is_page( 'location' ) ) {
|
|
| 1553 | + if (geodir_is_page('location')) {
|
|
| 1554 | 1554 | $location_page_id = geodir_location_page_id(); |
| 1555 | - $loc_post = get_post( $location_page_id ); |
|
| 1555 | + $loc_post = get_post($location_page_id); |
|
| 1556 | 1556 | $post_name = $loc_post->post_name; |
| 1557 | - $slug = ucwords( str_replace( '-', ' ', $post_name ) ); |
|
| 1558 | - $page_title = ! empty( $slug ) ? $slug : __( 'Location', 'geodirectory' ); |
|
| 1557 | + $slug = ucwords(str_replace('-', ' ', $post_name));
|
|
| 1558 | + $page_title = !empty($slug) ? $slug : __('Location', 'geodirectory');
|
|
| 1559 | 1559 | } |
| 1560 | 1560 | |
| 1561 | - $breadcrumb .= '<li>' . $separator; |
|
| 1562 | - $breadcrumb .= stripslashes_deep( $page_title ); |
|
| 1561 | + $breadcrumb .= '<li>'.$separator; |
|
| 1562 | + $breadcrumb .= stripslashes_deep($page_title); |
|
| 1563 | 1563 | $breadcrumb .= '</li>'; |
| 1564 | - } else if ( is_tag() ) {
|
|
| 1565 | - $breadcrumb .= "<li> " . $separator . single_tag_title( '', false ) . '</li>'; |
|
| 1566 | - } else if ( is_day() ) {
|
|
| 1567 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1568 | - the_time( 'F jS, Y' ); |
|
| 1564 | + } else if (is_tag()) {
|
|
| 1565 | + $breadcrumb .= "<li> ".$separator.single_tag_title('', false).'</li>';
|
|
| 1566 | + } else if (is_day()) {
|
|
| 1567 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1568 | + the_time('F jS, Y');
|
|
| 1569 | 1569 | $breadcrumb .= '</li>'; |
| 1570 | - } else if ( is_month() ) {
|
|
| 1571 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1572 | - the_time( 'F, Y' ); |
|
| 1570 | + } else if (is_month()) {
|
|
| 1571 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1572 | + the_time('F, Y');
|
|
| 1573 | 1573 | $breadcrumb .= '</li>'; |
| 1574 | - } else if ( is_year() ) {
|
|
| 1575 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1576 | - the_time( 'Y' ); |
|
| 1574 | + } else if (is_year()) {
|
|
| 1575 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1576 | + the_time('Y');
|
|
| 1577 | 1577 | $breadcrumb .= '</li>'; |
| 1578 | - } else if ( is_author() ) {
|
|
| 1579 | - $breadcrumb .= "<li> " . $separator . __( " Author Archive", 'geodirectory' ); |
|
| 1578 | + } else if (is_author()) {
|
|
| 1579 | + $breadcrumb .= "<li> ".$separator.__(" Author Archive", 'geodirectory');
|
|
| 1580 | 1580 | $breadcrumb .= '</li>'; |
| 1581 | - } else if ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) {
|
|
| 1582 | - $breadcrumb .= "<li>" . $separator . __( "Blog Archives", 'geodirectory' ); |
|
| 1581 | + } else if (isset($_GET['paged']) && !empty($_GET['paged'])) {
|
|
| 1582 | + $breadcrumb .= "<li>".$separator.__("Blog Archives", 'geodirectory');
|
|
| 1583 | 1583 | $breadcrumb .= '</li>'; |
| 1584 | - } else if ( is_search() ) {
|
|
| 1585 | - $breadcrumb .= "<li> " . $separator . __( " Search Results", 'geodirectory' ); |
|
| 1584 | + } else if (is_search()) {
|
|
| 1585 | + $breadcrumb .= "<li> ".$separator.__(" Search Results", 'geodirectory');
|
|
| 1586 | 1586 | $breadcrumb .= '</li>'; |
| 1587 | 1587 | } |
| 1588 | 1588 | $breadcrumb .= '</ul></div>'; |
@@ -1595,13 +1595,13 @@ discard block |
||
| 1595 | 1595 | * @param string $breadcrumb Breadcrumb HTML. |
| 1596 | 1596 | * @param string $separator Breadcrumb separator. |
| 1597 | 1597 | */ |
| 1598 | - echo $breadcrumb = apply_filters( 'geodir_breadcrumb', $breadcrumb, $separator ); |
|
| 1598 | + echo $breadcrumb = apply_filters('geodir_breadcrumb', $breadcrumb, $separator);
|
|
| 1599 | 1599 | } |
| 1600 | 1600 | } |
| 1601 | 1601 | |
| 1602 | 1602 | |
| 1603 | -add_action( "admin_init", "geodir_allow_wpadmin" ); // check user is admin |
|
| 1604 | -if ( ! function_exists( 'geodir_allow_wpadmin' ) ) {
|
|
| 1603 | +add_action("admin_init", "geodir_allow_wpadmin"); // check user is admin
|
|
| 1604 | +if (!function_exists('geodir_allow_wpadmin')) {
|
|
| 1605 | 1605 | /** |
| 1606 | 1606 | * Allow only admins to access wp-admin. |
| 1607 | 1607 | * |
@@ -1613,12 +1613,12 @@ discard block |
||
| 1613 | 1613 | */ |
| 1614 | 1614 | function geodir_allow_wpadmin() {
|
| 1615 | 1615 | global $wpdb; |
| 1616 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1616 | + if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && (!defined('DOING_AJAX'))) // checking action in request to allow ajax request go through
|
|
| 1617 | 1617 | {
|
| 1618 | - if ( current_user_can( 'administrator' ) ) {
|
|
| 1618 | + if (current_user_can('administrator')) {
|
|
| 1619 | 1619 | } else {
|
| 1620 | 1620 | |
| 1621 | - wp_redirect( home_url() ); |
|
| 1621 | + wp_redirect(home_url()); |
|
| 1622 | 1622 | exit; |
| 1623 | 1623 | } |
| 1624 | 1624 | |
@@ -1637,23 +1637,23 @@ discard block |
||
| 1637 | 1637 | * |
| 1638 | 1638 | * @return array|WP_Error The uploaded data as array. When failure returns error. |
| 1639 | 1639 | */ |
| 1640 | -function fetch_remote_file( $url ) {
|
|
| 1640 | +function fetch_remote_file($url) {
|
|
| 1641 | 1641 | // extract the file name and extension from the url |
| 1642 | - require_once( ABSPATH . 'wp-includes/pluggable.php' ); |
|
| 1643 | - $file_name = basename( $url ); |
|
| 1644 | - if ( strpos( $file_name, '?' ) !== false ) {
|
|
| 1645 | - list( $file_name ) = explode( '?', $file_name ); |
|
| 1642 | + require_once(ABSPATH.'wp-includes/pluggable.php'); |
|
| 1643 | + $file_name = basename($url); |
|
| 1644 | + if (strpos($file_name, '?') !== false) {
|
|
| 1645 | + list($file_name) = explode('?', $file_name);
|
|
| 1646 | 1646 | } |
| 1647 | 1647 | $dummy = false; |
| 1648 | 1648 | $add_to_cache = false; |
| 1649 | 1649 | $key = null; |
| 1650 | - if ( strpos( $url, '/dummy/' ) !== false ) {
|
|
| 1650 | + if (strpos($url, '/dummy/') !== false) {
|
|
| 1651 | 1651 | $dummy = true; |
| 1652 | - $key = "dummy_" . str_replace( '.', '_', $file_name ); |
|
| 1653 | - $value = get_transient( 'cached_dummy_images' ); |
|
| 1654 | - if ( $value ) {
|
|
| 1655 | - if ( isset( $value[ $key ] ) ) {
|
|
| 1656 | - return $value[ $key ]; |
|
| 1652 | + $key = "dummy_".str_replace('.', '_', $file_name);
|
|
| 1653 | + $value = get_transient('cached_dummy_images');
|
|
| 1654 | + if ($value) {
|
|
| 1655 | + if (isset($value[$key])) {
|
|
| 1656 | + return $value[$key]; |
|
| 1657 | 1657 | } else {
|
| 1658 | 1658 | $add_to_cache = true; |
| 1659 | 1659 | } |
@@ -1664,58 +1664,58 @@ discard block |
||
| 1664 | 1664 | |
| 1665 | 1665 | // get placeholder file in the upload dir with a unique, sanitized filename |
| 1666 | 1666 | |
| 1667 | - $post_upload_date = isset( $post['upload_date'] ) ? $post['upload_date'] : ''; |
|
| 1667 | + $post_upload_date = isset($post['upload_date']) ? $post['upload_date'] : ''; |
|
| 1668 | 1668 | |
| 1669 | - $upload = wp_upload_bits( $file_name, 0, '', $post_upload_date ); |
|
| 1670 | - if ( $upload['error'] ) {
|
|
| 1671 | - return new WP_Error( 'upload_dir_error', $upload['error'] ); |
|
| 1669 | + $upload = wp_upload_bits($file_name, 0, '', $post_upload_date); |
|
| 1670 | + if ($upload['error']) {
|
|
| 1671 | + return new WP_Error('upload_dir_error', $upload['error']);
|
|
| 1672 | 1672 | } |
| 1673 | 1673 | |
| 1674 | 1674 | |
| 1675 | - sleep( 0.3 );// if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1675 | + sleep(0.3); // if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1676 | 1676 | |
| 1677 | 1677 | // fetch the remote url and write it to the placeholder file |
| 1678 | - $headers = wp_remote_get( $url, array( 'stream' => true, 'filename' => $upload['file'] ) ); |
|
| 1678 | + $headers = wp_remote_get($url, array('stream' => true, 'filename' => $upload['file']));
|
|
| 1679 | 1679 | |
| 1680 | 1680 | $log_message = ''; |
| 1681 | - if ( is_wp_error( $headers ) ) {
|
|
| 1682 | - echo 'file: ' . $url; |
|
| 1681 | + if (is_wp_error($headers)) {
|
|
| 1682 | + echo 'file: '.$url; |
|
| 1683 | 1683 | |
| 1684 | - return new WP_Error( 'import_file_error', $headers->get_error_message() ); |
|
| 1684 | + return new WP_Error('import_file_error', $headers->get_error_message());
|
|
| 1685 | 1685 | } |
| 1686 | 1686 | |
| 1687 | - $filesize = filesize( $upload['file'] ); |
|
| 1687 | + $filesize = filesize($upload['file']); |
|
| 1688 | 1688 | // request failed |
| 1689 | - if ( ! $headers ) {
|
|
| 1690 | - $log_message = __( 'Remote server did not respond', 'geodirectory' ); |
|
| 1689 | + if (!$headers) {
|
|
| 1690 | + $log_message = __('Remote server did not respond', 'geodirectory');
|
|
| 1691 | 1691 | } // make sure the fetch was successful |
| 1692 | - elseif ( $headers['response']['code'] != '200' ) {
|
|
| 1693 | - $log_message = sprintf( __( 'Remote server returned error response %1$d %2$s', 'geodirectory' ), esc_html( $headers['response'] ), get_status_header_desc( $headers['response'] ) ); |
|
| 1694 | - } elseif ( isset( $headers['headers']['content-length'] ) && $filesize != $headers['headers']['content-length'] ) {
|
|
| 1695 | - $log_message = __( 'Remote file is incorrect size', 'geodirectory' ); |
|
| 1696 | - } elseif ( 0 == $filesize ) {
|
|
| 1697 | - $log_message = __( 'Zero size file downloaded', 'geodirectory' ); |
|
| 1698 | - } |
|
| 1699 | - |
|
| 1700 | - if ( $log_message ) {
|
|
| 1701 | - $del = unlink( $upload['file'] ); |
|
| 1702 | - if ( ! $del ) {
|
|
| 1703 | - geodir_error_log( __( 'GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory' ) ); |
|
| 1692 | + elseif ($headers['response']['code'] != '200') {
|
|
| 1693 | + $log_message = sprintf(__('Remote server returned error response %1$d %2$s', 'geodirectory'), esc_html($headers['response']), get_status_header_desc($headers['response']));
|
|
| 1694 | + } elseif (isset($headers['headers']['content-length']) && $filesize != $headers['headers']['content-length']) {
|
|
| 1695 | + $log_message = __('Remote file is incorrect size', 'geodirectory');
|
|
| 1696 | + } elseif (0 == $filesize) {
|
|
| 1697 | + $log_message = __('Zero size file downloaded', 'geodirectory');
|
|
| 1698 | + } |
|
| 1699 | + |
|
| 1700 | + if ($log_message) {
|
|
| 1701 | + $del = unlink($upload['file']); |
|
| 1702 | + if (!$del) {
|
|
| 1703 | + geodir_error_log(__('GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory'));
|
|
| 1704 | 1704 | } |
| 1705 | 1705 | |
| 1706 | - return new WP_Error( 'import_file_error', $log_message ); |
|
| 1706 | + return new WP_Error('import_file_error', $log_message);
|
|
| 1707 | 1707 | } |
| 1708 | 1708 | |
| 1709 | - if ( $dummy && $add_to_cache && is_array( $upload ) ) {
|
|
| 1710 | - $images = get_transient( 'cached_dummy_images' ); |
|
| 1711 | - if ( is_array( $images ) ) {
|
|
| 1712 | - $images[ $key ] = $upload; |
|
| 1709 | + if ($dummy && $add_to_cache && is_array($upload)) {
|
|
| 1710 | + $images = get_transient('cached_dummy_images');
|
|
| 1711 | + if (is_array($images)) {
|
|
| 1712 | + $images[$key] = $upload; |
|
| 1713 | 1713 | } else {
|
| 1714 | - $images = array( $key => $upload ); |
|
| 1714 | + $images = array($key => $upload); |
|
| 1715 | 1715 | } |
| 1716 | 1716 | |
| 1717 | 1717 | //setting the cache using the WP Transient API |
| 1718 | - set_transient( 'cached_dummy_images', $images, 60 * 10 ); //10 minutes cache |
|
| 1718 | + set_transient('cached_dummy_images', $images, 60 * 10); //10 minutes cache
|
|
| 1719 | 1719 | } |
| 1720 | 1720 | |
| 1721 | 1721 | return $upload; |
@@ -1729,12 +1729,12 @@ discard block |
||
| 1729 | 1729 | * @return string|void Max upload size. |
| 1730 | 1730 | */ |
| 1731 | 1731 | function geodir_max_upload_size() {
|
| 1732 | - $max_filesize = (float) get_option( 'geodir_upload_max_filesize', 2 ); |
|
| 1732 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1733 | 1733 | |
| 1734 | - if ( $max_filesize > 0 && $max_filesize < 1 ) {
|
|
| 1735 | - $max_filesize = (int) ( $max_filesize * 1024 ) . 'kb'; |
|
| 1734 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1735 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1736 | 1736 | } else {
|
| 1737 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1737 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1738 | 1738 | } |
| 1739 | 1739 | |
| 1740 | 1740 | /** |
@@ -1744,7 +1744,7 @@ discard block |
||
| 1744 | 1744 | * |
| 1745 | 1745 | * @param string $max_filesize Max file upload size. Ex. 10mb, 512kb. |
| 1746 | 1746 | */ |
| 1747 | - return apply_filters( 'geodir_default_image_upload_size_limit', $max_filesize ); |
|
| 1747 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1748 | 1748 | } |
| 1749 | 1749 | |
| 1750 | 1750 | /** |
@@ -1757,8 +1757,8 @@ discard block |
||
| 1757 | 1757 | * @return bool If dummy folder exists returns true, else false. |
| 1758 | 1758 | */ |
| 1759 | 1759 | function geodir_dummy_folder_exists() {
|
| 1760 | - $path = geodir_plugin_path() . '/geodirectory-admin/dummy/'; |
|
| 1761 | - if ( ! is_dir( $path ) ) {
|
|
| 1760 | + $path = geodir_plugin_path().'/geodirectory-admin/dummy/'; |
|
| 1761 | + if (!is_dir($path)) {
|
|
| 1762 | 1762 | return false; |
| 1763 | 1763 | } else {
|
| 1764 | 1764 | return true; |
@@ -1777,17 +1777,17 @@ discard block |
||
| 1777 | 1777 | * |
| 1778 | 1778 | * @return object Author info. |
| 1779 | 1779 | */ |
| 1780 | -function geodir_get_author_info( $aid ) {
|
|
| 1780 | +function geodir_get_author_info($aid) {
|
|
| 1781 | 1781 | global $wpdb; |
| 1782 | 1782 | /*$infosql = "select * from $wpdb->users where ID=$aid";*/ |
| 1783 | - $infosql = $wpdb->prepare( "select * from $wpdb->users where ID=%d", array( $aid ) ); |
|
| 1784 | - $info = $wpdb->get_results( $infosql ); |
|
| 1785 | - if ( $info ) {
|
|
| 1783 | + $infosql = $wpdb->prepare("select * from $wpdb->users where ID=%d", array($aid));
|
|
| 1784 | + $info = $wpdb->get_results($infosql); |
|
| 1785 | + if ($info) {
|
|
| 1786 | 1786 | return $info[0]; |
| 1787 | 1787 | } |
| 1788 | 1788 | } |
| 1789 | 1789 | |
| 1790 | -if ( ! function_exists( 'adminEmail' ) ) {
|
|
| 1790 | +if (!function_exists('adminEmail')) {
|
|
| 1791 | 1791 | /** |
| 1792 | 1792 | * Send emails to client on post submission, renew etc. |
| 1793 | 1793 | * |
@@ -1800,67 +1800,67 @@ discard block |
||
| 1800 | 1800 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1801 | 1801 | * @param string $custom_1 Custom data to be sent. |
| 1802 | 1802 | */ |
| 1803 | - function adminEmail( $page_id, $user_id, $message_type, $custom_1 = '' ) {
|
|
| 1803 | + function adminEmail($page_id, $user_id, $message_type, $custom_1 = '') {
|
|
| 1804 | 1804 | global $wpdb; |
| 1805 | - if ( $message_type == 'expiration' ) {
|
|
| 1806 | - $subject = stripslashes( __( get_option( 'renew_email_subject' ), 'geodirectory' ) ); |
|
| 1807 | - $client_message = stripslashes( __( get_option( 'renew_email_content' ), 'geodirectory' ) ); |
|
| 1808 | - } elseif ( $message_type == 'post_submited' ) {
|
|
| 1809 | - $subject = __( get_option( 'post_submited_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1810 | - $client_message = __( get_option( 'post_submited_success_email_content_admin' ), 'geodirectory' ); |
|
| 1811 | - } elseif ( $message_type == 'renew' ) {
|
|
| 1812 | - $subject = __( get_option( 'post_renew_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1813 | - $client_message = __( get_option( 'post_renew_success_email_content_admin' ), 'geodirectory' ); |
|
| 1814 | - } elseif ( $message_type == 'upgrade' ) {
|
|
| 1815 | - $subject = __( get_option( 'post_upgrade_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1816 | - $client_message = __( get_option( 'post_upgrade_success_email_content_admin' ), 'geodirectory' ); |
|
| 1817 | - } elseif ( $message_type == 'claim_approved' ) {
|
|
| 1818 | - $subject = __( get_option( 'claim_approved_email_subject' ), 'geodirectory' ); |
|
| 1819 | - $client_message = __( get_option( 'claim_approved_email_content' ), 'geodirectory' ); |
|
| 1820 | - } elseif ( $message_type == 'claim_rejected' ) {
|
|
| 1821 | - $subject = __( get_option( 'claim_rejected_email_subject' ), 'geodirectory' ); |
|
| 1822 | - $client_message = __( get_option( 'claim_rejected_email_content' ), 'geodirectory' ); |
|
| 1823 | - } elseif ( $message_type == 'claim_requested' ) {
|
|
| 1824 | - $subject = __( get_option( 'claim_email_subject_admin' ), 'geodirectory' ); |
|
| 1825 | - $client_message = __( get_option( 'claim_email_content_admin' ), 'geodirectory' ); |
|
| 1826 | - } elseif ( $message_type == 'auto_claim' ) {
|
|
| 1827 | - $subject = __( get_option( 'auto_claim_email_subject' ), 'geodirectory' ); |
|
| 1828 | - $client_message = __( get_option( 'auto_claim_email_content' ), 'geodirectory' ); |
|
| 1829 | - } elseif ( $message_type == 'payment_success' ) {
|
|
| 1830 | - $subject = __( get_option( 'post_payment_success_admin_email_subject' ), 'geodirectory' ); |
|
| 1831 | - $client_message = __( get_option( 'post_payment_success_admin_email_content' ), 'geodirectory' ); |
|
| 1832 | - } elseif ( $message_type == 'payment_fail' ) {
|
|
| 1833 | - $subject = __( get_option( 'post_payment_fail_admin_email_subject' ), 'geodirectory' ); |
|
| 1834 | - $client_message = __( get_option( 'post_payment_fail_admin_email_content' ), 'geodirectory' ); |
|
| 1805 | + if ($message_type == 'expiration') {
|
|
| 1806 | + $subject = stripslashes(__(get_option('renew_email_subject'), 'geodirectory'));
|
|
| 1807 | + $client_message = stripslashes(__(get_option('renew_email_content'), 'geodirectory'));
|
|
| 1808 | + } elseif ($message_type == 'post_submited') {
|
|
| 1809 | + $subject = __(get_option('post_submited_success_email_subject_admin'), 'geodirectory');
|
|
| 1810 | + $client_message = __(get_option('post_submited_success_email_content_admin'), 'geodirectory');
|
|
| 1811 | + } elseif ($message_type == 'renew') {
|
|
| 1812 | + $subject = __(get_option('post_renew_success_email_subject_admin'), 'geodirectory');
|
|
| 1813 | + $client_message = __(get_option('post_renew_success_email_content_admin'), 'geodirectory');
|
|
| 1814 | + } elseif ($message_type == 'upgrade') {
|
|
| 1815 | + $subject = __(get_option('post_upgrade_success_email_subject_admin'), 'geodirectory');
|
|
| 1816 | + $client_message = __(get_option('post_upgrade_success_email_content_admin'), 'geodirectory');
|
|
| 1817 | + } elseif ($message_type == 'claim_approved') {
|
|
| 1818 | + $subject = __(get_option('claim_approved_email_subject'), 'geodirectory');
|
|
| 1819 | + $client_message = __(get_option('claim_approved_email_content'), 'geodirectory');
|
|
| 1820 | + } elseif ($message_type == 'claim_rejected') {
|
|
| 1821 | + $subject = __(get_option('claim_rejected_email_subject'), 'geodirectory');
|
|
| 1822 | + $client_message = __(get_option('claim_rejected_email_content'), 'geodirectory');
|
|
| 1823 | + } elseif ($message_type == 'claim_requested') {
|
|
| 1824 | + $subject = __(get_option('claim_email_subject_admin'), 'geodirectory');
|
|
| 1825 | + $client_message = __(get_option('claim_email_content_admin'), 'geodirectory');
|
|
| 1826 | + } elseif ($message_type == 'auto_claim') {
|
|
| 1827 | + $subject = __(get_option('auto_claim_email_subject'), 'geodirectory');
|
|
| 1828 | + $client_message = __(get_option('auto_claim_email_content'), 'geodirectory');
|
|
| 1829 | + } elseif ($message_type == 'payment_success') {
|
|
| 1830 | + $subject = __(get_option('post_payment_success_admin_email_subject'), 'geodirectory');
|
|
| 1831 | + $client_message = __(get_option('post_payment_success_admin_email_content'), 'geodirectory');
|
|
| 1832 | + } elseif ($message_type == 'payment_fail') {
|
|
| 1833 | + $subject = __(get_option('post_payment_fail_admin_email_subject'), 'geodirectory');
|
|
| 1834 | + $client_message = __(get_option('post_payment_fail_admin_email_content'), 'geodirectory');
|
|
| 1835 | 1835 | } |
| 1836 | 1836 | $transaction_details = $custom_1; |
| 1837 | - $fromEmail = get_option( 'site_email' ); |
|
| 1837 | + $fromEmail = get_option('site_email');
|
|
| 1838 | 1838 | $fromEmailName = get_site_emailName(); |
| 1839 | 1839 | //$alivedays = get_post_meta($page_id,'alive_days',true); |
| 1840 | - $pkg_limit = get_property_price_info_listing( $page_id ); |
|
| 1840 | + $pkg_limit = get_property_price_info_listing($page_id); |
|
| 1841 | 1841 | $alivedays = $pkg_limit['days']; |
| 1842 | - $productlink = get_permalink( $page_id ); |
|
| 1843 | - $post_info = get_post( $page_id ); |
|
| 1844 | - $post_date = date( 'dS F,Y', strtotime( $post_info->post_date ) ); |
|
| 1845 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 1842 | + $productlink = get_permalink($page_id); |
|
| 1843 | + $post_info = get_post($page_id); |
|
| 1844 | + $post_date = date('dS F,Y', strtotime($post_info->post_date));
|
|
| 1845 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 1846 | 1846 | $loginurl = geodir_login_url(); |
| 1847 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 1847 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 1848 | 1848 | $siteurl = home_url(); |
| 1849 | - $siteurl_link = '<a href="' . $siteurl . '">' . $fromEmailName . '</a>'; |
|
| 1850 | - $user_info = get_userdata( $user_id ); |
|
| 1849 | + $siteurl_link = '<a href="'.$siteurl.'">'.$fromEmailName.'</a>'; |
|
| 1850 | + $user_info = get_userdata($user_id); |
|
| 1851 | 1851 | $user_email = $user_info->user_email; |
| 1852 | - $display_name = geodir_get_client_name( $user_id ); |
|
| 1852 | + $display_name = geodir_get_client_name($user_id); |
|
| 1853 | 1853 | $user_login = $user_info->user_login; |
| 1854 | - $number_of_grace_days = get_option( 'ptthemes_listing_preexpiry_notice_days' ); |
|
| 1855 | - if ( $number_of_grace_days == '' ) {
|
|
| 1854 | + $number_of_grace_days = get_option('ptthemes_listing_preexpiry_notice_days');
|
|
| 1855 | + if ($number_of_grace_days == '') {
|
|
| 1856 | 1856 | $number_of_grace_days = 1; |
| 1857 | 1857 | } |
| 1858 | - if ( $post_info->post_type == 'event' ) {
|
|
| 1858 | + if ($post_info->post_type == 'event') {
|
|
| 1859 | 1859 | $post_type = 'event'; |
| 1860 | 1860 | } else {
|
| 1861 | 1861 | $post_type = 'listing'; |
| 1862 | 1862 | } |
| 1863 | - $renew_link = '<a href="' . $siteurl . '?ptype=post_' . $post_type . '&renew=1&pid=' . $page_id . '">' . RENEW_LINK . '</a>'; |
|
| 1863 | + $renew_link = '<a href="'.$siteurl.'?ptype=post_'.$post_type.'&renew=1&pid='.$page_id.'">'.RENEW_LINK.'</a>'; |
|
| 1864 | 1864 | $search_array = array( |
| 1865 | 1865 | '[#client_name#]', |
| 1866 | 1866 | '[#listing_link#]', |
@@ -1876,7 +1876,7 @@ discard block |
||
| 1876 | 1876 | '[#site_name#]', |
| 1877 | 1877 | '[#transaction_details#]' |
| 1878 | 1878 | ); |
| 1879 | - $replace_array = array( |
|
| 1879 | + $replace_array = array( |
|
| 1880 | 1880 | $display_name, |
| 1881 | 1881 | $listingLink, |
| 1882 | 1882 | $post_date, |
@@ -1891,13 +1891,13 @@ discard block |
||
| 1891 | 1891 | $fromEmailName, |
| 1892 | 1892 | $transaction_details |
| 1893 | 1893 | ); |
| 1894 | - $client_message = str_replace( $search_array, $replace_array, $client_message ); |
|
| 1895 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1894 | + $client_message = str_replace($search_array, $replace_array, $client_message); |
|
| 1895 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1896 | 1896 | |
| 1897 | 1897 | |
| 1898 | - $headers = array(); |
|
| 1898 | + $headers = array(); |
|
| 1899 | 1899 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 1900 | - $headers[] = 'From: ' . $fromEmailName . ' <' . $fromEmail . '>'; |
|
| 1900 | + $headers[] = 'From: '.$fromEmailName.' <'.$fromEmail.'>'; |
|
| 1901 | 1901 | |
| 1902 | 1902 | $to = $fromEmail; |
| 1903 | 1903 | $message = $client_message; |
@@ -1915,7 +1915,7 @@ discard block |
||
| 1915 | 1915 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1916 | 1916 | * @param string $custom_1 Custom data to be sent. |
| 1917 | 1917 | */ |
| 1918 | - $to = apply_filters( 'geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1918 | + $to = apply_filters('geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1919 | 1919 | /** |
| 1920 | 1920 | * Filter the admin email subject. |
| 1921 | 1921 | * |
@@ -1928,7 +1928,7 @@ discard block |
||
| 1928 | 1928 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1929 | 1929 | * @param string $custom_1 Custom data to be sent. |
| 1930 | 1930 | */ |
| 1931 | - $subject = apply_filters( 'geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1931 | + $subject = apply_filters('geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1932 | 1932 | /** |
| 1933 | 1933 | * Filter the admin email message. |
| 1934 | 1934 | * |
@@ -1941,7 +1941,7 @@ discard block |
||
| 1941 | 1941 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1942 | 1942 | * @param string $custom_1 Custom data to be sent. |
| 1943 | 1943 | */ |
| 1944 | - $message = apply_filters( 'geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1944 | + $message = apply_filters('geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1945 | 1945 | /** |
| 1946 | 1946 | * Filter the admin email headers. |
| 1947 | 1947 | * |
@@ -1954,22 +1954,22 @@ discard block |
||
| 1954 | 1954 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1955 | 1955 | * @param string $custom_1 Custom data to be sent. |
| 1956 | 1956 | */ |
| 1957 | - $headers = apply_filters( 'geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1957 | + $headers = apply_filters('geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1958 | 1958 | |
| 1959 | 1959 | |
| 1960 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1961 | - if ( ! $sent ) {
|
|
| 1962 | - if ( is_array( $to ) ) {
|
|
| 1963 | - $to = implode( ',', $to ); |
|
| 1960 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1961 | + if (!$sent) {
|
|
| 1962 | + if (is_array($to)) {
|
|
| 1963 | + $to = implode(',', $to);
|
|
| 1964 | 1964 | } |
| 1965 | 1965 | $log_message = sprintf( |
| 1966 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1966 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1967 | 1967 | $message_type, |
| 1968 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1968 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1969 | 1969 | $to, |
| 1970 | 1970 | $subject |
| 1971 | 1971 | ); |
| 1972 | - geodir_error_log( $log_message ); |
|
| 1972 | + geodir_error_log($log_message); |
|
| 1973 | 1973 | } |
| 1974 | 1974 | } |
| 1975 | 1975 | } |
@@ -1989,12 +1989,12 @@ discard block |
||
| 1989 | 1989 | * |
| 1990 | 1990 | * @return array Category IDs. |
| 1991 | 1991 | */ |
| 1992 | -function gd_lang_object_ids( $ids_array, $type ) {
|
|
| 1993 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 1992 | +function gd_lang_object_ids($ids_array, $type) {
|
|
| 1993 | + if (function_exists('icl_object_id')) {
|
|
| 1994 | 1994 | $res = array(); |
| 1995 | - foreach ( $ids_array as $id ) {
|
|
| 1996 | - $xlat = icl_object_id( $id, $type, false ); |
|
| 1997 | - if ( ! is_null( $xlat ) ) {
|
|
| 1995 | + foreach ($ids_array as $id) {
|
|
| 1996 | + $xlat = icl_object_id($id, $type, false); |
|
| 1997 | + if (!is_null($xlat)) {
|
|
| 1998 | 1998 | $res[] = $xlat; |
| 1999 | 1999 | } |
| 2000 | 2000 | } |
@@ -2018,20 +2018,20 @@ discard block |
||
| 2018 | 2018 | * |
| 2019 | 2019 | * @return array Modified Body CSS classes. |
| 2020 | 2020 | */ |
| 2021 | -function geodir_custom_posts_body_class( $classes ) {
|
|
| 2021 | +function geodir_custom_posts_body_class($classes) {
|
|
| 2022 | 2022 | global $wpdb, $wp; |
| 2023 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 2024 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2023 | + $post_types = geodir_get_posttypes('object');
|
|
| 2024 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2025 | 2025 | $classes[] = 'geodir_custom_posts'; |
| 2026 | 2026 | } |
| 2027 | 2027 | |
| 2028 | 2028 | // fix body class for signup page |
| 2029 | - if ( geodir_is_page( 'login' ) ) {
|
|
| 2029 | + if (geodir_is_page('login')) {
|
|
| 2030 | 2030 | $new_classes = array(); |
| 2031 | 2031 | $new_classes[] = 'signup page-geodir-signup'; |
| 2032 | - if ( ! empty( $classes ) ) {
|
|
| 2033 | - foreach ( $classes as $class ) {
|
|
| 2034 | - if ( $class && $class != 'home' && $class != 'blog' ) {
|
|
| 2032 | + if (!empty($classes)) {
|
|
| 2033 | + foreach ($classes as $class) {
|
|
| 2034 | + if ($class && $class != 'home' && $class != 'blog') {
|
|
| 2035 | 2035 | $new_classes[] = $class; |
| 2036 | 2036 | } |
| 2037 | 2037 | } |
@@ -2039,14 +2039,14 @@ discard block |
||
| 2039 | 2039 | $classes = $new_classes; |
| 2040 | 2040 | } |
| 2041 | 2041 | |
| 2042 | - if ( geodir_is_geodir_page() ) {
|
|
| 2042 | + if (geodir_is_geodir_page()) {
|
|
| 2043 | 2043 | $classes[] = 'geodir-page'; |
| 2044 | 2044 | } |
| 2045 | 2045 | |
| 2046 | 2046 | return $classes; |
| 2047 | 2047 | } |
| 2048 | 2048 | |
| 2049 | -add_filter( 'body_class', 'geodir_custom_posts_body_class' ); // let's add a class to the body so we can style the new addition to the search |
|
| 2049 | +add_filter('body_class', 'geodir_custom_posts_body_class'); // let's add a class to the body so we can style the new addition to the search
|
|
| 2050 | 2050 | |
| 2051 | 2051 | |
| 2052 | 2052 | /** |
@@ -2062,7 +2062,7 @@ discard block |
||
| 2062 | 2062 | * |
| 2063 | 2063 | * @since 1.0.0 |
| 2064 | 2064 | */ |
| 2065 | - return apply_filters( 'geodir_map_zoom_level', array( |
|
| 2065 | + return apply_filters('geodir_map_zoom_level', array(
|
|
| 2066 | 2066 | 1, |
| 2067 | 2067 | 2, |
| 2068 | 2068 | 3, |
@@ -2082,7 +2082,7 @@ discard block |
||
| 2082 | 2082 | 17, |
| 2083 | 2083 | 18, |
| 2084 | 2084 | 19 |
| 2085 | - ) ); |
|
| 2085 | + )); |
|
| 2086 | 2086 | |
| 2087 | 2087 | } |
| 2088 | 2088 | |
@@ -2095,12 +2095,12 @@ discard block |
||
| 2095 | 2095 | * |
| 2096 | 2096 | * @param string $geodir_option_name Option key. |
| 2097 | 2097 | */ |
| 2098 | -function geodir_option_version_backup( $geodir_option_name ) {
|
|
| 2098 | +function geodir_option_version_backup($geodir_option_name) {
|
|
| 2099 | 2099 | $version_date = time(); |
| 2100 | - $geodir_option = get_option( $geodir_option_name ); |
|
| 2100 | + $geodir_option = get_option($geodir_option_name); |
|
| 2101 | 2101 | |
| 2102 | - if ( ! empty( $geodir_option ) ) {
|
|
| 2103 | - add_option( $geodir_option_name . '_' . $version_date, $geodir_option ); |
|
| 2102 | + if (!empty($geodir_option)) {
|
|
| 2103 | + add_option($geodir_option_name.'_'.$version_date, $geodir_option); |
|
| 2104 | 2104 | } |
| 2105 | 2105 | } |
| 2106 | 2106 | |
@@ -2114,10 +2114,10 @@ discard block |
||
| 2114 | 2114 | * |
| 2115 | 2115 | * @return int Page ID. |
| 2116 | 2116 | */ |
| 2117 | -function get_page_id_geodir_add_listing_page( $page_id ) {
|
|
| 2118 | - if ( geodir_wpml_multilingual_status() ) {
|
|
| 2117 | +function get_page_id_geodir_add_listing_page($page_id) {
|
|
| 2118 | + if (geodir_wpml_multilingual_status()) {
|
|
| 2119 | 2119 | $post_type = 'post_page'; |
| 2120 | - $page_id = geodir_get_wpml_element_id( $page_id, $post_type ); |
|
| 2120 | + $page_id = geodir_get_wpml_element_id($page_id, $post_type); |
|
| 2121 | 2121 | } |
| 2122 | 2122 | |
| 2123 | 2123 | return $page_id; |
@@ -2131,7 +2131,7 @@ discard block |
||
| 2131 | 2131 | * @return bool Returns true when sitepress multilingual CMS active. else returns false. |
| 2132 | 2132 | */ |
| 2133 | 2133 | function geodir_wpml_multilingual_status() {
|
| 2134 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2134 | + if (function_exists('icl_object_id')) {
|
|
| 2135 | 2135 | return true; |
| 2136 | 2136 | } |
| 2137 | 2137 | |
@@ -2149,19 +2149,19 @@ discard block |
||
| 2149 | 2149 | * |
| 2150 | 2150 | * @return int Element ID when exists. Else the page id. |
| 2151 | 2151 | */ |
| 2152 | -function geodir_get_wpml_element_id( $page_id, $post_type ) {
|
|
| 2152 | +function geodir_get_wpml_element_id($page_id, $post_type) {
|
|
| 2153 | 2153 | global $sitepress; |
| 2154 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2155 | - $trid = $sitepress->get_element_trid( $page_id, $post_type ); |
|
| 2154 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2155 | + $trid = $sitepress->get_element_trid($page_id, $post_type); |
|
| 2156 | 2156 | |
| 2157 | - if ( $trid > 0 ) {
|
|
| 2158 | - $translations = $sitepress->get_element_translations( $trid, $post_type ); |
|
| 2157 | + if ($trid > 0) {
|
|
| 2158 | + $translations = $sitepress->get_element_translations($trid, $post_type); |
|
| 2159 | 2159 | |
| 2160 | 2160 | $lang = $sitepress->get_current_language(); |
| 2161 | 2161 | $lang = $lang ? $lang : $sitepress->get_default_language(); |
| 2162 | 2162 | |
| 2163 | - if ( ! empty( $translations ) && ! empty( $lang ) && isset( $translations[ $lang ] ) && isset( $translations[ $lang ]->element_id ) && ! empty( $translations[ $lang ]->element_id ) ) {
|
|
| 2164 | - $page_id = $translations[ $lang ]->element_id; |
|
| 2163 | + if (!empty($translations) && !empty($lang) && isset($translations[$lang]) && isset($translations[$lang]->element_id) && !empty($translations[$lang]->element_id)) {
|
|
| 2164 | + $page_id = $translations[$lang]->element_id; |
|
| 2165 | 2165 | } |
| 2166 | 2166 | } |
| 2167 | 2167 | } |
@@ -2178,15 +2178,15 @@ discard block |
||
| 2178 | 2178 | */ |
| 2179 | 2179 | function geodir_wpml_check_element_id() {
|
| 2180 | 2180 | global $sitepress; |
| 2181 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2181 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2182 | 2182 | $el_type = 'post_page'; |
| 2183 | - $el_id = get_option( 'geodir_add_listing_page' ); |
|
| 2183 | + $el_id = get_option('geodir_add_listing_page');
|
|
| 2184 | 2184 | $default_lang = $sitepress->get_default_language(); |
| 2185 | - $el_details = $sitepress->get_element_language_details( $el_id, $el_type ); |
|
| 2185 | + $el_details = $sitepress->get_element_language_details($el_id, $el_type); |
|
| 2186 | 2186 | |
| 2187 | - if ( ! ( $el_id > 0 && $default_lang && ! empty( $el_details ) && isset( $el_details->language_code ) && $el_details->language_code == $default_lang ) ) {
|
|
| 2188 | - if ( ! $el_details->source_language_code ) {
|
|
| 2189 | - $sitepress->set_element_language_details( $el_id, $el_type, '', $default_lang ); |
|
| 2187 | + if (!($el_id > 0 && $default_lang && !empty($el_details) && isset($el_details->language_code) && $el_details->language_code == $default_lang)) {
|
|
| 2188 | + if (!$el_details->source_language_code) {
|
|
| 2189 | + $sitepress->set_element_language_details($el_id, $el_type, '', $default_lang); |
|
| 2190 | 2190 | $sitepress->icl_translations_cache->clear(); |
| 2191 | 2191 | } |
| 2192 | 2192 | } |
@@ -2205,41 +2205,41 @@ discard block |
||
| 2205 | 2205 | * |
| 2206 | 2206 | * @return string Orderby SQL. |
| 2207 | 2207 | */ |
| 2208 | -function geodir_widget_listings_get_order( $query_args ) {
|
|
| 2208 | +function geodir_widget_listings_get_order($query_args) {
|
|
| 2209 | 2209 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2210 | 2210 | |
| 2211 | 2211 | $query_args = $gd_query_args_widgets; |
| 2212 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2213 | - return $wpdb->posts . ".post_date DESC, "; |
|
| 2212 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2213 | + return $wpdb->posts.".post_date DESC, "; |
|
| 2214 | 2214 | } |
| 2215 | 2215 | |
| 2216 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2217 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2216 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2217 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2218 | 2218 | |
| 2219 | - $sort_by = ! empty( $query_args['order_by'] ) ? $query_args['order_by'] : ''; |
|
| 2219 | + $sort_by = !empty($query_args['order_by']) ? $query_args['order_by'] : ''; |
|
| 2220 | 2220 | |
| 2221 | - switch ( $sort_by ) {
|
|
| 2221 | + switch ($sort_by) {
|
|
| 2222 | 2222 | case 'latest': |
| 2223 | 2223 | case 'newest': |
| 2224 | - $orderby = $wpdb->posts . ".post_date DESC, "; |
|
| 2224 | + $orderby = $wpdb->posts.".post_date DESC, "; |
|
| 2225 | 2225 | break; |
| 2226 | 2226 | case 'featured': |
| 2227 | - $orderby = $table . ".is_featured ASC, ". $wpdb->posts . ".post_date DESC, "; |
|
| 2227 | + $orderby = $table.".is_featured ASC, ".$wpdb->posts.".post_date DESC, "; |
|
| 2228 | 2228 | break; |
| 2229 | 2229 | case 'az': |
| 2230 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2230 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2231 | 2231 | break; |
| 2232 | 2232 | case 'high_review': |
| 2233 | - $orderby = $table . ".rating_count DESC, " . $table . ".overall_rating DESC, "; |
|
| 2233 | + $orderby = $table.".rating_count DESC, ".$table.".overall_rating DESC, "; |
|
| 2234 | 2234 | break; |
| 2235 | 2235 | case 'high_rating': |
| 2236 | - $orderby = "( " . $table . ".overall_rating ) DESC, "; |
|
| 2236 | + $orderby = "( ".$table.".overall_rating ) DESC, "; |
|
| 2237 | 2237 | break; |
| 2238 | 2238 | case 'random': |
| 2239 | 2239 | $orderby = "RAND(), "; |
| 2240 | 2240 | break; |
| 2241 | 2241 | default: |
| 2242 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2242 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2243 | 2243 | break; |
| 2244 | 2244 | } |
| 2245 | 2245 | |
@@ -2262,15 +2262,15 @@ discard block |
||
| 2262 | 2262 | * |
| 2263 | 2263 | * @return mixed Result object. |
| 2264 | 2264 | */ |
| 2265 | -function geodir_get_widget_listings( $query_args = array(), $count_only = false ) {
|
|
| 2265 | +function geodir_get_widget_listings($query_args = array(), $count_only = false) {
|
|
| 2266 | 2266 | global $wpdb, $plugin_prefix, $table_prefix; |
| 2267 | 2267 | $GLOBALS['gd_query_args_widgets'] = $query_args; |
| 2268 | 2268 | $gd_query_args_widgets = $query_args; |
| 2269 | 2269 | |
| 2270 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2271 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2270 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2271 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2272 | 2272 | |
| 2273 | - $fields = $wpdb->posts . ".*, " . $table . ".*"; |
|
| 2273 | + $fields = $wpdb->posts.".*, ".$table.".*"; |
|
| 2274 | 2274 | /** |
| 2275 | 2275 | * Filter widget listing fields string part that is being used for query. |
| 2276 | 2276 | * |
@@ -2280,17 +2280,17 @@ discard block |
||
| 2280 | 2280 | * @param string $table Table name. |
| 2281 | 2281 | * @param string $post_type Post type. |
| 2282 | 2282 | */ |
| 2283 | - $fields = apply_filters( 'geodir_filter_widget_listings_fields', $fields, $table, $post_type ); |
|
| 2283 | + $fields = apply_filters('geodir_filter_widget_listings_fields', $fields, $table, $post_type);
|
|
| 2284 | 2284 | |
| 2285 | - $join = "INNER JOIN " . $table . " ON (" . $table . ".post_id = " . $wpdb->posts . ".ID)";
|
|
| 2285 | + $join = "INNER JOIN ".$table." ON (".$table.".post_id = ".$wpdb->posts.".ID)";
|
|
| 2286 | 2286 | |
| 2287 | 2287 | ########### WPML ########### |
| 2288 | 2288 | |
| 2289 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2289 | + if (function_exists('icl_object_id')) {
|
|
| 2290 | 2290 | global $sitepress; |
| 2291 | 2291 | $lang_code = ICL_LANGUAGE_CODE; |
| 2292 | - if ( $lang_code ) {
|
|
| 2293 | - $join .= " JOIN " . $table_prefix . "icl_translations icl_t ON icl_t.element_id = " . $table_prefix . "posts.ID"; |
|
| 2292 | + if ($lang_code) {
|
|
| 2293 | + $join .= " JOIN ".$table_prefix."icl_translations icl_t ON icl_t.element_id = ".$table_prefix."posts.ID"; |
|
| 2294 | 2294 | } |
| 2295 | 2295 | } |
| 2296 | 2296 | |
@@ -2304,15 +2304,15 @@ discard block |
||
| 2304 | 2304 | * @param string $join Join clause string. |
| 2305 | 2305 | * @param string $post_type Post type. |
| 2306 | 2306 | */ |
| 2307 | - $join = apply_filters( 'geodir_filter_widget_listings_join', $join, $post_type ); |
|
| 2307 | + $join = apply_filters('geodir_filter_widget_listings_join', $join, $post_type);
|
|
| 2308 | 2308 | |
| 2309 | - $post_status = is_super_admin() ? " OR " . $wpdb->posts . ".post_status = 'private'" : ''; |
|
| 2309 | + $post_status = is_super_admin() ? " OR ".$wpdb->posts.".post_status = 'private'" : ''; |
|
| 2310 | 2310 | |
| 2311 | - $where = " AND ( " . $wpdb->posts . ".post_status = 'publish' " . $post_status . " ) AND " . $wpdb->posts . ".post_type = '" . $post_type . "'"; |
|
| 2311 | + $where = " AND ( ".$wpdb->posts.".post_status = 'publish' ".$post_status." ) AND ".$wpdb->posts.".post_type = '".$post_type."'"; |
|
| 2312 | 2312 | |
| 2313 | 2313 | ########### WPML ########### |
| 2314 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2315 | - if ( $lang_code ) {
|
|
| 2314 | + if (function_exists('icl_object_id')) {
|
|
| 2315 | + if ($lang_code) {
|
|
| 2316 | 2316 | $where .= " AND icl_t.language_code = '$lang_code' AND icl_t.element_type = 'post_$post_type' "; |
| 2317 | 2317 | } |
| 2318 | 2318 | } |
@@ -2325,8 +2325,8 @@ discard block |
||
| 2325 | 2325 | * @param string $where Where clause string. |
| 2326 | 2326 | * @param string $post_type Post type. |
| 2327 | 2327 | */ |
| 2328 | - $where = apply_filters( 'geodir_filter_widget_listings_where', $where, $post_type ); |
|
| 2329 | - $where = $where != '' ? " WHERE 1=1 " . $where : ''; |
|
| 2328 | + $where = apply_filters('geodir_filter_widget_listings_where', $where, $post_type);
|
|
| 2329 | + $where = $where != '' ? " WHERE 1=1 ".$where : ''; |
|
| 2330 | 2330 | |
| 2331 | 2331 | $groupby = " GROUP BY $wpdb->posts.ID "; //@todo is this needed? faster withotu |
| 2332 | 2332 | /** |
@@ -2337,15 +2337,15 @@ discard block |
||
| 2337 | 2337 | * @param string $groupby Group by clause string. |
| 2338 | 2338 | * @param string $post_type Post type. |
| 2339 | 2339 | */ |
| 2340 | - $groupby = apply_filters( 'geodir_filter_widget_listings_groupby', $groupby, $post_type ); |
|
| 2340 | + $groupby = apply_filters('geodir_filter_widget_listings_groupby', $groupby, $post_type);
|
|
| 2341 | 2341 | |
| 2342 | - if ( $count_only ) {
|
|
| 2343 | - $sql = "SELECT COUNT(DISTINCT " . $wpdb->posts . ".ID) AS total FROM " . $wpdb->posts . " |
|
| 2344 | - " . $join . " |
|
| 2342 | + if ($count_only) {
|
|
| 2343 | + $sql = "SELECT COUNT(DISTINCT ".$wpdb->posts.".ID) AS total FROM ".$wpdb->posts." |
|
| 2344 | + " . $join." |
|
| 2345 | 2345 | " . $where; |
| 2346 | - $rows = (int) $wpdb->get_var( $sql ); |
|
| 2346 | + $rows = (int) $wpdb->get_var($sql); |
|
| 2347 | 2347 | } else {
|
| 2348 | - $orderby = geodir_widget_listings_get_order( $query_args ); |
|
| 2348 | + $orderby = geodir_widget_listings_get_order($query_args); |
|
| 2349 | 2349 | /** |
| 2350 | 2350 | * Filter widget listing orderby clause string part that is being used for query. |
| 2351 | 2351 | * |
@@ -2355,11 +2355,11 @@ discard block |
||
| 2355 | 2355 | * @param string $table Table name. |
| 2356 | 2356 | * @param string $post_type Post type. |
| 2357 | 2357 | */ |
| 2358 | - $orderby = apply_filters( 'geodir_filter_widget_listings_orderby', $orderby, $table, $post_type ); |
|
| 2359 | - $orderby .= $wpdb->posts . ".post_title ASC"; |
|
| 2360 | - $orderby = $orderby != '' ? " ORDER BY " . $orderby : ''; |
|
| 2358 | + $orderby = apply_filters('geodir_filter_widget_listings_orderby', $orderby, $table, $post_type);
|
|
| 2359 | + $orderby .= $wpdb->posts.".post_title ASC"; |
|
| 2360 | + $orderby = $orderby != '' ? " ORDER BY ".$orderby : ''; |
|
| 2361 | 2361 | |
| 2362 | - $limit = ! empty( $query_args['posts_per_page'] ) ? $query_args['posts_per_page'] : 5; |
|
| 2362 | + $limit = !empty($query_args['posts_per_page']) ? $query_args['posts_per_page'] : 5; |
|
| 2363 | 2363 | /** |
| 2364 | 2364 | * Filter widget listing limit that is being used for query. |
| 2365 | 2365 | * |
@@ -2368,27 +2368,27 @@ discard block |
||
| 2368 | 2368 | * @param int $limit Query results limit. |
| 2369 | 2369 | * @param string $post_type Post type. |
| 2370 | 2370 | */ |
| 2371 | - $limit = apply_filters( 'geodir_filter_widget_listings_limit', $limit, $post_type ); |
|
| 2371 | + $limit = apply_filters('geodir_filter_widget_listings_limit', $limit, $post_type);
|
|
| 2372 | 2372 | |
| 2373 | - $page = ! empty( $query_args['pageno'] ) ? absint( $query_args['pageno'] ) : 1; |
|
| 2374 | - if ( ! $page ) {
|
|
| 2373 | + $page = !empty($query_args['pageno']) ? absint($query_args['pageno']) : 1; |
|
| 2374 | + if (!$page) {
|
|
| 2375 | 2375 | $page = 1; |
| 2376 | 2376 | } |
| 2377 | 2377 | |
| 2378 | - $limit = (int) $limit > 0 ? " LIMIT " . absint( ( $page - 1 ) * (int) $limit ) . ", " . (int) $limit : ""; |
|
| 2378 | + $limit = (int) $limit > 0 ? " LIMIT ".absint(($page - 1) * (int) $limit).", ".(int) $limit : ""; |
|
| 2379 | 2379 | |
| 2380 | 2380 | //@todo removed SQL_CALC_FOUND_ROWS from below as don't think it is needed and query is faster without |
| 2381 | - $sql = "SELECT " . $fields . " FROM " . $wpdb->posts . " |
|
| 2382 | - " . $join . " |
|
| 2383 | - " . $where . " |
|
| 2384 | - " . $groupby . " |
|
| 2385 | - " . $orderby . " |
|
| 2381 | + $sql = "SELECT ".$fields." FROM ".$wpdb->posts." |
|
| 2382 | + " . $join." |
|
| 2383 | + " . $where." |
|
| 2384 | + " . $groupby." |
|
| 2385 | + " . $orderby." |
|
| 2386 | 2386 | " . $limit; |
| 2387 | - $rows = $wpdb->get_results( $sql ); |
|
| 2387 | + $rows = $wpdb->get_results($sql); |
|
| 2388 | 2388 | } |
| 2389 | 2389 | |
| 2390 | - unset( $GLOBALS['gd_query_args_widgets'] ); |
|
| 2391 | - unset( $gd_query_args_widgets ); |
|
| 2390 | + unset($GLOBALS['gd_query_args_widgets']); |
|
| 2391 | + unset($gd_query_args_widgets); |
|
| 2392 | 2392 | |
| 2393 | 2393 | return $rows; |
| 2394 | 2394 | } |
@@ -2405,11 +2405,11 @@ discard block |
||
| 2405 | 2405 | * |
| 2406 | 2406 | * @return string Modified fields SQL. |
| 2407 | 2407 | */ |
| 2408 | -function geodir_function_widget_listings_fields( $fields ) {
|
|
| 2408 | +function geodir_function_widget_listings_fields($fields) {
|
|
| 2409 | 2409 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2410 | 2410 | |
| 2411 | 2411 | $query_args = $gd_query_args_widgets; |
| 2412 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2412 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2413 | 2413 | return $fields; |
| 2414 | 2414 | } |
| 2415 | 2415 | |
@@ -2428,24 +2428,24 @@ discard block |
||
| 2428 | 2428 | * |
| 2429 | 2429 | * @return string Modified join clause SQL. |
| 2430 | 2430 | */ |
| 2431 | -function geodir_function_widget_listings_join( $join ) {
|
|
| 2431 | +function geodir_function_widget_listings_join($join) {
|
|
| 2432 | 2432 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2433 | 2433 | |
| 2434 | 2434 | $query_args = $gd_query_args_widgets; |
| 2435 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2435 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2436 | 2436 | return $join; |
| 2437 | 2437 | } |
| 2438 | 2438 | |
| 2439 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2440 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2439 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2440 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2441 | 2441 | |
| 2442 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2443 | - $join .= " LEFT JOIN " . GEODIR_ATTACHMENT_TABLE . " ON ( " . GEODIR_ATTACHMENT_TABLE . ".post_id=" . $table . ".post_id AND " . GEODIR_ATTACHMENT_TABLE . ".mime_type LIKE '%image%' )"; |
|
| 2442 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2443 | + $join .= " LEFT JOIN ".GEODIR_ATTACHMENT_TABLE." ON ( ".GEODIR_ATTACHMENT_TABLE.".post_id=".$table.".post_id AND ".GEODIR_ATTACHMENT_TABLE.".mime_type LIKE '%image%' )"; |
|
| 2444 | 2444 | } |
| 2445 | 2445 | |
| 2446 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2447 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2448 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2446 | + if (!empty($query_args['tax_query'])) {
|
|
| 2447 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2448 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2449 | 2449 | $join .= $tax_queries['join']; |
| 2450 | 2450 | } |
| 2451 | 2451 | } |
@@ -2465,49 +2465,49 @@ discard block |
||
| 2465 | 2465 | * |
| 2466 | 2466 | * @return string Modified where clause SQL. |
| 2467 | 2467 | */ |
| 2468 | -function geodir_function_widget_listings_where( $where ) {
|
|
| 2468 | +function geodir_function_widget_listings_where($where) {
|
|
| 2469 | 2469 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2470 | 2470 | |
| 2471 | 2471 | $query_args = $gd_query_args_widgets; |
| 2472 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2472 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2473 | 2473 | return $where; |
| 2474 | 2474 | } |
| 2475 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2476 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2475 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2476 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2477 | 2477 | |
| 2478 | - if ( ! empty( $query_args ) ) {
|
|
| 2479 | - if ( ! empty( $query_args['gd_location'] ) && function_exists( 'geodir_default_location_where' ) ) {
|
|
| 2480 | - $where = geodir_default_location_where( $where, $table ); |
|
| 2478 | + if (!empty($query_args)) {
|
|
| 2479 | + if (!empty($query_args['gd_location']) && function_exists('geodir_default_location_where')) {
|
|
| 2480 | + $where = geodir_default_location_where($where, $table); |
|
| 2481 | 2481 | } |
| 2482 | 2482 | |
| 2483 | - if ( ! empty( $query_args['post_author'] ) ) {
|
|
| 2484 | - $where .= " AND " . $wpdb->posts . ".post_author = " . (int) $query_args['post_author']; |
|
| 2483 | + if (!empty($query_args['post_author'])) {
|
|
| 2484 | + $where .= " AND ".$wpdb->posts.".post_author = ".(int) $query_args['post_author']; |
|
| 2485 | 2485 | } |
| 2486 | 2486 | |
| 2487 | - if ( ! empty( $query_args['show_featured_only'] ) ) {
|
|
| 2488 | - $where .= " AND " . $table . ".is_featured = '1'"; |
|
| 2487 | + if (!empty($query_args['show_featured_only'])) {
|
|
| 2488 | + $where .= " AND ".$table.".is_featured = '1'"; |
|
| 2489 | 2489 | } |
| 2490 | 2490 | |
| 2491 | - if ( ! empty( $query_args['show_special_only'] ) ) {
|
|
| 2492 | - $where .= " AND ( " . $table . ".geodir_special_offers != '' AND " . $table . ".geodir_special_offers IS NOT NULL )"; |
|
| 2491 | + if (!empty($query_args['show_special_only'])) {
|
|
| 2492 | + $where .= " AND ( ".$table.".geodir_special_offers != '' AND ".$table.".geodir_special_offers IS NOT NULL )"; |
|
| 2493 | 2493 | } |
| 2494 | 2494 | |
| 2495 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2496 | - $where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL "; |
|
| 2495 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2496 | + $where .= " AND ".GEODIR_ATTACHMENT_TABLE.".ID IS NOT NULL "; |
|
| 2497 | 2497 | } |
| 2498 | 2498 | |
| 2499 | - if ( ! empty( $query_args['featured_image_only'] ) ) {
|
|
| 2500 | - $where .= " AND " . $table . ".featured_image IS NOT NULL AND " . $table . ".featured_image!='' "; |
|
| 2499 | + if (!empty($query_args['featured_image_only'])) {
|
|
| 2500 | + $where .= " AND ".$table.".featured_image IS NOT NULL AND ".$table.".featured_image!='' "; |
|
| 2501 | 2501 | } |
| 2502 | 2502 | |
| 2503 | - if ( ! empty( $query_args['with_videos_only'] ) ) {
|
|
| 2504 | - $where .= " AND ( " . $table . ".geodir_video != '' AND " . $table . ".geodir_video IS NOT NULL )"; |
|
| 2503 | + if (!empty($query_args['with_videos_only'])) {
|
|
| 2504 | + $where .= " AND ( ".$table.".geodir_video != '' AND ".$table.".geodir_video IS NOT NULL )"; |
|
| 2505 | 2505 | } |
| 2506 | 2506 | |
| 2507 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2508 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2507 | + if (!empty($query_args['tax_query'])) {
|
|
| 2508 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2509 | 2509 | |
| 2510 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2510 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2511 | 2511 | $where .= $tax_queries['where']; |
| 2512 | 2512 | } |
| 2513 | 2513 | } |
@@ -2528,11 +2528,11 @@ discard block |
||
| 2528 | 2528 | * |
| 2529 | 2529 | * @return string Modified orderby clause SQL. |
| 2530 | 2530 | */ |
| 2531 | -function geodir_function_widget_listings_orderby( $orderby ) {
|
|
| 2531 | +function geodir_function_widget_listings_orderby($orderby) {
|
|
| 2532 | 2532 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2533 | 2533 | |
| 2534 | 2534 | $query_args = $gd_query_args_widgets; |
| 2535 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2535 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2536 | 2536 | return $orderby; |
| 2537 | 2537 | } |
| 2538 | 2538 | |
@@ -2551,15 +2551,15 @@ discard block |
||
| 2551 | 2551 | * |
| 2552 | 2552 | * @return int Query limit. |
| 2553 | 2553 | */ |
| 2554 | -function geodir_function_widget_listings_limit( $limit ) {
|
|
| 2554 | +function geodir_function_widget_listings_limit($limit) {
|
|
| 2555 | 2555 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2556 | 2556 | |
| 2557 | 2557 | $query_args = $gd_query_args_widgets; |
| 2558 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2558 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2559 | 2559 | return $limit; |
| 2560 | 2560 | } |
| 2561 | 2561 | |
| 2562 | - if ( ! empty( $query_args ) && ! empty( $query_args['posts_per_page'] ) ) {
|
|
| 2562 | + if (!empty($query_args) && !empty($query_args['posts_per_page'])) {
|
|
| 2563 | 2563 | $limit = (int) $query_args['posts_per_page']; |
| 2564 | 2564 | } |
| 2565 | 2565 | |
@@ -2577,12 +2577,12 @@ discard block |
||
| 2577 | 2577 | * |
| 2578 | 2578 | * @return int Large size width. |
| 2579 | 2579 | */ |
| 2580 | -function geodir_media_image_large_width( $default = 800, $params = '' ) {
|
|
| 2581 | - $large_size_w = get_option( 'large_size_w' ); |
|
| 2580 | +function geodir_media_image_large_width($default = 800, $params = '') {
|
|
| 2581 | + $large_size_w = get_option('large_size_w');
|
|
| 2582 | 2582 | $large_size_w = $large_size_w > 0 ? $large_size_w : $default; |
| 2583 | - $large_size_w = absint( $large_size_w ); |
|
| 2583 | + $large_size_w = absint($large_size_w); |
|
| 2584 | 2584 | |
| 2585 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2585 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2586 | 2586 | $large_size_w = 800; |
| 2587 | 2587 | } |
| 2588 | 2588 | |
@@ -2595,7 +2595,7 @@ discard block |
||
| 2595 | 2595 | * @param int $default Default width. |
| 2596 | 2596 | * @param string|array $params Image parameters. |
| 2597 | 2597 | */ |
| 2598 | - $large_size_w = apply_filters( 'geodir_filter_media_image_large_width', $large_size_w, $default, $params ); |
|
| 2598 | + $large_size_w = apply_filters('geodir_filter_media_image_large_width', $large_size_w, $default, $params);
|
|
| 2599 | 2599 | |
| 2600 | 2600 | return $large_size_w; |
| 2601 | 2601 | } |
@@ -2611,12 +2611,12 @@ discard block |
||
| 2611 | 2611 | * |
| 2612 | 2612 | * @return int Large size height. |
| 2613 | 2613 | */ |
| 2614 | -function geodir_media_image_large_height( $default = 800, $params = '' ) {
|
|
| 2615 | - $large_size_h = get_option( 'large_size_h' ); |
|
| 2614 | +function geodir_media_image_large_height($default = 800, $params = '') {
|
|
| 2615 | + $large_size_h = get_option('large_size_h');
|
|
| 2616 | 2616 | $large_size_h = $large_size_h > 0 ? $large_size_h : $default; |
| 2617 | - $large_size_h = absint( $large_size_h ); |
|
| 2617 | + $large_size_h = absint($large_size_h); |
|
| 2618 | 2618 | |
| 2619 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2619 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2620 | 2620 | $large_size_h = 800; |
| 2621 | 2621 | } |
| 2622 | 2622 | |
@@ -2629,7 +2629,7 @@ discard block |
||
| 2629 | 2629 | * @param int $default Default height. |
| 2630 | 2630 | * @param string|array $params Image parameters. |
| 2631 | 2631 | */ |
| 2632 | - $large_size_h = apply_filters( 'geodir_filter_media_image_large_height', $large_size_h, $default, $params ); |
|
| 2632 | + $large_size_h = apply_filters('geodir_filter_media_image_large_height', $large_size_h, $default, $params);
|
|
| 2633 | 2633 | |
| 2634 | 2634 | return $large_size_h; |
| 2635 | 2635 | } |
@@ -2646,8 +2646,8 @@ discard block |
||
| 2646 | 2646 | * |
| 2647 | 2647 | * @return string Sanitized name. |
| 2648 | 2648 | */ |
| 2649 | -function geodir_sanitize_location_name( $type, $name, $translate = true ) {
|
|
| 2650 | - if ( $name == '' ) {
|
|
| 2649 | +function geodir_sanitize_location_name($type, $name, $translate = true) {
|
|
| 2650 | + if ($name == '') {
|
|
| 2651 | 2651 | return null; |
| 2652 | 2652 | } |
| 2653 | 2653 | |
@@ -2656,13 +2656,13 @@ discard block |
||
| 2656 | 2656 | $type = $type == 'gd_city' ? 'city' : $type; |
| 2657 | 2657 | |
| 2658 | 2658 | $return = $name; |
| 2659 | - if ( function_exists( 'get_actual_location_name' ) ) {
|
|
| 2660 | - $return = get_actual_location_name( $type, $name, $translate ); |
|
| 2659 | + if (function_exists('get_actual_location_name')) {
|
|
| 2660 | + $return = get_actual_location_name($type, $name, $translate); |
|
| 2661 | 2661 | } else {
|
| 2662 | - $return = preg_replace( '/-(\d+)$/', '', $return ); |
|
| 2663 | - $return = preg_replace( '/[_-]/', ' ', $return ); |
|
| 2664 | - $return = geodir_ucwords( $return ); |
|
| 2665 | - $return = $translate ? __( $return, 'geodirectory' ) : $return; |
|
| 2662 | + $return = preg_replace('/-(\d+)$/', '', $return);
|
|
| 2663 | + $return = preg_replace('/[_-]/', ' ', $return);
|
|
| 2664 | + $return = geodir_ucwords($return); |
|
| 2665 | + $return = $translate ? __($return, 'geodirectory') : $return; |
|
| 2666 | 2666 | } |
| 2667 | 2667 | |
| 2668 | 2668 | return $return; |
@@ -2677,14 +2677,14 @@ discard block |
||
| 2677 | 2677 | * |
| 2678 | 2678 | * @param int $number Comments number. |
| 2679 | 2679 | */ |
| 2680 | -function geodir_comments_number( $number ) {
|
|
| 2680 | +function geodir_comments_number($number) {
|
|
| 2681 | 2681 | |
| 2682 | - if ( $number > 1 ) {
|
|
| 2683 | - $output = str_replace( '%', number_format_i18n( $number ), __( '% Reviews', 'geodirectory' ) ); |
|
| 2684 | - } elseif ( $number == 0 || $number == '' ) {
|
|
| 2685 | - $output = __( 'No Reviews', 'geodirectory' ); |
|
| 2682 | + if ($number > 1) {
|
|
| 2683 | + $output = str_replace('%', number_format_i18n($number), __('% Reviews', 'geodirectory'));
|
|
| 2684 | + } elseif ($number == 0 || $number == '') {
|
|
| 2685 | + $output = __('No Reviews', 'geodirectory');
|
|
| 2686 | 2686 | } else { // must be one
|
| 2687 | - $output = __( '1 Review', 'geodirectory' ); |
|
| 2687 | + $output = __('1 Review', 'geodirectory');
|
|
| 2688 | 2688 | } |
| 2689 | 2689 | echo $output; |
| 2690 | 2690 | } |
@@ -2699,18 +2699,18 @@ discard block |
||
| 2699 | 2699 | */ |
| 2700 | 2700 | function is_page_geodir_home() {
|
| 2701 | 2701 | global $wpdb; |
| 2702 | - $cur_url = str_replace( array( "https://", "http://", "www." ), array( '', '', '' ), geodir_curPageURL() ); |
|
| 2703 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2704 | - remove_filter( 'home_url', 'geodir_location_geo_home_link', 100000 ); |
|
| 2702 | + $cur_url = str_replace(array("https://", "http://", "www."), array('', '', ''), geodir_curPageURL());
|
|
| 2703 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2704 | + remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
|
|
| 2705 | 2705 | } |
| 2706 | - $home_url = home_url( '', 'http' ); |
|
| 2707 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2708 | - add_filter( 'home_url', 'geodir_location_geo_home_link', 100000, 2 ); |
|
| 2706 | + $home_url = home_url('', 'http');
|
|
| 2707 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2708 | + add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
|
|
| 2709 | 2709 | } |
| 2710 | - $home_url = str_replace( "www.", "", $home_url ); |
|
| 2711 | - if ( ( strpos( $home_url, $cur_url ) !== false || strpos( $home_url . '/', $cur_url ) !== false ) && ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) ) {
|
|
| 2710 | + $home_url = str_replace("www.", "", $home_url);
|
|
| 2711 | + if ((strpos($home_url, $cur_url) !== false || strpos($home_url.'/', $cur_url) !== false) && ('page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page'))) {
|
|
| 2712 | 2712 | return true; |
| 2713 | - } elseif ( get_query_var( 'page_id' ) == get_option( 'page_on_front' ) && 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) {
|
|
| 2713 | + } elseif (get_query_var('page_id') == get_option('page_on_front') && 'page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page')) {
|
|
| 2714 | 2714 | return true; |
| 2715 | 2715 | } else {
|
| 2716 | 2716 | return false; |
@@ -2730,18 +2730,18 @@ discard block |
||
| 2730 | 2730 | * |
| 2731 | 2731 | * @return string The canonical URL. |
| 2732 | 2732 | */ |
| 2733 | -function geodir_wpseo_homepage_canonical( $url ) {
|
|
| 2733 | +function geodir_wpseo_homepage_canonical($url) {
|
|
| 2734 | 2734 | global $post; |
| 2735 | 2735 | |
| 2736 | - if ( is_page_geodir_home() ) {
|
|
| 2736 | + if (is_page_geodir_home()) {
|
|
| 2737 | 2737 | return home_url(); |
| 2738 | 2738 | } |
| 2739 | 2739 | |
| 2740 | 2740 | return $url; |
| 2741 | 2741 | } |
| 2742 | 2742 | |
| 2743 | -add_filter( 'wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2744 | -add_filter( 'aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2743 | +add_filter('wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2744 | +add_filter('aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2745 | 2745 | |
| 2746 | 2746 | /** |
| 2747 | 2747 | * Add extra fields to google maps script call. |
@@ -2754,20 +2754,20 @@ discard block |
||
| 2754 | 2754 | * |
| 2755 | 2755 | * @return string Modified extra string. |
| 2756 | 2756 | */ |
| 2757 | -function geodir_googlemap_script_extra_details_page( $extra ) {
|
|
| 2757 | +function geodir_googlemap_script_extra_details_page($extra) {
|
|
| 2758 | 2758 | global $post; |
| 2759 | 2759 | $add_google_places_api = false; |
| 2760 | - if ( isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 2760 | + if (isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 2761 | 2761 | $add_google_places_api = true; |
| 2762 | 2762 | } |
| 2763 | - if ( ! str_replace( 'libraries=places', '', $extra ) && ( geodir_is_page( 'detail' ) || $add_google_places_api ) ) {
|
|
| 2763 | + if (!str_replace('libraries=places', '', $extra) && (geodir_is_page('detail') || $add_google_places_api)) {
|
|
| 2764 | 2764 | $extra .= "&libraries=places"; |
| 2765 | 2765 | } |
| 2766 | 2766 | |
| 2767 | 2767 | return $extra; |
| 2768 | 2768 | } |
| 2769 | 2769 | |
| 2770 | -add_filter( 'geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1 ); |
|
| 2770 | +add_filter('geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1);
|
|
| 2771 | 2771 | |
| 2772 | 2772 | |
| 2773 | 2773 | /** |
@@ -2785,102 +2785,102 @@ discard block |
||
| 2785 | 2785 | * after_widget. |
| 2786 | 2786 | * @param array|string $instance The settings for the particular instance of the widget. |
| 2787 | 2787 | */ |
| 2788 | -function geodir_popular_post_category_output( $args = '', $instance = '' ) {
|
|
| 2788 | +function geodir_popular_post_category_output($args = '', $instance = '') {
|
|
| 2789 | 2789 | // prints the widget |
| 2790 | 2790 | global $wpdb, $plugin_prefix, $geodir_post_category_str; |
| 2791 | - extract( $args, EXTR_SKIP ); |
|
| 2791 | + extract($args, EXTR_SKIP); |
|
| 2792 | 2792 | |
| 2793 | 2793 | echo $before_widget; |
| 2794 | 2794 | |
| 2795 | 2795 | /** This filter is documented in geodirectory_widgets.php */ |
| 2796 | - $title = empty( $instance['title'] ) ? __( 'Popular Categories', 'geodirectory' ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 2796 | + $title = empty($instance['title']) ? __('Popular Categories', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 2797 | 2797 | |
| 2798 | 2798 | $gd_post_type = geodir_get_current_posttype(); |
| 2799 | 2799 | |
| 2800 | - $category_limit = isset( $instance['category_limit'] ) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2800 | + $category_limit = isset($instance['category_limit']) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2801 | 2801 | if (!isset($category_restrict)) {
|
| 2802 | 2802 | $category_restrict = false; |
| 2803 | 2803 | } |
| 2804 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2804 | + if (!empty($gd_post_type)) {
|
|
| 2805 | 2805 | $default_post_type = $gd_post_type; |
| 2806 | - } elseif ( isset( $instance['default_post_type'] ) && gdsc_is_post_type_valid( $instance['default_post_type'] ) ) {
|
|
| 2806 | + } elseif (isset($instance['default_post_type']) && gdsc_is_post_type_valid($instance['default_post_type'])) {
|
|
| 2807 | 2807 | $default_post_type = $instance['default_post_type']; |
| 2808 | 2808 | } else {
|
| 2809 | 2809 | $all_gd_post_type = geodir_get_posttypes(); |
| 2810 | - $default_post_type = ( isset( $all_gd_post_type[0] ) ) ? $all_gd_post_type[0] : ''; |
|
| 2810 | + $default_post_type = (isset($all_gd_post_type[0])) ? $all_gd_post_type[0] : ''; |
|
| 2811 | 2811 | } |
| 2812 | - $parent_only = !empty( $instance['parent_only'] ) ? true : false; |
|
| 2812 | + $parent_only = !empty($instance['parent_only']) ? true : false; |
|
| 2813 | 2813 | |
| 2814 | 2814 | $taxonomy = array(); |
| 2815 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2816 | - $taxonomy[] = $gd_post_type . "category"; |
|
| 2815 | + if (!empty($gd_post_type)) {
|
|
| 2816 | + $taxonomy[] = $gd_post_type."category"; |
|
| 2817 | 2817 | } else {
|
| 2818 | - $taxonomy = geodir_get_taxonomies( $gd_post_type ); |
|
| 2818 | + $taxonomy = geodir_get_taxonomies($gd_post_type); |
|
| 2819 | 2819 | } |
| 2820 | 2820 | |
| 2821 | - $term_args = array( 'taxonomy' => $taxonomy ); |
|
| 2822 | - if ( $parent_only ) {
|
|
| 2821 | + $term_args = array('taxonomy' => $taxonomy);
|
|
| 2822 | + if ($parent_only) {
|
|
| 2823 | 2823 | $term_args['parent'] = 0; |
| 2824 | 2824 | } |
| 2825 | 2825 | |
| 2826 | - $terms = get_terms( $term_args ); |
|
| 2826 | + $terms = get_terms($term_args); |
|
| 2827 | 2827 | $a_terms = array(); |
| 2828 | 2828 | $b_terms = array(); |
| 2829 | 2829 | |
| 2830 | - foreach ( $terms as $term ) {
|
|
| 2831 | - if ( $term->count > 0 ) {
|
|
| 2832 | - $a_terms[ $term->taxonomy ][] = $term; |
|
| 2830 | + foreach ($terms as $term) {
|
|
| 2831 | + if ($term->count > 0) {
|
|
| 2832 | + $a_terms[$term->taxonomy][] = $term; |
|
| 2833 | 2833 | } |
| 2834 | 2834 | } |
| 2835 | 2835 | |
| 2836 | - if ( ! empty( $a_terms ) ) {
|
|
| 2837 | - foreach ( $a_terms as $b_key => $b_val ) {
|
|
| 2838 | - $b_terms[ $b_key ] = geodir_sort_terms( $b_val, 'count' ); |
|
| 2836 | + if (!empty($a_terms)) {
|
|
| 2837 | + foreach ($a_terms as $b_key => $b_val) {
|
|
| 2838 | + $b_terms[$b_key] = geodir_sort_terms($b_val, 'count'); |
|
| 2839 | 2839 | } |
| 2840 | 2840 | |
| 2841 | - $default_taxonomy = $default_post_type != '' && isset( $b_terms[ $default_post_type . 'category' ] ) ? $default_post_type . 'category' : ''; |
|
| 2841 | + $default_taxonomy = $default_post_type != '' && isset($b_terms[$default_post_type.'category']) ? $default_post_type.'category' : ''; |
|
| 2842 | 2842 | |
| 2843 | 2843 | $tax_change_output = ''; |
| 2844 | - if ( count( $b_terms ) > 1 ) {
|
|
| 2845 | - $tax_change_output .= "<select data-limit='$category_limit' data-parent='" . (int)$parent_only . "' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2846 | - foreach ( $b_terms as $key => $val ) {
|
|
| 2847 | - $ptype = get_post_type_object( str_replace( "category", "", $key ) ); |
|
| 2848 | - $cpt_name = __( $ptype->labels->singular_name, 'geodirectory' ); |
|
| 2849 | - $tax_change_output .= "<option value='$key' " . selected( $key, $default_taxonomy, false ) . ">" . sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ) . "</option>"; |
|
| 2844 | + if (count($b_terms) > 1) {
|
|
| 2845 | + $tax_change_output .= "<select data-limit='$category_limit' data-parent='".(int) $parent_only."' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2846 | + foreach ($b_terms as $key => $val) {
|
|
| 2847 | + $ptype = get_post_type_object(str_replace("category", "", $key));
|
|
| 2848 | + $cpt_name = __($ptype->labels->singular_name, 'geodirectory'); |
|
| 2849 | + $tax_change_output .= "<option value='$key' ".selected($key, $default_taxonomy, false).">".sprintf(__('%s Categories', 'geodirectory'), $cpt_name)."</option>";
|
|
| 2850 | 2850 | } |
| 2851 | 2851 | $tax_change_output .= "</select>"; |
| 2852 | 2852 | } |
| 2853 | 2853 | |
| 2854 | - if ( ! empty( $b_terms ) ) {
|
|
| 2855 | - $terms = $default_taxonomy != '' && isset( $b_terms[ $default_taxonomy ] ) ? $b_terms[ $default_taxonomy ] : reset( $b_terms );// get the first array |
|
| 2856 | - global $cat_count;//make global so we can change via function |
|
| 2854 | + if (!empty($b_terms)) {
|
|
| 2855 | + $terms = $default_taxonomy != '' && isset($b_terms[$default_taxonomy]) ? $b_terms[$default_taxonomy] : reset($b_terms); // get the first array |
|
| 2856 | + global $cat_count; //make global so we can change via function |
|
| 2857 | 2857 | $cat_count = 0; |
| 2858 | 2858 | ?> |
| 2859 | 2859 | <div class="geodir-category-list-in clearfix"> |
| 2860 | 2860 | <div class="geodir-cat-list clearfix"> |
| 2861 | 2861 | <?php |
| 2862 | - echo $before_title . __( $title ) . $after_title; |
|
| 2862 | + echo $before_title.__($title).$after_title; |
|
| 2863 | 2863 | |
| 2864 | 2864 | echo $tax_change_output; |
| 2865 | 2865 | |
| 2866 | 2866 | echo '<ul class="geodir-popular-cat-list">'; |
| 2867 | 2867 | |
| 2868 | - geodir_helper_cat_list_output( $terms, $category_limit, $category_restrict); |
|
| 2868 | + geodir_helper_cat_list_output($terms, $category_limit, $category_restrict); |
|
| 2869 | 2869 | |
| 2870 | 2870 | echo '</ul>'; |
| 2871 | 2871 | ?> |
| 2872 | 2872 | </div> |
| 2873 | 2873 | <?php |
| 2874 | 2874 | $hide = ''; |
| 2875 | - if ( $cat_count < $category_limit ) {
|
|
| 2875 | + if ($cat_count < $category_limit) {
|
|
| 2876 | 2876 | $hide = 'style="display:none;"'; |
| 2877 | 2877 | } |
| 2878 | 2878 | echo "<div class='geodir-cat-list-more' $hide >"; |
| 2879 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">' . __( 'More Categories', 'geodirectory' ) . '</a>'; |
|
| 2880 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">' . __( 'Less Categories', 'geodirectory' ) . '</a>'; |
|
| 2879 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">'.__('More Categories', 'geodirectory').'</a>';
|
|
| 2880 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">'.__('Less Categories', 'geodirectory').'</a>';
|
|
| 2881 | 2881 | echo "</div>"; |
| 2882 | 2882 | /* add scripts */ |
| 2883 | - add_action( 'wp_footer', 'geodir_popular_category_add_scripts', 100 ); |
|
| 2883 | + add_action('wp_footer', 'geodir_popular_category_add_scripts', 100);
|
|
| 2884 | 2884 | ?> |
| 2885 | 2885 | </div> |
| 2886 | 2886 | <?php |
@@ -2900,28 +2900,28 @@ discard block |
||
| 2900 | 2900 | * @param int $category_limit Number of categories to display by default. |
| 2901 | 2901 | * @param bool $category_restrict If the cat limit shoudl be hidden or not shown. |
| 2902 | 2902 | */ |
| 2903 | -function geodir_helper_cat_list_output( $terms, $category_limit , $category_restrict=false) {
|
|
| 2903 | +function geodir_helper_cat_list_output($terms, $category_limit, $category_restrict = false) {
|
|
| 2904 | 2904 | global $geodir_post_category_str, $cat_count; |
| 2905 | 2905 | $term_icons = geodir_get_term_icon(); |
| 2906 | 2906 | |
| 2907 | 2907 | $geodir_post_category_str = array(); |
| 2908 | 2908 | |
| 2909 | 2909 | |
| 2910 | - foreach ( $terms as $cat ) {
|
|
| 2911 | - $post_type = str_replace( "category", "", $cat->taxonomy ); |
|
| 2912 | - $term_icon_url = ! empty( $term_icons ) && isset( $term_icons[ $cat->term_id ] ) ? $term_icons[ $cat->term_id ] : ''; |
|
| 2910 | + foreach ($terms as $cat) {
|
|
| 2911 | + $post_type = str_replace("category", "", $cat->taxonomy);
|
|
| 2912 | + $term_icon_url = !empty($term_icons) && isset($term_icons[$cat->term_id]) ? $term_icons[$cat->term_id] : ''; |
|
| 2913 | 2913 | |
| 2914 | - $cat_count ++; |
|
| 2914 | + $cat_count++; |
|
| 2915 | 2915 | |
| 2916 | - $geodir_post_category_str[] = array( 'posttype' => $post_type, 'termid' => $cat->term_id ); |
|
| 2916 | + $geodir_post_category_str[] = array('posttype' => $post_type, 'termid' => $cat->term_id);
|
|
| 2917 | 2917 | |
| 2918 | - $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 2919 | - if($category_restrict && $cat_count > $category_limit ){
|
|
| 2918 | + $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 2919 | + if ($category_restrict && $cat_count > $category_limit) {
|
|
| 2920 | 2920 | continue; |
| 2921 | 2921 | } |
| 2922 | 2922 | $total_post = $cat->count; |
| 2923 | 2923 | |
| 2924 | - $term_link = get_term_link( $cat, $cat->taxonomy ); |
|
| 2924 | + $term_link = get_term_link($cat, $cat->taxonomy); |
|
| 2925 | 2925 | /** |
| 2926 | 2926 | * Filer the category term link. |
| 2927 | 2927 | * |
@@ -2931,11 +2931,11 @@ discard block |
||
| 2931 | 2931 | * @param int $cat ->term_id The term id. |
| 2932 | 2932 | * @param string $post_type Wordpress post type. |
| 2933 | 2933 | */ |
| 2934 | - $term_link = apply_filters( 'geodir_category_term_link', $term_link, $cat->term_id, $post_type ); |
|
| 2934 | + $term_link = apply_filters('geodir_category_term_link', $term_link, $cat->term_id, $post_type);
|
|
| 2935 | 2935 | |
| 2936 | - echo '<li class="' . $class_row . '"><a href="' . $term_link . '">'; |
|
| 2937 | - echo '<img alt="' . esc_attr( $cat->name ) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">'; |
|
| 2938 | - echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';
|
|
| 2936 | + echo '<li class="'.$class_row.'"><a href="'.$term_link.'">'; |
|
| 2937 | + echo '<img alt="'.esc_attr($cat->name).' icon" style="height:20px;vertical-align:middle;" src="'.$term_icon_url.'"/> <span class="cat-link">'; |
|
| 2938 | + echo $cat->name.'</span> <span class="geodir_term_class geodir_link_span geodir_category_class_'.$post_type.'_'.$cat->term_id.'">('.$total_post.')</span> ';
|
|
| 2939 | 2939 | echo '</a></li>'; |
| 2940 | 2940 | } |
| 2941 | 2941 | } |
@@ -2950,14 +2950,14 @@ discard block |
||
| 2950 | 2950 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 2951 | 2951 | * @param array|string $instance The settings for the particular instance of the widget. |
| 2952 | 2952 | */ |
| 2953 | -function geodir_listing_slider_widget_output( $args = '', $instance = '' ) {
|
|
| 2953 | +function geodir_listing_slider_widget_output($args = '', $instance = '') {
|
|
| 2954 | 2954 | // prints the widget |
| 2955 | - extract( $args, EXTR_SKIP ); |
|
| 2955 | + extract($args, EXTR_SKIP); |
|
| 2956 | 2956 | |
| 2957 | 2957 | echo $before_widget; |
| 2958 | 2958 | |
| 2959 | 2959 | /** This filter is documented in geodirectory_widgets.php */ |
| 2960 | - $title = empty( $instance['title'] ) ? '' : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 2960 | + $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 2961 | 2961 | /** |
| 2962 | 2962 | * Filter the widget post type. |
| 2963 | 2963 | * |
@@ -2965,7 +2965,7 @@ discard block |
||
| 2965 | 2965 | * |
| 2966 | 2966 | * @param string $instance ['post_type'] Post type of listing. |
| 2967 | 2967 | */ |
| 2968 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 2968 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 2969 | 2969 | /** |
| 2970 | 2970 | * Filter the widget's term. |
| 2971 | 2971 | * |
@@ -2973,7 +2973,7 @@ discard block |
||
| 2973 | 2973 | * |
| 2974 | 2974 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 2975 | 2975 | */ |
| 2976 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 2976 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 2977 | 2977 | /** |
| 2978 | 2978 | * Filter widget's "add_location_filter" value. |
| 2979 | 2979 | * |
@@ -2981,7 +2981,7 @@ discard block |
||
| 2981 | 2981 | * |
| 2982 | 2982 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 2983 | 2983 | */ |
| 2984 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 2984 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 2985 | 2985 | /** |
| 2986 | 2986 | * Filter the widget listings limit. |
| 2987 | 2987 | * |
@@ -2989,7 +2989,7 @@ discard block |
||
| 2989 | 2989 | * |
| 2990 | 2990 | * @param string $instance ['post_number'] Number of listings to display. |
| 2991 | 2991 | */ |
| 2992 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 2992 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 2993 | 2993 | /** |
| 2994 | 2994 | * Filter the widget listings limit shown at one time. |
| 2995 | 2995 | * |
@@ -2997,7 +2997,7 @@ discard block |
||
| 2997 | 2997 | * |
| 2998 | 2998 | * @param string $instance ['max_show'] Number of listings to display on screen. |
| 2999 | 2999 | */ |
| 3000 | - $max_show = empty( $instance['max_show'] ) ? '1' : apply_filters( 'widget_max_show', $instance['max_show'] ); |
|
| 3000 | + $max_show = empty($instance['max_show']) ? '1' : apply_filters('widget_max_show', $instance['max_show']);
|
|
| 3001 | 3001 | /** |
| 3002 | 3002 | * Filter the widget slide width. |
| 3003 | 3003 | * |
@@ -3005,7 +3005,7 @@ discard block |
||
| 3005 | 3005 | * |
| 3006 | 3006 | * @param string $instance ['slide_width'] Width of the slides shown. |
| 3007 | 3007 | */ |
| 3008 | - $slide_width = empty( $instance['slide_width'] ) ? '' : apply_filters( 'widget_slide_width', $instance['slide_width'] ); |
|
| 3008 | + $slide_width = empty($instance['slide_width']) ? '' : apply_filters('widget_slide_width', $instance['slide_width']);
|
|
| 3009 | 3009 | /** |
| 3010 | 3010 | * Filter widget's "show title" value. |
| 3011 | 3011 | * |
@@ -3013,7 +3013,7 @@ discard block |
||
| 3013 | 3013 | * |
| 3014 | 3014 | * @param string|bool $instance ['show_title'] Do you want to display title? Can be 1 or 0. |
| 3015 | 3015 | */ |
| 3016 | - $show_title = empty( $instance['show_title'] ) ? '' : apply_filters( 'widget_show_title', $instance['show_title'] ); |
|
| 3016 | + $show_title = empty($instance['show_title']) ? '' : apply_filters('widget_show_title', $instance['show_title']);
|
|
| 3017 | 3017 | /** |
| 3018 | 3018 | * Filter widget's "slideshow" value. |
| 3019 | 3019 | * |
@@ -3021,7 +3021,7 @@ discard block |
||
| 3021 | 3021 | * |
| 3022 | 3022 | * @param int $instance ['slideshow'] Setup a slideshow for the slider to animate automatically. |
| 3023 | 3023 | */ |
| 3024 | - $slideshow = empty( $instance['slideshow'] ) ? 0 : apply_filters( 'widget_slideshow', $instance['slideshow'] ); |
|
| 3024 | + $slideshow = empty($instance['slideshow']) ? 0 : apply_filters('widget_slideshow', $instance['slideshow']);
|
|
| 3025 | 3025 | /** |
| 3026 | 3026 | * Filter widget's "animationLoop" value. |
| 3027 | 3027 | * |
@@ -3029,7 +3029,7 @@ discard block |
||
| 3029 | 3029 | * |
| 3030 | 3030 | * @param int $instance ['animationLoop'] Gives the slider a seamless infinite loop. |
| 3031 | 3031 | */ |
| 3032 | - $animationLoop = empty( $instance['animationLoop'] ) ? 0 : apply_filters( 'widget_animationLoop', $instance['animationLoop'] ); |
|
| 3032 | + $animationLoop = empty($instance['animationLoop']) ? 0 : apply_filters('widget_animationLoop', $instance['animationLoop']);
|
|
| 3033 | 3033 | /** |
| 3034 | 3034 | * Filter widget's "directionNav" value. |
| 3035 | 3035 | * |
@@ -3037,7 +3037,7 @@ discard block |
||
| 3037 | 3037 | * |
| 3038 | 3038 | * @param int $instance ['directionNav'] Enable previous/next arrow navigation?. Can be 1 or 0. |
| 3039 | 3039 | */ |
| 3040 | - $directionNav = empty( $instance['directionNav'] ) ? 0 : apply_filters( 'widget_directionNav', $instance['directionNav'] ); |
|
| 3040 | + $directionNav = empty($instance['directionNav']) ? 0 : apply_filters('widget_directionNav', $instance['directionNav']);
|
|
| 3041 | 3041 | /** |
| 3042 | 3042 | * Filter widget's "slideshowSpeed" value. |
| 3043 | 3043 | * |
@@ -3045,7 +3045,7 @@ discard block |
||
| 3045 | 3045 | * |
| 3046 | 3046 | * @param int $instance ['slideshowSpeed'] Set the speed of the slideshow cycling, in milliseconds. |
| 3047 | 3047 | */ |
| 3048 | - $slideshowSpeed = empty( $instance['slideshowSpeed'] ) ? 5000 : apply_filters( 'widget_slideshowSpeed', $instance['slideshowSpeed'] ); |
|
| 3048 | + $slideshowSpeed = empty($instance['slideshowSpeed']) ? 5000 : apply_filters('widget_slideshowSpeed', $instance['slideshowSpeed']);
|
|
| 3049 | 3049 | /** |
| 3050 | 3050 | * Filter widget's "animationSpeed" value. |
| 3051 | 3051 | * |
@@ -3053,7 +3053,7 @@ discard block |
||
| 3053 | 3053 | * |
| 3054 | 3054 | * @param int $instance ['animationSpeed'] Set the speed of animations, in milliseconds. |
| 3055 | 3055 | */ |
| 3056 | - $animationSpeed = empty( $instance['animationSpeed'] ) ? 600 : apply_filters( 'widget_animationSpeed', $instance['animationSpeed'] ); |
|
| 3056 | + $animationSpeed = empty($instance['animationSpeed']) ? 600 : apply_filters('widget_animationSpeed', $instance['animationSpeed']);
|
|
| 3057 | 3057 | /** |
| 3058 | 3058 | * Filter widget's "animation" value. |
| 3059 | 3059 | * |
@@ -3061,7 +3061,7 @@ discard block |
||
| 3061 | 3061 | * |
| 3062 | 3062 | * @param string $instance ['animation'] Controls the animation type, "fade" or "slide". |
| 3063 | 3063 | */ |
| 3064 | - $animation = empty( $instance['animation'] ) ? 'slide' : apply_filters( 'widget_animation', $instance['animation'] ); |
|
| 3064 | + $animation = empty($instance['animation']) ? 'slide' : apply_filters('widget_animation', $instance['animation']);
|
|
| 3065 | 3065 | /** |
| 3066 | 3066 | * Filter widget's "list_sort" type. |
| 3067 | 3067 | * |
@@ -3069,10 +3069,10 @@ discard block |
||
| 3069 | 3069 | * |
| 3070 | 3070 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3071 | 3071 | */ |
| 3072 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3073 | - $show_featured_only = ! empty( $instance['show_featured_only'] ) ? 1 : null; |
|
| 3072 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3073 | + $show_featured_only = !empty($instance['show_featured_only']) ? 1 : null; |
|
| 3074 | 3074 | |
| 3075 | - wp_enqueue_script( 'geodirectory-jquery-flexslider-js' ); |
|
| 3075 | + wp_enqueue_script('geodirectory-jquery-flexslider-js');
|
|
| 3076 | 3076 | ?> |
| 3077 | 3077 | <script type="text/javascript"> |
| 3078 | 3078 | jQuery(window).load(function () {
|
@@ -3090,23 +3090,23 @@ discard block |
||
| 3090 | 3090 | itemWidth: 75, |
| 3091 | 3091 | itemMargin: 5, |
| 3092 | 3092 | asNavFor: '#geodir_widget_slider', |
| 3093 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?> |
|
| 3093 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?> |
|
| 3094 | 3094 | }); |
| 3095 | 3095 | |
| 3096 | 3096 | jQuery('#geodir_widget_slider').flexslider({
|
| 3097 | - animation: "<?php echo $animation;?>", |
|
| 3097 | + animation: "<?php echo $animation; ?>", |
|
| 3098 | 3098 | selector: ".geodir-slides > li", |
| 3099 | 3099 | namespace: "geodir-", |
| 3100 | 3100 | controlNav: true, |
| 3101 | - animationLoop: <?php echo $animationLoop;?>, |
|
| 3102 | - slideshow: <?php echo $slideshow;?>, |
|
| 3103 | - slideshowSpeed: <?php echo $slideshowSpeed;?>, |
|
| 3104 | - animationSpeed: <?php echo $animationSpeed;?>, |
|
| 3105 | - directionNav: <?php echo $directionNav;?>, |
|
| 3106 | - maxItems: <?php echo $max_show;?>, |
|
| 3101 | + animationLoop: <?php echo $animationLoop; ?>, |
|
| 3102 | + slideshow: <?php echo $slideshow; ?>, |
|
| 3103 | + slideshowSpeed: <?php echo $slideshowSpeed; ?>, |
|
| 3104 | + animationSpeed: <?php echo $animationSpeed; ?>, |
|
| 3105 | + directionNav: <?php echo $directionNav; ?>, |
|
| 3106 | + maxItems: <?php echo $max_show; ?>, |
|
| 3107 | 3107 | move: 1, |
| 3108 | - <?php if ( $slide_width ) {
|
|
| 3109 | - echo "itemWidth: " . $slide_width . ","; |
|
| 3108 | + <?php if ($slide_width) {
|
|
| 3109 | + echo "itemWidth: ".$slide_width.","; |
|
| 3110 | 3110 | }?> |
| 3111 | 3111 | sync: "#geodir_widget_carousel", |
| 3112 | 3112 | start: function (slider) {
|
@@ -3118,7 +3118,7 @@ discard block |
||
| 3118 | 3118 | jQuery('#geodir_widget_slider').css({'visibility': 'visible'});
|
| 3119 | 3119 | jQuery('#geodir_widget_carousel').css({'visibility': 'visible'});
|
| 3120 | 3120 | }, |
| 3121 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?> |
|
| 3121 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?> |
|
| 3122 | 3122 | }); |
| 3123 | 3123 | }); |
| 3124 | 3124 | </script> |
@@ -3131,62 +3131,62 @@ discard block |
||
| 3131 | 3131 | 'order_by' => $list_sort |
| 3132 | 3132 | ); |
| 3133 | 3133 | |
| 3134 | - if ( $show_featured_only ) {
|
|
| 3134 | + if ($show_featured_only) {
|
|
| 3135 | 3135 | $query_args['show_featured_only'] = 1; |
| 3136 | 3136 | } |
| 3137 | 3137 | |
| 3138 | - if ( $category != 0 || $category != '' ) {
|
|
| 3139 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3138 | + if ($category != 0 || $category != '') {
|
|
| 3139 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3140 | 3140 | $tax_query = array( |
| 3141 | 3141 | 'taxonomy' => $category_taxonomy[0], |
| 3142 | 3142 | 'field' => 'id', |
| 3143 | 3143 | 'terms' => $category |
| 3144 | 3144 | ); |
| 3145 | 3145 | |
| 3146 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3146 | + $query_args['tax_query'] = array($tax_query); |
|
| 3147 | 3147 | } |
| 3148 | 3148 | |
| 3149 | 3149 | // we want listings with featured image only |
| 3150 | 3150 | $query_args['featured_image_only'] = 1; |
| 3151 | 3151 | |
| 3152 | - if ( $post_type == 'gd_event' ) {
|
|
| 3152 | + if ($post_type == 'gd_event') {
|
|
| 3153 | 3153 | $query_args['gedir_event_listing_filter'] = 'upcoming'; |
| 3154 | 3154 | }// show only upcoming events |
| 3155 | 3155 | |
| 3156 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3157 | - if ( ! empty( $widget_listings ) || ( isset( $with_no_results ) && $with_no_results ) ) {
|
|
| 3158 | - if ( $title ) {
|
|
| 3159 | - echo $before_title . $title . $after_title; |
|
| 3156 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3157 | + if (!empty($widget_listings) || (isset($with_no_results) && $with_no_results)) {
|
|
| 3158 | + if ($title) {
|
|
| 3159 | + echo $before_title.$title.$after_title; |
|
| 3160 | 3160 | } |
| 3161 | 3161 | |
| 3162 | 3162 | global $post; |
| 3163 | 3163 | |
| 3164 | - $current_post = $post;// keep current post info |
|
| 3164 | + $current_post = $post; // keep current post info |
|
| 3165 | 3165 | |
| 3166 | 3166 | $widget_main_slides = ''; |
| 3167 | 3167 | $nav_slides = ''; |
| 3168 | 3168 | $widget_slides = 0; |
| 3169 | 3169 | |
| 3170 | - foreach ( $widget_listings as $widget_listing ) {
|
|
| 3170 | + foreach ($widget_listings as $widget_listing) {
|
|
| 3171 | 3171 | global $gd_widget_listing_type; |
| 3172 | 3172 | $post = $widget_listing; |
| 3173 | - $widget_image = geodir_get_featured_image( $post->ID, 'thumbnail', get_option( 'geodir_listing_no_img' ) ); |
|
| 3173 | + $widget_image = geodir_get_featured_image($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
|
|
| 3174 | 3174 | |
| 3175 | - if ( ! empty( $widget_image ) ) {
|
|
| 3176 | - if ( $widget_image->height >= 200 ) {
|
|
| 3175 | + if (!empty($widget_image)) {
|
|
| 3176 | + if ($widget_image->height >= 200) {
|
|
| 3177 | 3177 | $widget_spacer_height = 0; |
| 3178 | 3178 | } else {
|
| 3179 | - $widget_spacer_height = ( ( 200 - $widget_image->height ) / 2 ); |
|
| 3179 | + $widget_spacer_height = ((200 - $widget_image->height) / 2); |
|
| 3180 | 3180 | } |
| 3181 | 3181 | |
| 3182 | - $widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:' . $widget_spacer_height . 'px !important;margin:0 auto;" width="100" />'; |
|
| 3182 | + $widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="'.geodir_plugin_url()."/geodirectory-assets/images/spacer.gif".'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:'.$widget_spacer_height.'px !important;margin:0 auto;" width="100" />'; |
|
| 3183 | 3183 | |
| 3184 | 3184 | $title = ''; |
| 3185 | - if ( $show_title ) {
|
|
| 3186 | - $title_html = '<div class="geodir-slider-title"><a href="' . get_permalink( $post->ID ) . '">' . get_the_title( $post->ID ) . '</a></div>'; |
|
| 3185 | + if ($show_title) {
|
|
| 3186 | + $title_html = '<div class="geodir-slider-title"><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a></div>'; |
|
| 3187 | 3187 | $post_id = $post->ID; |
| 3188 | - $post_permalink = get_permalink( $post->ID ); |
|
| 3189 | - $post_title = get_the_title( $post->ID ); |
|
| 3188 | + $post_permalink = get_permalink($post->ID); |
|
| 3189 | + $post_title = get_the_title($post->ID); |
|
| 3190 | 3190 | /** |
| 3191 | 3191 | * Filter the listing slider widget title. |
| 3192 | 3192 | * |
@@ -3197,12 +3197,12 @@ discard block |
||
| 3197 | 3197 | * @param string $post_permalink The post permalink url. |
| 3198 | 3198 | * @param string $post_title The post title text. |
| 3199 | 3199 | */ |
| 3200 | - $title = apply_filters( 'geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title ); |
|
| 3200 | + $title = apply_filters('geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title);
|
|
| 3201 | 3201 | } |
| 3202 | 3202 | |
| 3203 | - $widget_main_slides .= $title . '<img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:200px;margin:0 auto;" /></li>'; |
|
| 3204 | - $nav_slides .= '<li><img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3205 | - $widget_slides ++; |
|
| 3203 | + $widget_main_slides .= $title.'<img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:200px;margin:0 auto;" /></li>'; |
|
| 3204 | + $nav_slides .= '<li><img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3205 | + $widget_slides++; |
|
| 3206 | 3206 | } |
| 3207 | 3207 | } |
| 3208 | 3208 | ?> |
@@ -3211,7 +3211,7 @@ discard block |
||
| 3211 | 3211 | <div id="geodir_widget_slider" class="geodir_flexslider"> |
| 3212 | 3212 | <ul class="geodir-slides clearfix"><?php echo $widget_main_slides; ?></ul> |
| 3213 | 3213 | </div> |
| 3214 | - <?php if ( $widget_slides > 1 ) { ?>
|
|
| 3214 | + <?php if ($widget_slides > 1) { ?>
|
|
| 3215 | 3215 | <div id="geodir_widget_carousel" class="geodir_flexslider"> |
| 3216 | 3216 | <ul class="geodir-slides clearfix"><?php echo $nav_slides; ?></ul> |
| 3217 | 3217 | </div> |
@@ -3219,7 +3219,7 @@ discard block |
||
| 3219 | 3219 | </div> |
| 3220 | 3220 | <?php |
| 3221 | 3221 | $GLOBALS['post'] = $current_post; |
| 3222 | - setup_postdata( $current_post ); |
|
| 3222 | + setup_postdata($current_post); |
|
| 3223 | 3223 | } |
| 3224 | 3224 | echo $after_widget; |
| 3225 | 3225 | } |
@@ -3235,46 +3235,46 @@ discard block |
||
| 3235 | 3235 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 3236 | 3236 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3237 | 3237 | */ |
| 3238 | -function geodir_loginwidget_output( $args = '', $instance = '' ) {
|
|
| 3238 | +function geodir_loginwidget_output($args = '', $instance = '') {
|
|
| 3239 | 3239 | //print_r($args); |
| 3240 | 3240 | //print_r($instance); |
| 3241 | 3241 | // prints the widget |
| 3242 | - extract( $args, EXTR_SKIP ); |
|
| 3242 | + extract($args, EXTR_SKIP); |
|
| 3243 | 3243 | |
| 3244 | 3244 | /** This filter is documented in geodirectory_widgets.php */ |
| 3245 | - $title = empty( $instance['title'] ) ? __( 'My Dashboard', 'geodirectory' ) : apply_filters( 'my_dashboard_widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3245 | + $title = empty($instance['title']) ? __('My Dashboard', 'geodirectory') : apply_filters('my_dashboard_widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3246 | 3246 | |
| 3247 | 3247 | echo $before_widget; |
| 3248 | - echo $before_title . $title . $after_title; |
|
| 3248 | + echo $before_title.$title.$after_title; |
|
| 3249 | 3249 | |
| 3250 | - if ( is_user_logged_in() ) {
|
|
| 3250 | + if (is_user_logged_in()) {
|
|
| 3251 | 3251 | global $current_user; |
| 3252 | 3252 | |
| 3253 | - $author_link = get_author_posts_url( $current_user->data->ID ); |
|
| 3254 | - $author_link = geodir_getlink( $author_link, array( 'geodir_dashbord' => 'true' ), false ); |
|
| 3253 | + $author_link = get_author_posts_url($current_user->data->ID); |
|
| 3254 | + $author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true'), false);
|
|
| 3255 | 3255 | |
| 3256 | 3256 | echo '<ul class="geodir-loginbox-list">'; |
| 3257 | 3257 | ob_start(); |
| 3258 | 3258 | ?> |
| 3259 | 3259 | <li><a class="signin" |
| 3260 | - href="<?php echo wp_logout_url( home_url() ); ?>"><?php _e( 'Logout', 'geodirectory' ); ?></a></li> |
|
| 3260 | + href="<?php echo wp_logout_url(home_url()); ?>"><?php _e('Logout', 'geodirectory'); ?></a></li>
|
|
| 3261 | 3261 | <?php |
| 3262 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 3263 | - $show_add_listing_post_types_main_nav = get_option( 'geodir_add_listing_link_user_dashboard' ); |
|
| 3264 | - $geodir_allow_posttype_frontend = get_option( 'geodir_allow_posttype_frontend' ); |
|
| 3262 | + $post_types = geodir_get_posttypes('object');
|
|
| 3263 | + $show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_user_dashboard');
|
|
| 3264 | + $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
|
|
| 3265 | 3265 | |
| 3266 | - if ( ! empty( $show_add_listing_post_types_main_nav ) ) {
|
|
| 3266 | + if (!empty($show_add_listing_post_types_main_nav)) {
|
|
| 3267 | 3267 | $addlisting_links = ''; |
| 3268 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3268 | + foreach ($post_types as $key => $postobj) {
|
|
| 3269 | 3269 | |
| 3270 | - if ( in_array( $key, $show_add_listing_post_types_main_nav ) ) {
|
|
| 3270 | + if (in_array($key, $show_add_listing_post_types_main_nav)) {
|
|
| 3271 | 3271 | |
| 3272 | - if ( $add_link = geodir_get_addlisting_link( $key ) ) {
|
|
| 3272 | + if ($add_link = geodir_get_addlisting_link($key)) {
|
|
| 3273 | 3273 | |
| 3274 | 3274 | $name = $postobj->labels->name; |
| 3275 | 3275 | |
| 3276 | 3276 | $selected = ''; |
| 3277 | - if ( geodir_get_current_posttype() == $key && geodir_is_page( 'add-listing' ) ) {
|
|
| 3277 | + if (geodir_get_current_posttype() == $key && geodir_is_page('add-listing')) {
|
|
| 3278 | 3278 | $selected = 'selected="selected"'; |
| 3279 | 3279 | } |
| 3280 | 3280 | |
@@ -3287,22 +3287,22 @@ discard block |
||
| 3287 | 3287 | * @param string $key Add listing array key. |
| 3288 | 3288 | * @param int $current_user ->ID Current user ID. |
| 3289 | 3289 | */ |
| 3290 | - $add_link = apply_filters( 'geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID ); |
|
| 3290 | + $add_link = apply_filters('geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID);
|
|
| 3291 | 3291 | |
| 3292 | - $addlisting_links .= '<option ' . $selected . ' value="' . $add_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3292 | + $addlisting_links .= '<option '.$selected.' value="'.$add_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3293 | 3293 | |
| 3294 | 3294 | } |
| 3295 | 3295 | } |
| 3296 | 3296 | |
| 3297 | 3297 | } |
| 3298 | 3298 | |
| 3299 | - if ( $addlisting_links != '' ) { ?>
|
|
| 3299 | + if ($addlisting_links != '') { ?>
|
|
| 3300 | 3300 | |
| 3301 | 3301 | <li><select id="geodir_add_listing" class="chosen_select" onchange="window.location.href=this.value" |
| 3302 | 3302 | option-autoredirect="1" name="geodir_add_listing" option-ajaxchosen="false" |
| 3303 | - data-placeholder="<?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?>"> |
|
| 3303 | + data-placeholder="<?php echo esc_attr(__('Add Listing', 'geodirectory')); ?>">
|
|
| 3304 | 3304 | <option value="" disabled="disabled" selected="selected" |
| 3305 | - style='display:none;'><?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?></option> |
|
| 3305 | + style='display:none;'><?php echo esc_attr(__('Add Listing', 'geodirectory')); ?></option>
|
|
| 3306 | 3306 | <?php echo $addlisting_links; ?> |
| 3307 | 3307 | </select></li> <?php |
| 3308 | 3308 | |
@@ -3310,23 +3310,23 @@ discard block |
||
| 3310 | 3310 | |
| 3311 | 3311 | } |
| 3312 | 3312 | // My Favourites in Dashboard |
| 3313 | - $show_favorite_link_user_dashboard = get_option( 'geodir_favorite_link_user_dashboard' ); |
|
| 3313 | + $show_favorite_link_user_dashboard = get_option('geodir_favorite_link_user_dashboard');
|
|
| 3314 | 3314 | $user_favourite = geodir_user_favourite_listing_count(); |
| 3315 | 3315 | |
| 3316 | - if ( ! empty( $show_favorite_link_user_dashboard ) && ! empty( $user_favourite ) ) {
|
|
| 3316 | + if (!empty($show_favorite_link_user_dashboard) && !empty($user_favourite)) {
|
|
| 3317 | 3317 | $favourite_links = ''; |
| 3318 | 3318 | |
| 3319 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3320 | - if ( in_array( $key, $show_favorite_link_user_dashboard ) && array_key_exists( $key, $user_favourite ) ) {
|
|
| 3319 | + foreach ($post_types as $key => $postobj) {
|
|
| 3320 | + if (in_array($key, $show_favorite_link_user_dashboard) && array_key_exists($key, $user_favourite)) {
|
|
| 3321 | 3321 | $name = $postobj->labels->name; |
| 3322 | - $post_type_link = geodir_getlink( $author_link, array( |
|
| 3322 | + $post_type_link = geodir_getlink($author_link, array( |
|
| 3323 | 3323 | 'stype' => $key, |
| 3324 | 3324 | 'list' => 'favourite' |
| 3325 | - ), false ); |
|
| 3325 | + ), false); |
|
| 3326 | 3326 | |
| 3327 | 3327 | $selected = ''; |
| 3328 | 3328 | |
| 3329 | - if ( isset( $_REQUEST['list'] ) && $_REQUEST['list'] == 'favourite' && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 3329 | + if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite' && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 3330 | 3330 | $selected = 'selected="selected"'; |
| 3331 | 3331 | } |
| 3332 | 3332 | /** |
@@ -3338,20 +3338,20 @@ discard block |
||
| 3338 | 3338 | * @param string $key Favorite listing array key. |
| 3339 | 3339 | * @param int $current_user ->ID Current user ID. |
| 3340 | 3340 | */ |
| 3341 | - $post_type_link = apply_filters( 'geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID ); |
|
| 3341 | + $post_type_link = apply_filters('geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID);
|
|
| 3342 | 3342 | |
| 3343 | - $favourite_links .= '<option ' . $selected . ' value="' . $post_type_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3343 | + $favourite_links .= '<option '.$selected.' value="'.$post_type_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3344 | 3344 | } |
| 3345 | 3345 | } |
| 3346 | 3346 | |
| 3347 | - if ( $favourite_links != '' ) {
|
|
| 3347 | + if ($favourite_links != '') {
|
|
| 3348 | 3348 | ?> |
| 3349 | 3349 | <li> |
| 3350 | 3350 | <select id="geodir_my_favourites" class="chosen_select" onchange="window.location.href=this.value" |
| 3351 | 3351 | option-autoredirect="1" name="geodir_my_favourites" option-ajaxchosen="false" |
| 3352 | - data-placeholder="<?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?>"> |
|
| 3352 | + data-placeholder="<?php echo esc_attr(__('My Favorites', 'geodirectory')); ?>">
|
|
| 3353 | 3353 | <option value="" disabled="disabled" selected="selected" |
| 3354 | - style='display:none;'><?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?></option> |
|
| 3354 | + style='display:none;'><?php echo esc_attr(__('My Favorites', 'geodirectory')); ?></option>
|
|
| 3355 | 3355 | <?php echo $favourite_links; ?> |
| 3356 | 3356 | </select> |
| 3357 | 3357 | </li> |
@@ -3360,19 +3360,19 @@ discard block |
||
| 3360 | 3360 | } |
| 3361 | 3361 | |
| 3362 | 3362 | |
| 3363 | - $show_listing_link_user_dashboard = get_option( 'geodir_listing_link_user_dashboard' ); |
|
| 3363 | + $show_listing_link_user_dashboard = get_option('geodir_listing_link_user_dashboard');
|
|
| 3364 | 3364 | $user_listing = geodir_user_post_listing_count(); |
| 3365 | 3365 | |
| 3366 | - if ( ! empty( $show_listing_link_user_dashboard ) && ! empty( $user_listing ) ) {
|
|
| 3366 | + if (!empty($show_listing_link_user_dashboard) && !empty($user_listing)) {
|
|
| 3367 | 3367 | $listing_links = ''; |
| 3368 | 3368 | |
| 3369 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3370 | - if ( in_array( $key, $show_listing_link_user_dashboard ) && array_key_exists( $key, $user_listing ) ) {
|
|
| 3369 | + foreach ($post_types as $key => $postobj) {
|
|
| 3370 | + if (in_array($key, $show_listing_link_user_dashboard) && array_key_exists($key, $user_listing)) {
|
|
| 3371 | 3371 | $name = $postobj->labels->name; |
| 3372 | - $listing_link = geodir_getlink( $author_link, array( 'stype' => $key ), false ); |
|
| 3372 | + $listing_link = geodir_getlink($author_link, array('stype' => $key), false);
|
|
| 3373 | 3373 | |
| 3374 | 3374 | $selected = ''; |
| 3375 | - if ( ! isset( $_REQUEST['list'] ) && isset( $_REQUEST['geodir_dashbord'] ) && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key ) {
|
|
| 3375 | + if (!isset($_REQUEST['list']) && isset($_REQUEST['geodir_dashbord']) && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key) {
|
|
| 3376 | 3376 | $selected = 'selected="selected"'; |
| 3377 | 3377 | } |
| 3378 | 3378 | |
@@ -3385,20 +3385,20 @@ discard block |
||
| 3385 | 3385 | * @param string $key My listing array key. |
| 3386 | 3386 | * @param int $current_user ->ID Current user ID. |
| 3387 | 3387 | */ |
| 3388 | - $listing_link = apply_filters( 'geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID ); |
|
| 3388 | + $listing_link = apply_filters('geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID);
|
|
| 3389 | 3389 | |
| 3390 | - $listing_links .= '<option ' . $selected . ' value="' . $listing_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3390 | + $listing_links .= '<option '.$selected.' value="'.$listing_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3391 | 3391 | } |
| 3392 | 3392 | } |
| 3393 | 3393 | |
| 3394 | - if ( $listing_links != '' ) {
|
|
| 3394 | + if ($listing_links != '') {
|
|
| 3395 | 3395 | ?> |
| 3396 | 3396 | <li> |
| 3397 | 3397 | <select id="geodir_my_listings" class="chosen_select" onchange="window.location.href=this.value" |
| 3398 | 3398 | option-autoredirect="1" name="geodir_my_listings" option-ajaxchosen="false" |
| 3399 | - data-placeholder="<?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?>"> |
|
| 3399 | + data-placeholder="<?php echo esc_attr(__('My Listings', 'geodirectory')); ?>">
|
|
| 3400 | 3400 | <option value="" disabled="disabled" selected="selected" |
| 3401 | - style='display:none;'><?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?></option> |
|
| 3401 | + style='display:none;'><?php echo esc_attr(__('My Listings', 'geodirectory')); ?></option>
|
|
| 3402 | 3402 | <?php echo $listing_links; ?> |
| 3403 | 3403 | </select> |
| 3404 | 3404 | </li> |
@@ -3414,7 +3414,7 @@ discard block |
||
| 3414 | 3414 | * |
| 3415 | 3415 | * @param string $dashboard_link Dashboard links HTML. |
| 3416 | 3416 | */ |
| 3417 | - echo apply_filters( 'geodir_dashboard_links', $dashboard_link ); |
|
| 3417 | + echo apply_filters('geodir_dashboard_links', $dashboard_link);
|
|
| 3418 | 3418 | echo '</ul>'; |
| 3419 | 3419 | |
| 3420 | 3420 | /** |
@@ -3422,7 +3422,7 @@ discard block |
||
| 3422 | 3422 | * |
| 3423 | 3423 | * @since 1.6.6 |
| 3424 | 3424 | */ |
| 3425 | - do_action( 'geodir_after_loginwidget_form_logged_in' ); |
|
| 3425 | + do_action('geodir_after_loginwidget_form_logged_in');
|
|
| 3426 | 3426 | |
| 3427 | 3427 | |
| 3428 | 3428 | } else {
|
@@ -3437,18 +3437,18 @@ discard block |
||
| 3437 | 3437 | <form name="loginform" class="loginform1" |
| 3438 | 3438 | action="<?php echo geodir_login_url(); ?>" |
| 3439 | 3439 | method="post"> |
| 3440 | - <div class="geodir_form_row"><input placeholder="<?php _e( 'Email', 'geodirectory' ); ?>" name="log" |
|
| 3440 | + <div class="geodir_form_row"><input placeholder="<?php _e('Email', 'geodirectory'); ?>" name="log"
|
|
| 3441 | 3441 | type="text" class="textfield user_login1"/> <span |
| 3442 | 3442 | class="user_loginInfo"></span></div> |
| 3443 | - <div class="geodir_form_row"><input placeholder="<?php _e( 'Password', 'geodirectory' ); ?>" |
|
| 3443 | + <div class="geodir_form_row"><input placeholder="<?php _e('Password', 'geodirectory'); ?>"
|
|
| 3444 | 3444 | name="pwd" type="password" |
| 3445 | 3445 | class="textfield user_pass1 input-text"/><span |
| 3446 | 3446 | class="user_passInfo"></span></div> |
| 3447 | 3447 | |
| 3448 | - <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars( geodir_curPageURL() ); ?>"/> |
|
| 3448 | + <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars(geodir_curPageURL()); ?>"/> |
|
| 3449 | 3449 | <input type="hidden" name="testcookie" value="1"/> |
| 3450 | 3450 | |
| 3451 | - <?php do_action( 'login_form' ); ?> |
|
| 3451 | + <?php do_action('login_form'); ?>
|
|
| 3452 | 3452 | |
| 3453 | 3453 | <div class="geodir_form_row clearfix"><input type="submit" name="submit" |
| 3454 | 3454 | value="<?php echo SIGN_IN_BUTTON; ?>" class="b_signin"/> |
@@ -3461,7 +3461,7 @@ discard block |
||
| 3461 | 3461 | * @since 1.0.0 |
| 3462 | 3462 | */ |
| 3463 | 3463 | ?> |
| 3464 | - <a href="<?php echo geodir_login_url( array( 'signup' => true ) ); ?>" |
|
| 3464 | + <a href="<?php echo geodir_login_url(array('signup' => true)); ?>"
|
|
| 3465 | 3465 | class="goedir-newuser-link"><?php echo NEW_USER_TEXT; ?></a> |
| 3466 | 3466 | |
| 3467 | 3467 | <?php |
@@ -3471,7 +3471,7 @@ discard block |
||
| 3471 | 3471 | * @since 1.0.0 |
| 3472 | 3472 | */ |
| 3473 | 3473 | ?> |
| 3474 | - <a href="<?php echo geodir_login_url( array( 'forgot' => true ) ); ?>" |
|
| 3474 | + <a href="<?php echo geodir_login_url(array('forgot' => true)); ?>"
|
|
| 3475 | 3475 | class="goedir-forgot-link"><?php echo FORGOT_PW_TEXT; ?></a></p></div> |
| 3476 | 3476 | </form> |
| 3477 | 3477 | <?php |
@@ -3480,7 +3480,7 @@ discard block |
||
| 3480 | 3480 | * |
| 3481 | 3481 | * @since 1.6.6 |
| 3482 | 3482 | */ |
| 3483 | - do_action( 'geodir_after_loginwidget_form_logged_out' ); |
|
| 3483 | + do_action('geodir_after_loginwidget_form_logged_out');
|
|
| 3484 | 3484 | } |
| 3485 | 3485 | |
| 3486 | 3486 | echo $after_widget; |
@@ -3502,16 +3502,16 @@ discard block |
||
| 3502 | 3502 | * after_widget. |
| 3503 | 3503 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3504 | 3504 | */ |
| 3505 | -function geodir_popular_postview_output( $args = '', $instance = '' ) {
|
|
| 3505 | +function geodir_popular_postview_output($args = '', $instance = '') {
|
|
| 3506 | 3506 | global $gd_session; |
| 3507 | 3507 | |
| 3508 | 3508 | // prints the widget |
| 3509 | - extract( $args, EXTR_SKIP ); |
|
| 3509 | + extract($args, EXTR_SKIP); |
|
| 3510 | 3510 | |
| 3511 | 3511 | echo $before_widget; |
| 3512 | 3512 | |
| 3513 | 3513 | /** This filter is documented in geodirectory_widgets.php */ |
| 3514 | - $title = empty( $instance['title'] ) ? geodir_ucwords( $instance['category_title'] ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3514 | + $title = empty($instance['title']) ? geodir_ucwords($instance['category_title']) : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3515 | 3515 | /** |
| 3516 | 3516 | * Filter the widget post type. |
| 3517 | 3517 | * |
@@ -3519,7 +3519,7 @@ discard block |
||
| 3519 | 3519 | * |
| 3520 | 3520 | * @param string $instance ['post_type'] Post type of listing. |
| 3521 | 3521 | */ |
| 3522 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 3522 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 3523 | 3523 | /** |
| 3524 | 3524 | * Filter the widget's term. |
| 3525 | 3525 | * |
@@ -3527,7 +3527,7 @@ discard block |
||
| 3527 | 3527 | * |
| 3528 | 3528 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 3529 | 3529 | */ |
| 3530 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 3530 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 3531 | 3531 | /** |
| 3532 | 3532 | * Filter the widget listings limit. |
| 3533 | 3533 | * |
@@ -3535,7 +3535,7 @@ discard block |
||
| 3535 | 3535 | * |
| 3536 | 3536 | * @param string $instance ['post_number'] Number of listings to display. |
| 3537 | 3537 | */ |
| 3538 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 3538 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 3539 | 3539 | /** |
| 3540 | 3540 | * Filter widget's "layout" type. |
| 3541 | 3541 | * |
@@ -3543,7 +3543,7 @@ discard block |
||
| 3543 | 3543 | * |
| 3544 | 3544 | * @param string $instance ['layout'] Widget layout type. |
| 3545 | 3545 | */ |
| 3546 | - $layout = empty( $instance['layout'] ) ? 'gridview_onehalf' : apply_filters( 'widget_layout', $instance['layout'] ); |
|
| 3546 | + $layout = empty($instance['layout']) ? 'gridview_onehalf' : apply_filters('widget_layout', $instance['layout']);
|
|
| 3547 | 3547 | /** |
| 3548 | 3548 | * Filter widget's "add_location_filter" value. |
| 3549 | 3549 | * |
@@ -3551,7 +3551,7 @@ discard block |
||
| 3551 | 3551 | * |
| 3552 | 3552 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 3553 | 3553 | */ |
| 3554 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 3554 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 3555 | 3555 | /** |
| 3556 | 3556 | * Filter widget's listing width. |
| 3557 | 3557 | * |
@@ -3559,7 +3559,7 @@ discard block |
||
| 3559 | 3559 | * |
| 3560 | 3560 | * @param string $instance ['listing_width'] Listing width. |
| 3561 | 3561 | */ |
| 3562 | - $listing_width = empty( $instance['listing_width'] ) ? '' : apply_filters( 'widget_listing_width', $instance['listing_width'] ); |
|
| 3562 | + $listing_width = empty($instance['listing_width']) ? '' : apply_filters('widget_listing_width', $instance['listing_width']);
|
|
| 3563 | 3563 | /** |
| 3564 | 3564 | * Filter widget's "list_sort" type. |
| 3565 | 3565 | * |
@@ -3567,25 +3567,25 @@ discard block |
||
| 3567 | 3567 | * |
| 3568 | 3568 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3569 | 3569 | */ |
| 3570 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3571 | - $use_viewing_post_type = ! empty( $instance['use_viewing_post_type'] ) ? true : false; |
|
| 3570 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3571 | + $use_viewing_post_type = !empty($instance['use_viewing_post_type']) ? true : false; |
|
| 3572 | 3572 | |
| 3573 | 3573 | // set post type to current viewing post type |
| 3574 | - if ( $use_viewing_post_type ) {
|
|
| 3574 | + if ($use_viewing_post_type) {
|
|
| 3575 | 3575 | $current_post_type = geodir_get_current_posttype(); |
| 3576 | - if ( $current_post_type != '' && $current_post_type != $post_type ) {
|
|
| 3576 | + if ($current_post_type != '' && $current_post_type != $post_type) {
|
|
| 3577 | 3577 | $post_type = $current_post_type; |
| 3578 | 3578 | $category = array(); // old post type category will not work for current changed post type |
| 3579 | 3579 | } |
| 3580 | 3580 | } |
| 3581 | 3581 | // replace widget title dynamically |
| 3582 | - $posttype_plural_label = __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3583 | - $posttype_singular_label = __( get_post_type_singular_label( $post_type ), 'geodirectory' ); |
|
| 3582 | + $posttype_plural_label = __(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3583 | + $posttype_singular_label = __(get_post_type_singular_label($post_type), 'geodirectory'); |
|
| 3584 | 3584 | |
| 3585 | - $title = str_replace( "%posttype_plural_label%", $posttype_plural_label, $title ); |
|
| 3586 | - $title = str_replace( "%posttype_singular_label%", $posttype_singular_label, $title ); |
|
| 3585 | + $title = str_replace("%posttype_plural_label%", $posttype_plural_label, $title);
|
|
| 3586 | + $title = str_replace("%posttype_singular_label%", $posttype_singular_label, $title);
|
|
| 3587 | 3587 | |
| 3588 | - if ( isset( $instance['character_count'] ) ) {
|
|
| 3588 | + if (isset($instance['character_count'])) {
|
|
| 3589 | 3589 | /** |
| 3590 | 3590 | * Filter the widget's excerpt character count. |
| 3591 | 3591 | * |
@@ -3593,37 +3593,37 @@ discard block |
||
| 3593 | 3593 | * |
| 3594 | 3594 | * @param int $instance ['character_count'] Excerpt character count. |
| 3595 | 3595 | */ |
| 3596 | - $character_count = apply_filters( 'widget_list_character_count', $instance['character_count'] ); |
|
| 3596 | + $character_count = apply_filters('widget_list_character_count', $instance['character_count']);
|
|
| 3597 | 3597 | } else {
|
| 3598 | 3598 | $character_count = ''; |
| 3599 | 3599 | } |
| 3600 | 3600 | |
| 3601 | - if ( empty( $title ) || $title == 'All' ) {
|
|
| 3602 | - $title .= ' ' . __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3601 | + if (empty($title) || $title == 'All') {
|
|
| 3602 | + $title .= ' '.__(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3603 | 3603 | } |
| 3604 | 3604 | |
| 3605 | 3605 | $location_url = array(); |
| 3606 | - $city = get_query_var( 'gd_city' ); |
|
| 3607 | - if ( ! empty( $city ) ) {
|
|
| 3608 | - $country = get_query_var( 'gd_country' ); |
|
| 3609 | - $region = get_query_var( 'gd_region' ); |
|
| 3606 | + $city = get_query_var('gd_city');
|
|
| 3607 | + if (!empty($city)) {
|
|
| 3608 | + $country = get_query_var('gd_country');
|
|
| 3609 | + $region = get_query_var('gd_region');
|
|
| 3610 | 3610 | |
| 3611 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 3611 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 3612 | 3612 | |
| 3613 | - if ( $geodir_show_location_url == 'all' ) {
|
|
| 3614 | - if ( $country != '' ) {
|
|
| 3613 | + if ($geodir_show_location_url == 'all') {
|
|
| 3614 | + if ($country != '') {
|
|
| 3615 | 3615 | $location_url[] = $country; |
| 3616 | 3616 | } |
| 3617 | 3617 | |
| 3618 | - if ( $region != '' ) {
|
|
| 3618 | + if ($region != '') {
|
|
| 3619 | 3619 | $location_url[] = $region; |
| 3620 | 3620 | } |
| 3621 | - } else if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 3622 | - if ( $country != '' ) {
|
|
| 3621 | + } else if ($geodir_show_location_url == 'country_city') {
|
|
| 3622 | + if ($country != '') {
|
|
| 3623 | 3623 | $location_url[] = $country; |
| 3624 | 3624 | } |
| 3625 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 3626 | - if ( $region != '' ) {
|
|
| 3625 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 3626 | + if ($region != '') {
|
|
| 3627 | 3627 | $location_url[] = $region; |
| 3628 | 3628 | } |
| 3629 | 3629 | } |
@@ -3631,37 +3631,37 @@ discard block |
||
| 3631 | 3631 | $location_url[] = $city; |
| 3632 | 3632 | } |
| 3633 | 3633 | |
| 3634 | - $location_url = implode( '/', $location_url ); |
|
| 3634 | + $location_url = implode('/', $location_url);
|
|
| 3635 | 3635 | $skip_location = false; |
| 3636 | - if ( ! $add_location_filter && $gd_session->get( 'gd_multi_location' ) ) {
|
|
| 3636 | + if (!$add_location_filter && $gd_session->get('gd_multi_location')) {
|
|
| 3637 | 3637 | $skip_location = true; |
| 3638 | - $gd_session->un_set( 'gd_multi_location' ); |
|
| 3638 | + $gd_session->un_set('gd_multi_location');
|
|
| 3639 | 3639 | } |
| 3640 | 3640 | |
| 3641 | - if ( get_option( 'permalink_structure' ) ) {
|
|
| 3642 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3641 | + if (get_option('permalink_structure')) {
|
|
| 3642 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3643 | 3643 | } else {
|
| 3644 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3644 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3645 | 3645 | } |
| 3646 | 3646 | |
| 3647 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3647 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3648 | 3648 | global $geodir_add_location_url; |
| 3649 | 3649 | |
| 3650 | 3650 | $geodir_add_location_url = '0'; |
| 3651 | 3651 | |
| 3652 | - if ( $add_location_filter != '0' ) {
|
|
| 3652 | + if ($add_location_filter != '0') {
|
|
| 3653 | 3653 | $geodir_add_location_url = '1'; |
| 3654 | 3654 | } |
| 3655 | 3655 | |
| 3656 | - $viewall_url = get_term_link( (int) $category[0], $post_type . 'category' ); |
|
| 3656 | + $viewall_url = get_term_link((int) $category[0], $post_type.'category'); |
|
| 3657 | 3657 | |
| 3658 | 3658 | $geodir_add_location_url = null; |
| 3659 | 3659 | } |
| 3660 | - if ( $skip_location ) {
|
|
| 3661 | - $gd_session->set( 'gd_multi_location', 1 ); |
|
| 3660 | + if ($skip_location) {
|
|
| 3661 | + $gd_session->set('gd_multi_location', 1);
|
|
| 3662 | 3662 | } |
| 3663 | 3663 | |
| 3664 | - if ( is_wp_error( $viewall_url ) ) {
|
|
| 3664 | + if (is_wp_error($viewall_url)) {
|
|
| 3665 | 3665 | $viewall_url = ''; |
| 3666 | 3666 | } |
| 3667 | 3667 | |
@@ -3673,34 +3673,34 @@ discard block |
||
| 3673 | 3673 | 'order_by' => $list_sort |
| 3674 | 3674 | ); |
| 3675 | 3675 | |
| 3676 | - if ( $character_count ) {
|
|
| 3676 | + if ($character_count) {
|
|
| 3677 | 3677 | $query_args['excerpt_length'] = $character_count; |
| 3678 | 3678 | } |
| 3679 | 3679 | |
| 3680 | - if ( ! empty( $instance['show_featured_only'] ) ) {
|
|
| 3680 | + if (!empty($instance['show_featured_only'])) {
|
|
| 3681 | 3681 | $query_args['show_featured_only'] = 1; |
| 3682 | 3682 | } |
| 3683 | 3683 | |
| 3684 | - if ( ! empty( $instance['show_special_only'] ) ) {
|
|
| 3684 | + if (!empty($instance['show_special_only'])) {
|
|
| 3685 | 3685 | $query_args['show_special_only'] = 1; |
| 3686 | 3686 | } |
| 3687 | 3687 | |
| 3688 | - if ( ! empty( $instance['with_pics_only'] ) ) {
|
|
| 3688 | + if (!empty($instance['with_pics_only'])) {
|
|
| 3689 | 3689 | $query_args['with_pics_only'] = 0; |
| 3690 | 3690 | $query_args['featured_image_only'] = 1; |
| 3691 | 3691 | } |
| 3692 | 3692 | |
| 3693 | - if ( ! empty( $instance['with_videos_only'] ) ) {
|
|
| 3693 | + if (!empty($instance['with_videos_only'])) {
|
|
| 3694 | 3694 | $query_args['with_videos_only'] = 1; |
| 3695 | 3695 | } |
| 3696 | - $with_no_results = ! empty( $instance['without_no_results'] ) ? false : true; |
|
| 3696 | + $with_no_results = !empty($instance['without_no_results']) ? false : true; |
|
| 3697 | 3697 | |
| 3698 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3699 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3698 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3699 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3700 | 3700 | |
| 3701 | 3701 | ######### WPML ######### |
| 3702 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 3703 | - $category = gd_lang_object_ids( $category, $category_taxonomy[0] ); |
|
| 3702 | + if (function_exists('icl_object_id')) {
|
|
| 3703 | + $category = gd_lang_object_ids($category, $category_taxonomy[0]); |
|
| 3704 | 3704 | } |
| 3705 | 3705 | ######### WPML ######### |
| 3706 | 3706 | |
@@ -3710,14 +3710,14 @@ discard block |
||
| 3710 | 3710 | 'terms' => $category |
| 3711 | 3711 | ); |
| 3712 | 3712 | |
| 3713 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3713 | + $query_args['tax_query'] = array($tax_query); |
|
| 3714 | 3714 | } |
| 3715 | 3715 | |
| 3716 | 3716 | global $gridview_columns_widget, $geodir_is_widget_listing; |
| 3717 | 3717 | |
| 3718 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3718 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3719 | 3719 | |
| 3720 | - if ( ! empty( $widget_listings ) || $with_no_results ) {
|
|
| 3720 | + if (!empty($widget_listings) || $with_no_results) {
|
|
| 3721 | 3721 | ?> |
| 3722 | 3722 | <div class="geodir_locations geodir_location_listing"> |
| 3723 | 3723 | |
@@ -3727,11 +3727,11 @@ discard block |
||
| 3727 | 3727 | * |
| 3728 | 3728 | * @since 1.0.0 |
| 3729 | 3729 | */ |
| 3730 | - do_action( 'geodir_before_view_all_link_in_widget' ); ?> |
|
| 3730 | + do_action('geodir_before_view_all_link_in_widget'); ?>
|
|
| 3731 | 3731 | <div class="geodir_list_heading clearfix"> |
| 3732 | - <?php echo $before_title . $title . $after_title; ?> |
|
| 3732 | + <?php echo $before_title.$title.$after_title; ?> |
|
| 3733 | 3733 | <a href="<?php echo $viewall_url; ?>" |
| 3734 | - class="geodir-viewall"><?php _e( 'View all', 'geodirectory' ); ?></a> |
|
| 3734 | + class="geodir-viewall"><?php _e('View all', 'geodirectory'); ?></a>
|
|
| 3735 | 3735 | </div> |
| 3736 | 3736 | <?php |
| 3737 | 3737 | /** |
@@ -3739,10 +3739,10 @@ discard block |
||
| 3739 | 3739 | * |
| 3740 | 3740 | * @since 1.0.0 |
| 3741 | 3741 | */ |
| 3742 | - do_action( 'geodir_after_view_all_link_in_widget' ); ?> |
|
| 3742 | + do_action('geodir_after_view_all_link_in_widget'); ?>
|
|
| 3743 | 3743 | <?php |
| 3744 | - if ( strstr( $layout, 'gridview' ) ) {
|
|
| 3745 | - $listing_view_exp = explode( '_', $layout ); |
|
| 3744 | + if (strstr($layout, 'gridview')) {
|
|
| 3745 | + $listing_view_exp = explode('_', $layout);
|
|
| 3746 | 3746 | $gridview_columns_widget = $layout; |
| 3747 | 3747 | $layout = $listing_view_exp[0]; |
| 3748 | 3748 | } else {
|
@@ -3754,8 +3754,8 @@ discard block |
||
| 3754 | 3754 | * |
| 3755 | 3755 | * @since 1.0.0 |
| 3756 | 3756 | */ |
| 3757 | - $template = apply_filters( "geodir_template_part-widget-listing-listview", geodir_locate_template( 'widget-listing-listview' ) ); |
|
| 3758 | - if ( ! isset( $character_count ) ) {
|
|
| 3757 | + $template = apply_filters("geodir_template_part-widget-listing-listview", geodir_locate_template('widget-listing-listview'));
|
|
| 3758 | + if (!isset($character_count)) {
|
|
| 3759 | 3759 | /** |
| 3760 | 3760 | * Filter the widget's excerpt character count. |
| 3761 | 3761 | * |
@@ -3763,7 +3763,7 @@ discard block |
||
| 3763 | 3763 | * |
| 3764 | 3764 | * @param int $instance ['character_count'] Excerpt character count. |
| 3765 | 3765 | */ |
| 3766 | - $character_count = $character_count == '' ? 50 : apply_filters( 'widget_character_count', $character_count ); |
|
| 3766 | + $character_count = $character_count == '' ? 50 : apply_filters('widget_character_count', $character_count);
|
|
| 3767 | 3767 | } |
| 3768 | 3768 | |
| 3769 | 3769 | global $post, $map_jason, $map_canvas_arr; |
@@ -3778,13 +3778,13 @@ discard block |
||
| 3778 | 3778 | * |
| 3779 | 3779 | * @since 1.0.0 |
| 3780 | 3780 | */ |
| 3781 | - include( $template ); |
|
| 3781 | + include($template); |
|
| 3782 | 3782 | |
| 3783 | 3783 | $geodir_is_widget_listing = false; |
| 3784 | 3784 | |
| 3785 | 3785 | $GLOBALS['post'] = $current_post; |
| 3786 | - if ( ! empty( $current_post ) ) {
|
|
| 3787 | - setup_postdata( $current_post ); |
|
| 3786 | + if (!empty($current_post)) {
|
|
| 3787 | + setup_postdata($current_post); |
|
| 3788 | 3788 | } |
| 3789 | 3789 | $map_jason = $current_map_jason; |
| 3790 | 3790 | $map_canvas_arr = $current_map_canvas_arr; |
@@ -3815,12 +3815,12 @@ discard block |
||
| 3815 | 3815 | * |
| 3816 | 3816 | * @return int Reviews count. |
| 3817 | 3817 | */ |
| 3818 | -function geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ) {
|
|
| 3818 | +function geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type) {
|
|
| 3819 | 3819 | global $wpdb, $plugin_prefix; |
| 3820 | 3820 | |
| 3821 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 3821 | + $detail_table = $plugin_prefix.$post_type.'_detail'; |
|
| 3822 | 3822 | |
| 3823 | - $sql = "SELECT COALESCE(SUM(rating_count),0) FROM " . $detail_table . " WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(" . $term_id . ", " . $taxonomy . ")";
|
|
| 3823 | + $sql = "SELECT COALESCE(SUM(rating_count),0) FROM ".$detail_table." WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(".$term_id.", ".$taxonomy.")";
|
|
| 3824 | 3824 | |
| 3825 | 3825 | /** |
| 3826 | 3826 | * Filter count review sql query. |
@@ -3832,9 +3832,9 @@ discard block |
||
| 3832 | 3832 | * @param int $taxonomy The taxonomy Id. |
| 3833 | 3833 | * @param string $post_type The post type. |
| 3834 | 3834 | */ |
| 3835 | - $sql = apply_filters( 'geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type ); |
|
| 3835 | + $sql = apply_filters('geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type);
|
|
| 3836 | 3836 | |
| 3837 | - $count = $wpdb->get_var( $sql ); |
|
| 3837 | + $count = $wpdb->get_var($sql); |
|
| 3838 | 3838 | |
| 3839 | 3839 | return $count; |
| 3840 | 3840 | } |
@@ -3852,7 +3852,7 @@ discard block |
||
| 3852 | 3852 | * |
| 3853 | 3853 | * @return array Term array data. |
| 3854 | 3854 | */ |
| 3855 | -function geodir_count_reviews_by_terms( $force_update = false, $post_ID = 0 ) {
|
|
| 3855 | +function geodir_count_reviews_by_terms($force_update = false, $post_ID = 0) {
|
|
| 3856 | 3856 | /** |
| 3857 | 3857 | * Filter review count option data. |
| 3858 | 3858 | * |
@@ -3862,78 +3862,78 @@ discard block |
||
| 3862 | 3862 | * @param bool $force_update Force update option value?. Default.false. |
| 3863 | 3863 | * @param int $post_ID The post id to update if any. |
| 3864 | 3864 | */ |
| 3865 | - $option_data = apply_filters( 'geodir_count_reviews_by_terms_before', '', $force_update, $post_ID ); |
|
| 3866 | - if ( ! empty( $option_data ) ) {
|
|
| 3865 | + $option_data = apply_filters('geodir_count_reviews_by_terms_before', '', $force_update, $post_ID);
|
|
| 3866 | + if (!empty($option_data)) {
|
|
| 3867 | 3867 | return $option_data; |
| 3868 | 3868 | } |
| 3869 | 3869 | |
| 3870 | - $option_data = get_option( 'geodir_global_review_count' ); |
|
| 3870 | + $option_data = get_option('geodir_global_review_count');
|
|
| 3871 | 3871 | |
| 3872 | - if ( ! $option_data || $force_update ) {
|
|
| 3873 | - if ( (int) $post_ID > 0 ) { // Update reviews count for specific post categories only.
|
|
| 3872 | + if (!$option_data || $force_update) {
|
|
| 3873 | + if ((int) $post_ID > 0) { // Update reviews count for specific post categories only.
|
|
| 3874 | 3874 | global $gd_session; |
| 3875 | 3875 | $term_array = (array) $option_data; |
| 3876 | - $post_type = get_post_type( $post_ID ); |
|
| 3877 | - $taxonomy = $post_type . 'category'; |
|
| 3878 | - $terms = wp_get_object_terms( $post_ID, $taxonomy, array( 'fields' => 'ids' ) ); |
|
| 3879 | - |
|
| 3880 | - if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
|
| 3881 | - foreach ( $terms as $term_id ) {
|
|
| 3882 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 3883 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 3884 | - $term_array[ $term_id ] = $count; |
|
| 3876 | + $post_type = get_post_type($post_ID); |
|
| 3877 | + $taxonomy = $post_type.'category'; |
|
| 3878 | + $terms = wp_get_object_terms($post_ID, $taxonomy, array('fields' => 'ids'));
|
|
| 3879 | + |
|
| 3880 | + if (!empty($terms) && !is_wp_error($terms)) {
|
|
| 3881 | + foreach ($terms as $term_id) {
|
|
| 3882 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 3883 | + $children = get_term_children($term_id, $taxonomy); |
|
| 3884 | + $term_array[$term_id] = $count; |
|
| 3885 | 3885 | } |
| 3886 | 3886 | } |
| 3887 | 3887 | |
| 3888 | - $session_listing = $gd_session->get( 'listing' ); |
|
| 3888 | + $session_listing = $gd_session->get('listing');
|
|
| 3889 | 3889 | |
| 3890 | 3890 | $terms = array(); |
| 3891 | - if ( isset( $_POST['post_category'][ $taxonomy ] ) ) {
|
|
| 3892 | - $terms = (array) $_POST['post_category'][ $taxonomy ]; |
|
| 3893 | - } else if ( ! empty( $session_listing ) && isset( $session_listing['post_category'][ $taxonomy ] ) ) {
|
|
| 3894 | - $terms = (array) $session_listing['post_category'][ $taxonomy ]; |
|
| 3891 | + if (isset($_POST['post_category'][$taxonomy])) {
|
|
| 3892 | + $terms = (array) $_POST['post_category'][$taxonomy]; |
|
| 3893 | + } else if (!empty($session_listing) && isset($session_listing['post_category'][$taxonomy])) {
|
|
| 3894 | + $terms = (array) $session_listing['post_category'][$taxonomy]; |
|
| 3895 | 3895 | } |
| 3896 | 3896 | |
| 3897 | - if ( ! empty( $terms ) ) {
|
|
| 3898 | - foreach ( $terms as $term_id ) {
|
|
| 3899 | - if ( $term_id > 0 ) {
|
|
| 3900 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 3901 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 3902 | - $term_array[ $term_id ] = $count; |
|
| 3897 | + if (!empty($terms)) {
|
|
| 3898 | + foreach ($terms as $term_id) {
|
|
| 3899 | + if ($term_id > 0) {
|
|
| 3900 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 3901 | + $children = get_term_children($term_id, $taxonomy); |
|
| 3902 | + $term_array[$term_id] = $count; |
|
| 3903 | 3903 | } |
| 3904 | 3904 | } |
| 3905 | 3905 | } |
| 3906 | 3906 | } else { // Update reviews count for all post categories.
|
| 3907 | 3907 | $term_array = array(); |
| 3908 | 3908 | $post_types = geodir_get_posttypes(); |
| 3909 | - foreach ( $post_types as $post_type ) {
|
|
| 3909 | + foreach ($post_types as $post_type) {
|
|
| 3910 | 3910 | |
| 3911 | - $taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3911 | + $taxonomy = geodir_get_taxonomies($post_type); |
|
| 3912 | 3912 | $taxonomy = $taxonomy[0]; |
| 3913 | 3913 | |
| 3914 | 3914 | $args = array( |
| 3915 | 3915 | 'hide_empty' => false |
| 3916 | 3916 | ); |
| 3917 | 3917 | |
| 3918 | - $terms = get_terms( $taxonomy, $args ); |
|
| 3918 | + $terms = get_terms($taxonomy, $args); |
|
| 3919 | 3919 | |
| 3920 | - foreach ( $terms as $term ) {
|
|
| 3921 | - $count = geodir_count_reviews_by_term_id( $term->term_id, $taxonomy, $post_type ); |
|
| 3922 | - $children = get_term_children( $term->term_id, $taxonomy ); |
|
| 3920 | + foreach ($terms as $term) {
|
|
| 3921 | + $count = geodir_count_reviews_by_term_id($term->term_id, $taxonomy, $post_type); |
|
| 3922 | + $children = get_term_children($term->term_id, $taxonomy); |
|
| 3923 | 3923 | /*if ( is_array( $children ) ) {
|
| 3924 | 3924 | foreach ( $children as $child_id ) {
|
| 3925 | 3925 | $child_count = geodir_count_reviews_by_term_id($child_id, $taxonomy, $post_type); |
| 3926 | 3926 | $count = $count + $child_count; |
| 3927 | 3927 | } |
| 3928 | 3928 | }*/ |
| 3929 | - $term_array[ $term->term_id ] = $count; |
|
| 3929 | + $term_array[$term->term_id] = $count; |
|
| 3930 | 3930 | } |
| 3931 | 3931 | } |
| 3932 | 3932 | } |
| 3933 | 3933 | |
| 3934 | - update_option( 'geodir_global_review_count', $term_array ); |
|
| 3934 | + update_option('geodir_global_review_count', $term_array);
|
|
| 3935 | 3935 | //clear cache |
| 3936 | - wp_cache_delete( 'geodir_global_review_count' ); |
|
| 3936 | + wp_cache_delete('geodir_global_review_count');
|
|
| 3937 | 3937 | |
| 3938 | 3938 | return $term_array; |
| 3939 | 3939 | } else {
|
@@ -3949,39 +3949,39 @@ discard block |
||
| 3949 | 3949 | * @package GeoDirectory |
| 3950 | 3950 | * @return bool |
| 3951 | 3951 | */ |
| 3952 | -function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
|
| 3953 | - if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
|
| 3952 | +function geodir_term_review_count_force_update($new_status, $old_status = '', $post = '') {
|
|
| 3953 | + if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'geodir_import_export') {
|
|
| 3954 | 3954 | return; // do not run if importing listings |
| 3955 | 3955 | } |
| 3956 | 3956 | |
| 3957 | - if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
|
|
| 3957 | + if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
|
|
| 3958 | 3958 | return; |
| 3959 | 3959 | } |
| 3960 | 3960 | |
| 3961 | 3961 | $post_ID = 0; |
| 3962 | - if ( ! empty( $post ) ) {
|
|
| 3963 | - if ( isset( $post->post_type ) && strpos( $post->post_type, 'gd_' ) !== 0 ) {
|
|
| 3962 | + if (!empty($post)) {
|
|
| 3963 | + if (isset($post->post_type) && strpos($post->post_type, 'gd_') !== 0) {
|
|
| 3964 | 3964 | return; |
| 3965 | 3965 | } |
| 3966 | 3966 | |
| 3967 | - if ( $new_status == 'auto-draft' && $old_status == 'new' ) {
|
|
| 3967 | + if ($new_status == 'auto-draft' && $old_status == 'new') {
|
|
| 3968 | 3968 | return; |
| 3969 | 3969 | } |
| 3970 | 3970 | |
| 3971 | - if ( ! empty( $post->ID ) ) {
|
|
| 3971 | + if (!empty($post->ID)) {
|
|
| 3972 | 3972 | $post_ID = $post->ID; |
| 3973 | 3973 | } |
| 3974 | 3974 | } |
| 3975 | 3975 | |
| 3976 | - if ( $new_status != $old_status ) {
|
|
| 3977 | - geodir_count_reviews_by_terms( true, $post_ID ); |
|
| 3976 | + if ($new_status != $old_status) {
|
|
| 3977 | + geodir_count_reviews_by_terms(true, $post_ID); |
|
| 3978 | 3978 | } |
| 3979 | 3979 | |
| 3980 | 3980 | return true; |
| 3981 | 3981 | } |
| 3982 | 3982 | |
| 3983 | -function geodir_term_review_count_force_update_single_post( $post_id ) {
|
|
| 3984 | - geodir_count_reviews_by_terms( true, $post_id ); |
|
| 3983 | +function geodir_term_review_count_force_update_single_post($post_id) {
|
|
| 3984 | + geodir_count_reviews_by_terms(true, $post_id); |
|
| 3985 | 3985 | } |
| 3986 | 3986 | |
| 3987 | 3987 | /*-----------------------------------------------------------------------------------*/ |
@@ -3998,11 +3998,11 @@ discard block |
||
| 3998 | 3998 | * |
| 3999 | 3999 | * @return int Post count. |
| 4000 | 4000 | */ |
| 4001 | -function geodir_count_posts_by_term( $data, $term ) {
|
|
| 4001 | +function geodir_count_posts_by_term($data, $term) {
|
|
| 4002 | 4002 | |
| 4003 | - if ( $data ) {
|
|
| 4004 | - if ( isset( $data[ $term->term_id ] ) ) {
|
|
| 4005 | - return $data[ $term->term_id ]; |
|
| 4003 | + if ($data) {
|
|
| 4004 | + if (isset($data[$term->term_id])) {
|
|
| 4005 | + return $data[$term->term_id]; |
|
| 4006 | 4006 | } else {
|
| 4007 | 4007 | return 0; |
| 4008 | 4008 | } |
@@ -4019,8 +4019,8 @@ discard block |
||
| 4019 | 4019 | * param array $terms An array of term objects. |
| 4020 | 4020 | * @return array Sorted terms array. |
| 4021 | 4021 | */ |
| 4022 | -function geodir_sort_terms_by_count( $terms ) {
|
|
| 4023 | - usort( $terms, "geodir_sort_by_count_obj" ); |
|
| 4022 | +function geodir_sort_terms_by_count($terms) {
|
|
| 4023 | + usort($terms, "geodir_sort_by_count_obj"); |
|
| 4024 | 4024 | |
| 4025 | 4025 | return $terms; |
| 4026 | 4026 | } |
@@ -4035,8 +4035,8 @@ discard block |
||
| 4035 | 4035 | * |
| 4036 | 4036 | * @return array Sorted terms array. |
| 4037 | 4037 | */ |
| 4038 | -function geodir_sort_terms_by_review_count( $terms ) {
|
|
| 4039 | - usort( $terms, "geodir_sort_by_review_count_obj" ); |
|
| 4038 | +function geodir_sort_terms_by_review_count($terms) {
|
|
| 4039 | + usort($terms, "geodir_sort_by_review_count_obj"); |
|
| 4040 | 4040 | |
| 4041 | 4041 | return $terms; |
| 4042 | 4042 | } |
@@ -4052,12 +4052,12 @@ discard block |
||
| 4052 | 4052 | * |
| 4053 | 4053 | * @return array Sorted terms array. |
| 4054 | 4054 | */ |
| 4055 | -function geodir_sort_terms( $terms, $sort = 'count' ) {
|
|
| 4056 | - if ( $sort == 'count' ) {
|
|
| 4057 | - return geodir_sort_terms_by_count( $terms ); |
|
| 4055 | +function geodir_sort_terms($terms, $sort = 'count') {
|
|
| 4056 | + if ($sort == 'count') {
|
|
| 4057 | + return geodir_sort_terms_by_count($terms); |
|
| 4058 | 4058 | } |
| 4059 | - if ( $sort == 'review_count' ) {
|
|
| 4060 | - return geodir_sort_terms_by_review_count( $terms ); |
|
| 4059 | + if ($sort == 'review_count') {
|
|
| 4060 | + return geodir_sort_terms_by_review_count($terms); |
|
| 4061 | 4061 | } |
| 4062 | 4062 | } |
| 4063 | 4063 | |
@@ -4075,7 +4075,7 @@ discard block |
||
| 4075 | 4075 | * |
| 4076 | 4076 | * @return bool |
| 4077 | 4077 | */ |
| 4078 | -function geodir_sort_by_count( $a, $b ) {
|
|
| 4078 | +function geodir_sort_by_count($a, $b) {
|
|
| 4079 | 4079 | return $a['count'] < $b['count']; |
| 4080 | 4080 | } |
| 4081 | 4081 | |
@@ -4090,7 +4090,7 @@ discard block |
||
| 4090 | 4090 | * |
| 4091 | 4091 | * @return bool |
| 4092 | 4092 | */ |
| 4093 | -function geodir_sort_by_count_obj( $a, $b ) {
|
|
| 4093 | +function geodir_sort_by_count_obj($a, $b) {
|
|
| 4094 | 4094 | return $a->count < $b->count; |
| 4095 | 4095 | } |
| 4096 | 4096 | |
@@ -4105,7 +4105,7 @@ discard block |
||
| 4105 | 4105 | * |
| 4106 | 4106 | * @return bool |
| 4107 | 4107 | */ |
| 4108 | -function geodir_sort_by_review_count_obj( $a, $b ) {
|
|
| 4108 | +function geodir_sort_by_review_count_obj($a, $b) {
|
|
| 4109 | 4109 | return $a->review_count < $b->review_count; |
| 4110 | 4110 | } |
| 4111 | 4111 | |
@@ -4122,35 +4122,35 @@ discard block |
||
| 4122 | 4122 | * @since 1.4.2 |
| 4123 | 4123 | * @package GeoDirectory |
| 4124 | 4124 | */ |
| 4125 | - $locale = apply_filters( 'plugin_locale', get_locale(), 'geodirectory' ); |
|
| 4125 | + $locale = apply_filters('plugin_locale', get_locale(), 'geodirectory');
|
|
| 4126 | 4126 | |
| 4127 | - load_textdomain( 'geodirectory', WP_LANG_DIR . '/' . 'geodirectory' . '/' . 'geodirectory' . '-' . $locale . '.mo' ); |
|
| 4128 | - load_plugin_textdomain( 'geodirectory', false, plugin_basename( dirname( dirname( __FILE__ ) ) ) . '/geodirectory-languages' ); |
|
| 4127 | + load_textdomain('geodirectory', WP_LANG_DIR.'/'.'geodirectory'.'/'.'geodirectory'.'-'.$locale.'.mo');
|
|
| 4128 | + load_plugin_textdomain('geodirectory', false, plugin_basename(dirname(dirname(__FILE__))).'/geodirectory-languages');
|
|
| 4129 | 4129 | |
| 4130 | 4130 | /** |
| 4131 | 4131 | * Define language constants. |
| 4132 | 4132 | * |
| 4133 | 4133 | * @since 1.0.0 |
| 4134 | 4134 | */ |
| 4135 | - require_once( geodir_plugin_path() . '/language.php' ); |
|
| 4135 | + require_once(geodir_plugin_path().'/language.php'); |
|
| 4136 | 4136 | |
| 4137 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4137 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4138 | 4138 | |
| 4139 | 4139 | // Load language string file if not created yet |
| 4140 | - if ( ! file_exists( $language_file ) ) {
|
|
| 4140 | + if (!file_exists($language_file)) {
|
|
| 4141 | 4141 | geodirectory_load_db_language(); |
| 4142 | 4142 | } |
| 4143 | 4143 | |
| 4144 | - if ( file_exists( $language_file ) ) {
|
|
| 4144 | + if (file_exists($language_file)) {
|
|
| 4145 | 4145 | /** |
| 4146 | 4146 | * Language strings from database. |
| 4147 | 4147 | * |
| 4148 | 4148 | * @since 1.4.2 |
| 4149 | 4149 | */ |
| 4150 | 4150 | try {
|
| 4151 | - require_once( $language_file ); |
|
| 4152 | - } catch ( Exception $e ) {
|
|
| 4153 | - error_log( 'Language Error: ' . $e->getMessage() ); |
|
| 4151 | + require_once($language_file); |
|
| 4152 | + } catch (Exception $e) {
|
|
| 4153 | + error_log('Language Error: '.$e->getMessage());
|
|
| 4154 | 4154 | } |
| 4155 | 4155 | } |
| 4156 | 4156 | } |
@@ -4167,19 +4167,19 @@ discard block |
||
| 4167 | 4167 | */ |
| 4168 | 4168 | function geodirectory_load_db_language() {
|
| 4169 | 4169 | global $wp_filesystem; |
| 4170 | - if ( empty( $wp_filesystem ) ) {
|
|
| 4171 | - require_once( ABSPATH . '/wp-admin/includes/file.php' ); |
|
| 4170 | + if (empty($wp_filesystem)) {
|
|
| 4171 | + require_once(ABSPATH.'/wp-admin/includes/file.php'); |
|
| 4172 | 4172 | WP_Filesystem(); |
| 4173 | 4173 | global $wp_filesystem; |
| 4174 | 4174 | } |
| 4175 | 4175 | |
| 4176 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4176 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4177 | 4177 | |
| 4178 | - if ( is_file( $language_file ) && ! is_writable( $language_file ) ) {
|
|
| 4178 | + if (is_file($language_file) && !is_writable($language_file)) {
|
|
| 4179 | 4179 | return false; |
| 4180 | 4180 | } // Not possible to create. |
| 4181 | 4181 | |
| 4182 | - if ( ! is_file( $language_file ) && ! is_writable( dirname( $language_file ) ) ) {
|
|
| 4182 | + if (!is_file($language_file) && !is_writable(dirname($language_file))) {
|
|
| 4183 | 4183 | return false; |
| 4184 | 4184 | } // Not possible to create. |
| 4185 | 4185 | |
@@ -4193,9 +4193,9 @@ discard block |
||
| 4193 | 4193 | * |
| 4194 | 4194 | * @param array $contents_strings Array of strings. |
| 4195 | 4195 | */ |
| 4196 | - $contents_strings = apply_filters( 'geodir_load_db_language', $contents_strings ); |
|
| 4196 | + $contents_strings = apply_filters('geodir_load_db_language', $contents_strings);
|
|
| 4197 | 4197 | |
| 4198 | - $contents_strings = array_unique( $contents_strings ); |
|
| 4198 | + $contents_strings = array_unique($contents_strings); |
|
| 4199 | 4199 | |
| 4200 | 4200 | $contents_head = array(); |
| 4201 | 4201 | $contents_head[] = "<?php"; |
@@ -4212,21 +4212,21 @@ discard block |
||
| 4212 | 4212 | $contents_foot[] = ""; |
| 4213 | 4213 | $contents_foot[] = ""; |
| 4214 | 4214 | |
| 4215 | - $contents = implode( PHP_EOL, $contents_head ); |
|
| 4215 | + $contents = implode(PHP_EOL, $contents_head); |
|
| 4216 | 4216 | |
| 4217 | - if ( ! empty( $contents_strings ) ) {
|
|
| 4218 | - foreach ( $contents_strings as $string ) {
|
|
| 4219 | - if ( is_scalar( $string ) && $string != '' ) {
|
|
| 4220 | - $string = str_replace( "'", "\'", $string ); |
|
| 4221 | - geodir_wpml_register_string( $string ); |
|
| 4222 | - $contents .= PHP_EOL . "__('" . $string . "', 'geodirectory');";
|
|
| 4217 | + if (!empty($contents_strings)) {
|
|
| 4218 | + foreach ($contents_strings as $string) {
|
|
| 4219 | + if (is_scalar($string) && $string != '') {
|
|
| 4220 | + $string = str_replace("'", "\'", $string);
|
|
| 4221 | + geodir_wpml_register_string($string); |
|
| 4222 | + $contents .= PHP_EOL."__('".$string."', 'geodirectory');";
|
|
| 4223 | 4223 | } |
| 4224 | 4224 | } |
| 4225 | 4225 | } |
| 4226 | 4226 | |
| 4227 | - $contents .= implode( PHP_EOL, $contents_foot ); |
|
| 4227 | + $contents .= implode(PHP_EOL, $contents_foot); |
|
| 4228 | 4228 | |
| 4229 | - if ( $wp_filesystem->put_contents( $language_file, $contents, FS_CHMOD_FILE ) ) {
|
|
| 4229 | + if ($wp_filesystem->put_contents($language_file, $contents, FS_CHMOD_FILE)) {
|
|
| 4230 | 4230 | return false; |
| 4231 | 4231 | } // Failure; could not write file. |
| 4232 | 4232 | |
@@ -4247,49 +4247,49 @@ discard block |
||
| 4247 | 4247 | * |
| 4248 | 4248 | * @return array Translation texts. |
| 4249 | 4249 | */ |
| 4250 | -function geodir_load_custom_field_translation( $translation_texts = array() ) {
|
|
| 4250 | +function geodir_load_custom_field_translation($translation_texts = array()) {
|
|
| 4251 | 4251 | global $wpdb; |
| 4252 | 4252 | |
| 4253 | 4253 | // Custom fields table |
| 4254 | - $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM " . GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4255 | - $rows = $wpdb->get_results( $sql ); |
|
| 4254 | + $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM ".GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4255 | + $rows = $wpdb->get_results($sql); |
|
| 4256 | 4256 | |
| 4257 | - if ( ! empty( $rows ) ) {
|
|
| 4258 | - foreach ( $rows as $row ) {
|
|
| 4259 | - if ( ! empty( $row->admin_title ) ) {
|
|
| 4260 | - $translation_texts[] = stripslashes_deep( $row->admin_title ); |
|
| 4257 | + if (!empty($rows)) {
|
|
| 4258 | + foreach ($rows as $row) {
|
|
| 4259 | + if (!empty($row->admin_title)) {
|
|
| 4260 | + $translation_texts[] = stripslashes_deep($row->admin_title); |
|
| 4261 | 4261 | } |
| 4262 | 4262 | |
| 4263 | - if ( ! empty( $row->admin_desc ) ) {
|
|
| 4264 | - $translation_texts[] = stripslashes_deep( $row->admin_desc ); |
|
| 4263 | + if (!empty($row->admin_desc)) {
|
|
| 4264 | + $translation_texts[] = stripslashes_deep($row->admin_desc); |
|
| 4265 | 4265 | } |
| 4266 | 4266 | |
| 4267 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4268 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4267 | + if (!empty($row->site_title)) {
|
|
| 4268 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4269 | 4269 | } |
| 4270 | 4270 | |
| 4271 | - if ( ! empty( $row->clabels ) ) {
|
|
| 4272 | - $translation_texts[] = stripslashes_deep( $row->clabels ); |
|
| 4271 | + if (!empty($row->clabels)) {
|
|
| 4272 | + $translation_texts[] = stripslashes_deep($row->clabels); |
|
| 4273 | 4273 | } |
| 4274 | 4274 | |
| 4275 | - if ( ! empty( $row->required_msg ) ) {
|
|
| 4276 | - $translation_texts[] = stripslashes_deep( $row->required_msg ); |
|
| 4275 | + if (!empty($row->required_msg)) {
|
|
| 4276 | + $translation_texts[] = stripslashes_deep($row->required_msg); |
|
| 4277 | 4277 | } |
| 4278 | 4278 | |
| 4279 | - if ( ! empty( $row->validation_msg ) ) {
|
|
| 4280 | - $translation_texts[] = stripslashes_deep( $row->validation_msg ); |
|
| 4279 | + if (!empty($row->validation_msg)) {
|
|
| 4280 | + $translation_texts[] = stripslashes_deep($row->validation_msg); |
|
| 4281 | 4281 | } |
| 4282 | 4282 | |
| 4283 | - if ( ! empty( $row->default_value ) ) {
|
|
| 4284 | - $translation_texts[] = stripslashes_deep( $row->default_value ); |
|
| 4283 | + if (!empty($row->default_value)) {
|
|
| 4284 | + $translation_texts[] = stripslashes_deep($row->default_value); |
|
| 4285 | 4285 | } |
| 4286 | 4286 | |
| 4287 | - if ( ! empty( $row->option_values ) ) {
|
|
| 4288 | - $option_values = geodir_string_values_to_options( stripslashes_deep( $row->option_values ) ); |
|
| 4287 | + if (!empty($row->option_values)) {
|
|
| 4288 | + $option_values = geodir_string_values_to_options(stripslashes_deep($row->option_values)); |
|
| 4289 | 4289 | |
| 4290 | - if ( ! empty( $option_values ) ) {
|
|
| 4291 | - foreach ( $option_values as $option_value ) {
|
|
| 4292 | - if ( ! empty( $option_value['label'] ) ) {
|
|
| 4290 | + if (!empty($option_values)) {
|
|
| 4291 | + foreach ($option_values as $option_value) {
|
|
| 4292 | + if (!empty($option_value['label'])) {
|
|
| 4293 | 4293 | $translation_texts[] = $option_value['label']; |
| 4294 | 4294 | } |
| 4295 | 4295 | } |
@@ -4299,56 +4299,56 @@ discard block |
||
| 4299 | 4299 | } |
| 4300 | 4300 | |
| 4301 | 4301 | // Custom sorting fields table |
| 4302 | - $sql = "SELECT site_title, asc_title, desc_title FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4303 | - $rows = $wpdb->get_results( $sql ); |
|
| 4302 | + $sql = "SELECT site_title, asc_title, desc_title FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4303 | + $rows = $wpdb->get_results($sql); |
|
| 4304 | 4304 | |
| 4305 | - if ( ! empty( $rows ) ) {
|
|
| 4306 | - foreach ( $rows as $row ) {
|
|
| 4307 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4308 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4305 | + if (!empty($rows)) {
|
|
| 4306 | + foreach ($rows as $row) {
|
|
| 4307 | + if (!empty($row->site_title)) {
|
|
| 4308 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4309 | 4309 | } |
| 4310 | 4310 | |
| 4311 | - if ( ! empty( $row->asc_title ) ) {
|
|
| 4312 | - $translation_texts[] = stripslashes_deep( $row->asc_title ); |
|
| 4311 | + if (!empty($row->asc_title)) {
|
|
| 4312 | + $translation_texts[] = stripslashes_deep($row->asc_title); |
|
| 4313 | 4313 | } |
| 4314 | 4314 | |
| 4315 | - if ( ! empty( $row->desc_title ) ) {
|
|
| 4316 | - $translation_texts[] = stripslashes_deep( $row->desc_title ); |
|
| 4315 | + if (!empty($row->desc_title)) {
|
|
| 4316 | + $translation_texts[] = stripslashes_deep($row->desc_title); |
|
| 4317 | 4317 | } |
| 4318 | 4318 | } |
| 4319 | 4319 | } |
| 4320 | 4320 | |
| 4321 | 4321 | // Advance search filter fields table |
| 4322 | - if ( defined( 'GEODIR_ADVANCE_SEARCH_TABLE' ) ) {
|
|
| 4323 | - $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM " . GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4324 | - $rows = $wpdb->get_results( $sql ); |
|
| 4325 | - |
|
| 4326 | - if ( ! empty( $rows ) ) {
|
|
| 4327 | - foreach ( $rows as $row ) {
|
|
| 4328 | - if ( ! empty( $row->field_site_name ) ) {
|
|
| 4329 | - $translation_texts[] = stripslashes_deep( $row->field_site_name ); |
|
| 4322 | + if (defined('GEODIR_ADVANCE_SEARCH_TABLE')) {
|
|
| 4323 | + $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM ".GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4324 | + $rows = $wpdb->get_results($sql); |
|
| 4325 | + |
|
| 4326 | + if (!empty($rows)) {
|
|
| 4327 | + foreach ($rows as $row) {
|
|
| 4328 | + if (!empty($row->field_site_name)) {
|
|
| 4329 | + $translation_texts[] = stripslashes_deep($row->field_site_name); |
|
| 4330 | 4330 | } |
| 4331 | 4331 | |
| 4332 | - if ( ! empty( $row->front_search_title ) ) {
|
|
| 4333 | - $translation_texts[] = stripslashes_deep( $row->front_search_title ); |
|
| 4332 | + if (!empty($row->front_search_title)) {
|
|
| 4333 | + $translation_texts[] = stripslashes_deep($row->front_search_title); |
|
| 4334 | 4334 | } |
| 4335 | 4335 | |
| 4336 | - if ( ! empty( $row->first_search_text ) ) {
|
|
| 4337 | - $translation_texts[] = stripslashes_deep( $row->first_search_text ); |
|
| 4336 | + if (!empty($row->first_search_text)) {
|
|
| 4337 | + $translation_texts[] = stripslashes_deep($row->first_search_text); |
|
| 4338 | 4338 | } |
| 4339 | 4339 | |
| 4340 | - if ( ! empty( $row->last_search_text ) ) {
|
|
| 4341 | - $translation_texts[] = stripslashes_deep( $row->last_search_text ); |
|
| 4340 | + if (!empty($row->last_search_text)) {
|
|
| 4341 | + $translation_texts[] = stripslashes_deep($row->last_search_text); |
|
| 4342 | 4342 | } |
| 4343 | 4343 | |
| 4344 | - if ( ! empty( $row->field_desc ) ) {
|
|
| 4345 | - $translation_texts[] = stripslashes_deep( $row->field_desc ); |
|
| 4344 | + if (!empty($row->field_desc)) {
|
|
| 4345 | + $translation_texts[] = stripslashes_deep($row->field_desc); |
|
| 4346 | 4346 | } |
| 4347 | 4347 | } |
| 4348 | 4348 | } |
| 4349 | 4349 | } |
| 4350 | 4350 | |
| 4351 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4351 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4352 | 4352 | |
| 4353 | 4353 | return $translation_texts; |
| 4354 | 4354 | } |
@@ -4370,7 +4370,7 @@ discard block |
||
| 4370 | 4370 | * |
| 4371 | 4371 | * @param array $geodir_allowed_mime_types and file extensions. |
| 4372 | 4372 | */ |
| 4373 | - return apply_filters( 'geodir_allowed_mime_types', array( |
|
| 4373 | + return apply_filters('geodir_allowed_mime_types', array(
|
|
| 4374 | 4374 | 'Image' => array( // Image formats. |
| 4375 | 4375 | 'jpg' => 'image/jpeg', |
| 4376 | 4376 | 'jpe' => 'image/jpeg', |
@@ -4438,18 +4438,18 @@ discard block |
||
| 4438 | 4438 | * |
| 4439 | 4439 | * @return string User display name. |
| 4440 | 4440 | */ |
| 4441 | -function geodir_get_client_name( $user_id ) {
|
|
| 4441 | +function geodir_get_client_name($user_id) {
|
|
| 4442 | 4442 | $client_name = ''; |
| 4443 | 4443 | |
| 4444 | - $user_data = get_userdata( $user_id ); |
|
| 4444 | + $user_data = get_userdata($user_id); |
|
| 4445 | 4445 | |
| 4446 | - if ( ! empty( $user_data ) ) {
|
|
| 4447 | - if ( isset( $user_data->display_name ) && trim( $user_data->display_name ) != '' ) {
|
|
| 4448 | - $client_name = trim( $user_data->display_name ); |
|
| 4449 | - } else if ( isset( $user_data->user_nicename ) && trim( $user_data->user_nicename ) != '' ) {
|
|
| 4450 | - $client_name = trim( $user_data->user_nicename ); |
|
| 4446 | + if (!empty($user_data)) {
|
|
| 4447 | + if (isset($user_data->display_name) && trim($user_data->display_name) != '') {
|
|
| 4448 | + $client_name = trim($user_data->display_name); |
|
| 4449 | + } else if (isset($user_data->user_nicename) && trim($user_data->user_nicename) != '') {
|
|
| 4450 | + $client_name = trim($user_data->user_nicename); |
|
| 4451 | 4451 | } else {
|
| 4452 | - $client_name = trim( $user_data->user_login ); |
|
| 4452 | + $client_name = trim($user_data->user_login); |
|
| 4453 | 4453 | } |
| 4454 | 4454 | } |
| 4455 | 4455 | |
@@ -4457,19 +4457,19 @@ discard block |
||
| 4457 | 4457 | } |
| 4458 | 4458 | |
| 4459 | 4459 | |
| 4460 | -add_filter( 'wpseo_replacements', 'geodir_wpseo_replacements', 10, 1 ); |
|
| 4460 | +add_filter('wpseo_replacements', 'geodir_wpseo_replacements', 10, 1);
|
|
| 4461 | 4461 | /* |
| 4462 | 4462 | * Add location variables to wpseo replacements. |
| 4463 | 4463 | * |
| 4464 | 4464 | * @since 1.5.4 |
| 4465 | 4465 | */ |
| 4466 | -function geodir_wpseo_replacements( $vars ) {
|
|
| 4466 | +function geodir_wpseo_replacements($vars) {
|
|
| 4467 | 4467 | |
| 4468 | 4468 | global $wp; |
| 4469 | 4469 | $title = ''; |
| 4470 | 4470 | // location variables |
| 4471 | 4471 | $gd_post_type = geodir_get_current_posttype(); |
| 4472 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4472 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4473 | 4473 | /** |
| 4474 | 4474 | * Filter the title variables location variables array |
| 4475 | 4475 | * |
@@ -4479,20 +4479,20 @@ discard block |
||
| 4479 | 4479 | * @param array $location_array The array of location variables. |
| 4480 | 4480 | * @param array $vars The page title variables. |
| 4481 | 4481 | */ |
| 4482 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr_seo', $location_array, $vars ); |
|
| 4482 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr_seo', $location_array, $vars);
|
|
| 4483 | 4483 | $location_titles = array(); |
| 4484 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4485 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4486 | - $location_array['gd_country'] = get_query_var( 'gd_country_full' ); |
|
| 4484 | + if (get_query_var('gd_country_full')) {
|
|
| 4485 | + if (get_query_var('gd_country_full')) {
|
|
| 4486 | + $location_array['gd_country'] = get_query_var('gd_country_full');
|
|
| 4487 | 4487 | } |
| 4488 | - if ( get_query_var( 'gd_region_full' ) ) {
|
|
| 4489 | - $location_array['gd_region'] = get_query_var( 'gd_region_full' ); |
|
| 4488 | + if (get_query_var('gd_region_full')) {
|
|
| 4489 | + $location_array['gd_region'] = get_query_var('gd_region_full');
|
|
| 4490 | 4490 | } |
| 4491 | - if ( get_query_var( 'gd_city_full' ) ) {
|
|
| 4492 | - $location_array['gd_city'] = get_query_var( 'gd_city_full' ); |
|
| 4491 | + if (get_query_var('gd_city_full')) {
|
|
| 4492 | + $location_array['gd_city'] = get_query_var('gd_city_full');
|
|
| 4493 | 4493 | } |
| 4494 | - if ( get_query_var( 'gd_neighbourhood_full' ) ) {
|
|
| 4495 | - $location_array['gd_neighbourhood'] = get_query_var( 'gd_neighbourhood_full' ); |
|
| 4494 | + if (get_query_var('gd_neighbourhood_full')) {
|
|
| 4495 | + $location_array['gd_neighbourhood'] = get_query_var('gd_neighbourhood_full');
|
|
| 4496 | 4496 | } |
| 4497 | 4497 | } |
| 4498 | 4498 | |
@@ -4507,7 +4507,7 @@ discard block |
||
| 4507 | 4507 | * @param string $gd_page The page being filtered. |
| 4508 | 4508 | * @param string $sep The separator, default: `|`. |
| 4509 | 4509 | */ |
| 4510 | - $title = apply_filters( 'geodir_replace_location_variables_seo', $title, $location_array, '', '' ); |
|
| 4510 | + $title = apply_filters('geodir_replace_location_variables_seo', $title, $location_array, '', '');
|
|
| 4511 | 4511 | |
| 4512 | 4512 | /** |
| 4513 | 4513 | * Filter the title variables after standard ones have been filtered for wpseo. |
@@ -4518,13 +4518,13 @@ discard block |
||
| 4518 | 4518 | * @param string $vars The title with variables. |
| 4519 | 4519 | * @param array $location_array The array of location variables. |
| 4520 | 4520 | */ |
| 4521 | - return apply_filters( 'geodir_wpseo_replacements_vars', $vars, $location_array ); |
|
| 4521 | + return apply_filters('geodir_wpseo_replacements_vars', $vars, $location_array);
|
|
| 4522 | 4522 | } |
| 4523 | 4523 | |
| 4524 | 4524 | |
| 4525 | -add_filter( 'geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4526 | -add_filter( 'geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2 ); |
|
| 4527 | -add_filter( 'geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4525 | +add_filter('geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3);
|
|
| 4526 | +add_filter('geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2);
|
|
| 4527 | +add_filter('geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3);
|
|
| 4528 | 4528 | |
| 4529 | 4529 | /** |
| 4530 | 4530 | * Filter the title variables. |
@@ -4566,14 +4566,14 @@ discard block |
||
| 4566 | 4566 | * |
| 4567 | 4567 | * @return string Title after filtered variables. |
| 4568 | 4568 | */ |
| 4569 | -function geodir_filter_title_variables( $title, $gd_page, $sep = '' ) {
|
|
| 4569 | +function geodir_filter_title_variables($title, $gd_page, $sep = '') {
|
|
| 4570 | 4570 | global $wp, $post; |
| 4571 | 4571 | |
| 4572 | - if ( ! $gd_page || ! $title ) {
|
|
| 4572 | + if (!$gd_page || !$title) {
|
|
| 4573 | 4573 | return $title; // if no a GD page then bail. |
| 4574 | 4574 | } |
| 4575 | 4575 | |
| 4576 | - if ( $sep == '' ) {
|
|
| 4576 | + if ($sep == '') {
|
|
| 4577 | 4577 | /** |
| 4578 | 4578 | * Filter the page title separator. |
| 4579 | 4579 | * |
@@ -4582,100 +4582,100 @@ discard block |
||
| 4582 | 4582 | * |
| 4583 | 4583 | * @param string $sep The separator, default: `|`. |
| 4584 | 4584 | */ |
| 4585 | - $sep = apply_filters( 'geodir_page_title_separator', '|' ); |
|
| 4585 | + $sep = apply_filters('geodir_page_title_separator', '|');
|
|
| 4586 | 4586 | } |
| 4587 | 4587 | |
| 4588 | - if ( strpos( $title, '%%title%%' ) !== false ) {
|
|
| 4589 | - $title = str_replace( "%%title%%", $post->post_title, $title ); |
|
| 4588 | + if (strpos($title, '%%title%%') !== false) {
|
|
| 4589 | + $title = str_replace("%%title%%", $post->post_title, $title);
|
|
| 4590 | 4590 | } |
| 4591 | 4591 | |
| 4592 | - if ( strpos( $title, '%%sitename%%' ) !== false ) {
|
|
| 4593 | - $title = str_replace( "%%sitename%%", get_bloginfo( 'name' ), $title ); |
|
| 4592 | + if (strpos($title, '%%sitename%%') !== false) {
|
|
| 4593 | + $title = str_replace("%%sitename%%", get_bloginfo('name'), $title);
|
|
| 4594 | 4594 | } |
| 4595 | 4595 | |
| 4596 | - if ( strpos( $title, '%%sitedesc%%' ) !== false ) {
|
|
| 4597 | - $title = str_replace( "%%sitedesc%%", get_bloginfo( 'description' ), $title ); |
|
| 4596 | + if (strpos($title, '%%sitedesc%%') !== false) {
|
|
| 4597 | + $title = str_replace("%%sitedesc%%", get_bloginfo('description'), $title);
|
|
| 4598 | 4598 | } |
| 4599 | 4599 | |
| 4600 | - if ( strpos( $title, '%%excerpt%%' ) !== false ) {
|
|
| 4601 | - $title = str_replace( "%%excerpt%%", strip_tags( get_the_excerpt() ), $title ); |
|
| 4600 | + if (strpos($title, '%%excerpt%%') !== false) {
|
|
| 4601 | + $title = str_replace("%%excerpt%%", strip_tags(get_the_excerpt()), $title);
|
|
| 4602 | 4602 | } |
| 4603 | 4603 | |
| 4604 | - if ( $gd_page == 'search' || $gd_page == 'author' ) {
|
|
| 4605 | - $post_type = isset( $_REQUEST['stype'] ) ? sanitize_text_field( $_REQUEST['stype'] ) : ''; |
|
| 4606 | - } else if ( $gd_page == 'add-listing' ) {
|
|
| 4607 | - $post_type = ( isset( $_REQUEST['listing_type'] ) ) ? sanitize_text_field( $_REQUEST['listing_type'] ) : ''; |
|
| 4608 | - $post_type = ! $post_type && ! empty( $_REQUEST['pid'] ) ? get_post_type( (int) $_REQUEST['pid'] ) : $post_type; |
|
| 4609 | - } else if ( isset( $post->post_type ) && $post->post_type && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 4604 | + if ($gd_page == 'search' || $gd_page == 'author') {
|
|
| 4605 | + $post_type = isset($_REQUEST['stype']) ? sanitize_text_field($_REQUEST['stype']) : ''; |
|
| 4606 | + } else if ($gd_page == 'add-listing') {
|
|
| 4607 | + $post_type = (isset($_REQUEST['listing_type'])) ? sanitize_text_field($_REQUEST['listing_type']) : ''; |
|
| 4608 | + $post_type = !$post_type && !empty($_REQUEST['pid']) ? get_post_type((int) $_REQUEST['pid']) : $post_type; |
|
| 4609 | + } else if (isset($post->post_type) && $post->post_type && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 4610 | 4610 | $post_type = $post->post_type; |
| 4611 | 4611 | } else {
|
| 4612 | - $post_type = get_query_var( 'post_type' ); |
|
| 4612 | + $post_type = get_query_var('post_type');
|
|
| 4613 | 4613 | } |
| 4614 | 4614 | |
| 4615 | - if ( strpos( $title, '%%pt_single%%' ) !== false ) {
|
|
| 4615 | + if (strpos($title, '%%pt_single%%') !== false) {
|
|
| 4616 | 4616 | $singular_name = ''; |
| 4617 | - if ( $post_type && $singular_name = get_post_type_singular_label( $post_type ) ) {
|
|
| 4618 | - $singular_name = __( $singular_name, 'geodirectory' ); |
|
| 4617 | + if ($post_type && $singular_name = get_post_type_singular_label($post_type)) {
|
|
| 4618 | + $singular_name = __($singular_name, 'geodirectory'); |
|
| 4619 | 4619 | } |
| 4620 | 4620 | |
| 4621 | - $title = str_replace( "%%pt_single%%", $singular_name, $title ); |
|
| 4621 | + $title = str_replace("%%pt_single%%", $singular_name, $title);
|
|
| 4622 | 4622 | } |
| 4623 | 4623 | |
| 4624 | - if ( strpos( $title, '%%pt_plural%%' ) !== false ) {
|
|
| 4624 | + if (strpos($title, '%%pt_plural%%') !== false) {
|
|
| 4625 | 4625 | $plural_name = ''; |
| 4626 | - if ( $post_type && $plural_name = get_post_type_plural_label( $post_type ) ) {
|
|
| 4627 | - $plural_name = __( $plural_name, 'geodirectory' ); |
|
| 4626 | + if ($post_type && $plural_name = get_post_type_plural_label($post_type)) {
|
|
| 4627 | + $plural_name = __($plural_name, 'geodirectory'); |
|
| 4628 | 4628 | } |
| 4629 | 4629 | |
| 4630 | - $title = str_replace( "%%pt_plural%%", $plural_name, $title ); |
|
| 4630 | + $title = str_replace("%%pt_plural%%", $plural_name, $title);
|
|
| 4631 | 4631 | } |
| 4632 | 4632 | |
| 4633 | - if ( strpos( $title, '%%category%%' ) !== false ) {
|
|
| 4633 | + if (strpos($title, '%%category%%') !== false) {
|
|
| 4634 | 4634 | $cat_name = ''; |
| 4635 | 4635 | |
| 4636 | - if ( $gd_page == 'detail' ) {
|
|
| 4637 | - if ( $post->default_category ) {
|
|
| 4638 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4639 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4636 | + if ($gd_page == 'detail') {
|
|
| 4637 | + if ($post->default_category) {
|
|
| 4638 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4639 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4640 | 4640 | } |
| 4641 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4641 | + } else if ($gd_page == 'listing') {
|
|
| 4642 | 4642 | $queried_object = get_queried_object(); |
| 4643 | - if ( isset( $queried_object->name ) ) {
|
|
| 4643 | + if (isset($queried_object->name)) {
|
|
| 4644 | 4644 | $cat_name = $queried_object->name; |
| 4645 | 4645 | } |
| 4646 | 4646 | } |
| 4647 | - $title = str_replace( "%%category%%", $cat_name, $title ); |
|
| 4647 | + $title = str_replace("%%category%%", $cat_name, $title);
|
|
| 4648 | 4648 | } |
| 4649 | 4649 | |
| 4650 | - if ( strpos( $title, '%%tag%%' ) !== false ) {
|
|
| 4650 | + if (strpos($title, '%%tag%%') !== false) {
|
|
| 4651 | 4651 | $cat_name = ''; |
| 4652 | 4652 | |
| 4653 | - if ( $gd_page == 'detail' ) {
|
|
| 4654 | - if ( $post->default_category ) {
|
|
| 4655 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4656 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4653 | + if ($gd_page == 'detail') {
|
|
| 4654 | + if ($post->default_category) {
|
|
| 4655 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4656 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4657 | 4657 | } |
| 4658 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4658 | + } else if ($gd_page == 'listing') {
|
|
| 4659 | 4659 | $queried_object = get_queried_object(); |
| 4660 | - if ( isset( $queried_object->name ) ) {
|
|
| 4660 | + if (isset($queried_object->name)) {
|
|
| 4661 | 4661 | $cat_name = $queried_object->name; |
| 4662 | 4662 | } |
| 4663 | 4663 | } |
| 4664 | - $title = str_replace( "%%tag%%", $cat_name, $title ); |
|
| 4664 | + $title = str_replace("%%tag%%", $cat_name, $title);
|
|
| 4665 | 4665 | } |
| 4666 | 4666 | |
| 4667 | - if ( strpos( $title, '%%id%%' ) !== false ) {
|
|
| 4668 | - $ID = ( isset( $post->ID ) ) ? $post->ID : ''; |
|
| 4669 | - $title = str_replace( "%%id%%", $ID, $title ); |
|
| 4667 | + if (strpos($title, '%%id%%') !== false) {
|
|
| 4668 | + $ID = (isset($post->ID)) ? $post->ID : ''; |
|
| 4669 | + $title = str_replace("%%id%%", $ID, $title);
|
|
| 4670 | 4670 | } |
| 4671 | 4671 | |
| 4672 | - if ( strpos( $title, '%%sep%%' ) !== false ) {
|
|
| 4673 | - $title = str_replace( "%%sep%%", $sep, $title ); |
|
| 4672 | + if (strpos($title, '%%sep%%') !== false) {
|
|
| 4673 | + $title = str_replace("%%sep%%", $sep, $title);
|
|
| 4674 | 4674 | } |
| 4675 | 4675 | |
| 4676 | 4676 | // location variables |
| 4677 | 4677 | $gd_post_type = geodir_get_current_posttype(); |
| 4678 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4678 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4679 | 4679 | |
| 4680 | 4680 | /** |
| 4681 | 4681 | * Filter the title variables location variables array |
@@ -4688,20 +4688,20 @@ discard block |
||
| 4688 | 4688 | * @param string $gd_page The page being filtered. |
| 4689 | 4689 | * @param string $sep The separator, default: `|`. |
| 4690 | 4690 | */ |
| 4691 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep ); |
|
| 4691 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep);
|
|
| 4692 | 4692 | |
| 4693 | - if ( $gd_page == 'location' && get_query_var( 'gd_country_full' ) ) {
|
|
| 4694 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4695 | - $location_array['gd_country'] = get_query_var( 'gd_country_full' ); |
|
| 4693 | + if ($gd_page == 'location' && get_query_var('gd_country_full')) {
|
|
| 4694 | + if (get_query_var('gd_country_full')) {
|
|
| 4695 | + $location_array['gd_country'] = get_query_var('gd_country_full');
|
|
| 4696 | 4696 | } |
| 4697 | - if ( get_query_var( 'gd_region_full' ) ) {
|
|
| 4698 | - $location_array['gd_region'] = get_query_var( 'gd_region_full' ); |
|
| 4697 | + if (get_query_var('gd_region_full')) {
|
|
| 4698 | + $location_array['gd_region'] = get_query_var('gd_region_full');
|
|
| 4699 | 4699 | } |
| 4700 | - if ( get_query_var( 'gd_city_full' ) ) {
|
|
| 4701 | - $location_array['gd_city'] = get_query_var( 'gd_city_full' ); |
|
| 4700 | + if (get_query_var('gd_city_full')) {
|
|
| 4701 | + $location_array['gd_city'] = get_query_var('gd_city_full');
|
|
| 4702 | 4702 | } |
| 4703 | - if ( get_query_var( 'gd_neighbourhood_full' ) ) {
|
|
| 4704 | - $location_array['gd_neighbourhood'] = get_query_var( 'gd_neighbourhood_full' ); |
|
| 4703 | + if (get_query_var('gd_neighbourhood_full')) {
|
|
| 4704 | + $location_array['gd_neighbourhood'] = get_query_var('gd_neighbourhood_full');
|
|
| 4705 | 4705 | } |
| 4706 | 4706 | } |
| 4707 | 4707 | |
@@ -4716,57 +4716,57 @@ discard block |
||
| 4716 | 4716 | * @param string $gd_page The page being filtered. |
| 4717 | 4717 | * @param string $sep The separator, default: `|`. |
| 4718 | 4718 | */ |
| 4719 | - $title = apply_filters( 'geodir_replace_location_variables', $title, $location_array, $gd_page, $sep ); |
|
| 4719 | + $title = apply_filters('geodir_replace_location_variables', $title, $location_array, $gd_page, $sep);
|
|
| 4720 | 4720 | |
| 4721 | - if ( strpos( $title, '%%search_term%%' ) !== false ) {
|
|
| 4721 | + if (strpos($title, '%%search_term%%') !== false) {
|
|
| 4722 | 4722 | $search_term = ''; |
| 4723 | - if ( isset( $_REQUEST['s'] ) ) {
|
|
| 4724 | - $search_term = esc_attr( $_REQUEST['s'] ); |
|
| 4723 | + if (isset($_REQUEST['s'])) {
|
|
| 4724 | + $search_term = esc_attr($_REQUEST['s']); |
|
| 4725 | 4725 | } |
| 4726 | - $title = str_replace( "%%search_term%%", $search_term, $title ); |
|
| 4726 | + $title = str_replace("%%search_term%%", $search_term, $title);
|
|
| 4727 | 4727 | } |
| 4728 | 4728 | |
| 4729 | - if ( strpos( $title, '%%search_near%%' ) !== false ) {
|
|
| 4729 | + if (strpos($title, '%%search_near%%') !== false) {
|
|
| 4730 | 4730 | $search_term = ''; |
| 4731 | - if ( isset( $_REQUEST['snear'] ) ) {
|
|
| 4732 | - $search_term = esc_attr( $_REQUEST['snear'] ); |
|
| 4731 | + if (isset($_REQUEST['snear'])) {
|
|
| 4732 | + $search_term = esc_attr($_REQUEST['snear']); |
|
| 4733 | 4733 | } |
| 4734 | - $title = str_replace( "%%search_near%%", $search_term, $title ); |
|
| 4734 | + $title = str_replace("%%search_near%%", $search_term, $title);
|
|
| 4735 | 4735 | } |
| 4736 | 4736 | |
| 4737 | - if ( strpos( $title, '%%name%%' ) !== false ) {
|
|
| 4738 | - if ( is_author() ) {
|
|
| 4739 | - $curauth = ( get_query_var( 'author_name' ) ) ? get_user_by( 'slug', get_query_var( 'author_name' ) ) : get_userdata( get_query_var( 'author' ) ); |
|
| 4737 | + if (strpos($title, '%%name%%') !== false) {
|
|
| 4738 | + if (is_author()) {
|
|
| 4739 | + $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
|
|
| 4740 | 4740 | $author_name = $curauth->display_name; |
| 4741 | 4741 | } else {
|
| 4742 | 4742 | $author_name = get_the_author(); |
| 4743 | 4743 | } |
| 4744 | - if ( ! $author_name || $author_name === '' ) {
|
|
| 4744 | + if (!$author_name || $author_name === '') {
|
|
| 4745 | 4745 | $queried_object = get_queried_object(); |
| 4746 | 4746 | |
| 4747 | - if ( isset( $queried_object->data->user_nicename ) ) {
|
|
| 4747 | + if (isset($queried_object->data->user_nicename)) {
|
|
| 4748 | 4748 | $author_name = $queried_object->data->display_name; |
| 4749 | 4749 | } |
| 4750 | 4750 | } |
| 4751 | - $title = str_replace( "%%name%%", $author_name, $title ); |
|
| 4751 | + $title = str_replace("%%name%%", $author_name, $title);
|
|
| 4752 | 4752 | } |
| 4753 | 4753 | |
| 4754 | - if ( strpos( $title, '%%page%%' ) !== false ) {
|
|
| 4755 | - $page = geodir_title_meta_page( $sep ); |
|
| 4756 | - $title = str_replace( "%%page%%", $page, $title ); |
|
| 4754 | + if (strpos($title, '%%page%%') !== false) {
|
|
| 4755 | + $page = geodir_title_meta_page($sep); |
|
| 4756 | + $title = str_replace("%%page%%", $page, $title);
|
|
| 4757 | 4757 | } |
| 4758 | - if ( strpos( $title, '%%pagenumber%%' ) !== false ) {
|
|
| 4758 | + if (strpos($title, '%%pagenumber%%') !== false) {
|
|
| 4759 | 4759 | $pagenumber = geodir_title_meta_pagenumber(); |
| 4760 | - $title = str_replace( "%%pagenumber%%", $pagenumber, $title ); |
|
| 4760 | + $title = str_replace("%%pagenumber%%", $pagenumber, $title);
|
|
| 4761 | 4761 | } |
| 4762 | - if ( strpos( $title, '%%pagetotal%%' ) !== false ) {
|
|
| 4762 | + if (strpos($title, '%%pagetotal%%') !== false) {
|
|
| 4763 | 4763 | $pagetotal = geodir_title_meta_pagetotal(); |
| 4764 | - $title = str_replace( "%%pagetotal%%", $pagetotal, $title ); |
|
| 4764 | + $title = str_replace("%%pagetotal%%", $pagetotal, $title);
|
|
| 4765 | 4765 | } |
| 4766 | 4766 | |
| 4767 | - $title = wptexturize( $title ); |
|
| 4768 | - $title = convert_chars( $title ); |
|
| 4769 | - $title = esc_html( $title ); |
|
| 4767 | + $title = wptexturize($title); |
|
| 4768 | + $title = convert_chars($title); |
|
| 4769 | + $title = esc_html($title); |
|
| 4770 | 4770 | |
| 4771 | 4771 | /** |
| 4772 | 4772 | * Filter the title variables after standard ones have been filtered. |
@@ -4780,7 +4780,7 @@ discard block |
||
| 4780 | 4780 | * @param string $sep The separator, default: `|`. |
| 4781 | 4781 | */ |
| 4782 | 4782 | |
| 4783 | - return apply_filters( 'geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep ); |
|
| 4783 | + return apply_filters('geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep);
|
|
| 4784 | 4784 | } |
| 4785 | 4785 | |
| 4786 | 4786 | /** |
@@ -4793,82 +4793,82 @@ discard block |
||
| 4793 | 4793 | * |
| 4794 | 4794 | * @return array Translation texts. |
| 4795 | 4795 | */ |
| 4796 | -function geodir_load_cpt_text_translation( $translation_texts = array() ) {
|
|
| 4797 | - $gd_post_types = geodir_get_posttypes( 'array' ); |
|
| 4796 | +function geodir_load_cpt_text_translation($translation_texts = array()) {
|
|
| 4797 | + $gd_post_types = geodir_get_posttypes('array');
|
|
| 4798 | 4798 | |
| 4799 | - if ( ! empty( $gd_post_types ) ) {
|
|
| 4800 | - foreach ( $gd_post_types as $post_type => $cpt_info ) {
|
|
| 4801 | - $labels = isset( $cpt_info['labels'] ) ? $cpt_info['labels'] : ''; |
|
| 4802 | - $description = isset( $cpt_info['description'] ) ? $cpt_info['description'] : ''; |
|
| 4803 | - $seo = isset( $cpt_info['seo'] ) ? $cpt_info['seo'] : ''; |
|
| 4799 | + if (!empty($gd_post_types)) {
|
|
| 4800 | + foreach ($gd_post_types as $post_type => $cpt_info) {
|
|
| 4801 | + $labels = isset($cpt_info['labels']) ? $cpt_info['labels'] : ''; |
|
| 4802 | + $description = isset($cpt_info['description']) ? $cpt_info['description'] : ''; |
|
| 4803 | + $seo = isset($cpt_info['seo']) ? $cpt_info['seo'] : ''; |
|
| 4804 | 4804 | |
| 4805 | - if ( ! empty( $labels ) ) {
|
|
| 4806 | - if ( $labels['name'] != '' && ! in_array( $labels['name'], $translation_texts ) ) {
|
|
| 4805 | + if (!empty($labels)) {
|
|
| 4806 | + if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts)) {
|
|
| 4807 | 4807 | $translation_texts[] = $labels['name']; |
| 4808 | 4808 | } |
| 4809 | - if ( $labels['singular_name'] != '' && ! in_array( $labels['singular_name'], $translation_texts ) ) {
|
|
| 4809 | + if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts)) {
|
|
| 4810 | 4810 | $translation_texts[] = $labels['singular_name']; |
| 4811 | 4811 | } |
| 4812 | - if ( $labels['add_new'] != '' && ! in_array( $labels['add_new'], $translation_texts ) ) {
|
|
| 4812 | + if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts)) {
|
|
| 4813 | 4813 | $translation_texts[] = $labels['add_new']; |
| 4814 | 4814 | } |
| 4815 | - if ( $labels['add_new_item'] != '' && ! in_array( $labels['add_new_item'], $translation_texts ) ) {
|
|
| 4815 | + if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts)) {
|
|
| 4816 | 4816 | $translation_texts[] = $labels['add_new_item']; |
| 4817 | 4817 | } |
| 4818 | - if ( $labels['edit_item'] != '' && ! in_array( $labels['edit_item'], $translation_texts ) ) {
|
|
| 4818 | + if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts)) {
|
|
| 4819 | 4819 | $translation_texts[] = $labels['edit_item']; |
| 4820 | 4820 | } |
| 4821 | - if ( $labels['new_item'] != '' && ! in_array( $labels['new_item'], $translation_texts ) ) {
|
|
| 4821 | + if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts)) {
|
|
| 4822 | 4822 | $translation_texts[] = $labels['new_item']; |
| 4823 | 4823 | } |
| 4824 | - if ( $labels['view_item'] != '' && ! in_array( $labels['view_item'], $translation_texts ) ) {
|
|
| 4824 | + if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts)) {
|
|
| 4825 | 4825 | $translation_texts[] = $labels['view_item']; |
| 4826 | 4826 | } |
| 4827 | - if ( $labels['search_items'] != '' && ! in_array( $labels['search_items'], $translation_texts ) ) {
|
|
| 4827 | + if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts)) {
|
|
| 4828 | 4828 | $translation_texts[] = $labels['search_items']; |
| 4829 | 4829 | } |
| 4830 | - if ( $labels['not_found'] != '' && ! in_array( $labels['not_found'], $translation_texts ) ) {
|
|
| 4830 | + if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts)) {
|
|
| 4831 | 4831 | $translation_texts[] = $labels['not_found']; |
| 4832 | 4832 | } |
| 4833 | - if ( $labels['not_found_in_trash'] != '' && ! in_array( $labels['not_found_in_trash'], $translation_texts ) ) {
|
|
| 4833 | + if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts)) {
|
|
| 4834 | 4834 | $translation_texts[] = $labels['not_found_in_trash']; |
| 4835 | 4835 | } |
| 4836 | - if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
|
|
| 4836 | + if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts)) {
|
|
| 4837 | 4837 | $translation_texts[] = $labels['label_post_profile']; |
| 4838 | 4838 | } |
| 4839 | - if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
|
|
| 4839 | + if (isset($labels['label_post_info']) && $labels['label_post_info'] != '' && !in_array($labels['label_post_info'], $translation_texts)) {
|
|
| 4840 | 4840 | $translation_texts[] = $labels['label_post_info']; |
| 4841 | 4841 | } |
| 4842 | - if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
|
|
| 4842 | + if (isset($labels['label_post_images']) && $labels['label_post_images'] != '' && !in_array($labels['label_post_images'], $translation_texts)) {
|
|
| 4843 | 4843 | $translation_texts[] = $labels['label_post_images']; |
| 4844 | 4844 | } |
| 4845 | - if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
|
|
| 4845 | + if (isset($labels['label_post_map']) && $labels['label_post_map'] != '' && !in_array($labels['label_post_map'], $translation_texts)) {
|
|
| 4846 | 4846 | $translation_texts[] = $labels['label_post_map']; |
| 4847 | 4847 | } |
| 4848 | - if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
|
|
| 4848 | + if (isset($labels['label_reviews']) && $labels['label_reviews'] != '' && !in_array($labels['label_reviews'], $translation_texts)) {
|
|
| 4849 | 4849 | $translation_texts[] = $labels['label_reviews']; |
| 4850 | 4850 | } |
| 4851 | - if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
|
|
| 4851 | + if (isset($labels['label_related_listing']) && $labels['label_related_listing'] != '' && !in_array($labels['label_related_listing'], $translation_texts)) {
|
|
| 4852 | 4852 | $translation_texts[] = $labels['label_related_listing']; |
| 4853 | 4853 | } |
| 4854 | 4854 | } |
| 4855 | 4855 | |
| 4856 | - if ( $description != '' && ! in_array( $description, $translation_texts ) ) {
|
|
| 4857 | - $translation_texts[] = normalize_whitespace( $description ); |
|
| 4856 | + if ($description != '' && !in_array($description, $translation_texts)) {
|
|
| 4857 | + $translation_texts[] = normalize_whitespace($description); |
|
| 4858 | 4858 | } |
| 4859 | 4859 | |
| 4860 | - if ( ! empty( $seo ) ) {
|
|
| 4861 | - if ( isset( $seo['meta_keyword'] ) && $seo['meta_keyword'] != '' && ! in_array( $seo['meta_keyword'], $translation_texts ) ) {
|
|
| 4862 | - $translation_texts[] = normalize_whitespace( $seo['meta_keyword'] ); |
|
| 4860 | + if (!empty($seo)) {
|
|
| 4861 | + if (isset($seo['meta_keyword']) && $seo['meta_keyword'] != '' && !in_array($seo['meta_keyword'], $translation_texts)) {
|
|
| 4862 | + $translation_texts[] = normalize_whitespace($seo['meta_keyword']); |
|
| 4863 | 4863 | } |
| 4864 | 4864 | |
| 4865 | - if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
|
|
| 4866 | - $translation_texts[] = normalize_whitespace( $seo['meta_description'] ); |
|
| 4865 | + if (isset($seo['meta_description']) && $seo['meta_description'] != '' && !in_array($seo['meta_description'], $translation_texts)) {
|
|
| 4866 | + $translation_texts[] = normalize_whitespace($seo['meta_description']); |
|
| 4867 | 4867 | } |
| 4868 | 4868 | } |
| 4869 | 4869 | } |
| 4870 | 4870 | } |
| 4871 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4871 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4872 | 4872 | |
| 4873 | 4873 | return $translation_texts; |
| 4874 | 4874 | } |
@@ -4883,27 +4883,27 @@ discard block |
||
| 4883 | 4883 | * |
| 4884 | 4884 | * @return array Location terms. |
| 4885 | 4885 | */ |
| 4886 | -function geodir_remove_location_terms( $location_terms = array() ) {
|
|
| 4887 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 4886 | +function geodir_remove_location_terms($location_terms = array()) {
|
|
| 4887 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 4888 | 4888 | |
| 4889 | - if ( ! empty( $location_terms ) && $location_manager ) {
|
|
| 4890 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 4891 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 4889 | + if (!empty($location_terms) && $location_manager) {
|
|
| 4890 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 4891 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 4892 | 4892 | |
| 4893 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 4894 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 4895 | - unset( $location_terms['gd_country'] ); |
|
| 4893 | + if ($hide_region_part && $hide_country_part) {
|
|
| 4894 | + if (isset($location_terms['gd_country'])) {
|
|
| 4895 | + unset($location_terms['gd_country']); |
|
| 4896 | 4896 | } |
| 4897 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 4898 | - unset( $location_terms['gd_region'] ); |
|
| 4897 | + if (isset($location_terms['gd_region'])) {
|
|
| 4898 | + unset($location_terms['gd_region']); |
|
| 4899 | 4899 | } |
| 4900 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 4901 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 4902 | - unset( $location_terms['gd_region'] ); |
|
| 4900 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 4901 | + if (isset($location_terms['gd_region'])) {
|
|
| 4902 | + unset($location_terms['gd_region']); |
|
| 4903 | 4903 | } |
| 4904 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 4905 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 4906 | - unset( $location_terms['gd_country'] ); |
|
| 4904 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 4905 | + if (isset($location_terms['gd_country'])) {
|
|
| 4906 | + unset($location_terms['gd_country']); |
|
| 4907 | 4907 | } |
| 4908 | 4908 | } |
| 4909 | 4909 | } |
@@ -4921,33 +4921,33 @@ discard block |
||
| 4921 | 4921 | * @param WP_Post $post Post object. |
| 4922 | 4922 | * @param bool $update Whether this is an existing listing being updated or not. |
| 4923 | 4923 | */ |
| 4924 | -function geodir_on_wp_insert_post( $post_ID, $post, $update ) {
|
|
| 4925 | - if ( ! $update ) {
|
|
| 4924 | +function geodir_on_wp_insert_post($post_ID, $post, $update) {
|
|
| 4925 | + if (!$update) {
|
|
| 4926 | 4926 | return; |
| 4927 | 4927 | } |
| 4928 | 4928 | |
| 4929 | - $action = isset( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; |
|
| 4930 | - $is_admin = is_admin() && ( ! defined( 'DOING_AJAX' ) || ( defined( 'DOING_AJAX' ) && ! DOING_AJAX ) ) ? true : false; |
|
| 4929 | + $action = isset($_REQUEST['action']) ? sanitize_text_field($_REQUEST['action']) : ''; |
|
| 4930 | + $is_admin = is_admin() && (!defined('DOING_AJAX') || (defined('DOING_AJAX') && !DOING_AJAX)) ? true : false;
|
|
| 4931 | 4931 | $inline_save = $action == 'inline-save' ? true : false; |
| 4932 | 4932 | |
| 4933 | - if ( empty( $post->post_type ) || $is_admin || $inline_save || ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) {
|
|
| 4933 | + if (empty($post->post_type) || $is_admin || $inline_save || (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)) {
|
|
| 4934 | 4934 | return; |
| 4935 | 4935 | } |
| 4936 | 4936 | |
| 4937 | - if ( $action != '' && in_array( $action, array( 'geodir_import_export' ) ) ) {
|
|
| 4937 | + if ($action != '' && in_array($action, array('geodir_import_export'))) {
|
|
| 4938 | 4938 | return; |
| 4939 | 4939 | } |
| 4940 | 4940 | |
| 4941 | 4941 | $user_id = (int) get_current_user_id(); |
| 4942 | 4942 | |
| 4943 | - if ( $user_id > 0 && get_option( 'geodir_notify_post_edited' ) && ! wp_is_post_revision( $post_ID ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 4944 | - $author_id = ! empty( $post->post_author ) ? $post->post_author : 0; |
|
| 4943 | + if ($user_id > 0 && get_option('geodir_notify_post_edited') && !wp_is_post_revision($post_ID) && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 4944 | + $author_id = !empty($post->post_author) ? $post->post_author : 0; |
|
| 4945 | 4945 | |
| 4946 | - if ( $user_id == $author_id && ! is_super_admin() ) {
|
|
| 4947 | - $from_email = get_option( 'site_email' ); |
|
| 4946 | + if ($user_id == $author_id && !is_super_admin()) {
|
|
| 4947 | + $from_email = get_option('site_email');
|
|
| 4948 | 4948 | $from_name = get_site_emailName(); |
| 4949 | - $to_email = get_option( 'admin_email' ); |
|
| 4950 | - $to_name = get_option( 'name' ); |
|
| 4949 | + $to_email = get_option('admin_email');
|
|
| 4950 | + $to_name = get_option('name');
|
|
| 4951 | 4951 | $message_type = 'listing_edited'; |
| 4952 | 4952 | |
| 4953 | 4953 | $notify_edited = true; |
@@ -4959,9 +4959,9 @@ discard block |
||
| 4959 | 4959 | * @param bool $notify_edited Notify on listing edited by author? |
| 4960 | 4960 | * @param object $post The current post object. |
| 4961 | 4961 | */ |
| 4962 | - $notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post ); |
|
| 4962 | + $notify_edited = apply_filters('geodir_notify_on_listing_edited', $notify_edited, $post);
|
|
| 4963 | 4963 | |
| 4964 | - geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID ); |
|
| 4964 | + geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID); |
|
| 4965 | 4965 | } |
| 4966 | 4966 | } |
| 4967 | 4967 | } |
@@ -4976,14 +4976,14 @@ discard block |
||
| 4976 | 4976 | * |
| 4977 | 4977 | * @return string|null The current page start & end numbering. |
| 4978 | 4978 | */ |
| 4979 | -function geodir_title_meta_page( $sep ) {
|
|
| 4979 | +function geodir_title_meta_page($sep) {
|
|
| 4980 | 4980 | $replacement = null; |
| 4981 | 4981 | |
| 4982 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 4983 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 4982 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 4983 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 4984 | 4984 | |
| 4985 | - if ( $max > 1 && $nr > 1 ) {
|
|
| 4986 | - $replacement = sprintf( $sep . ' ' . __( 'Page %1$d of %2$d', 'geodirectory' ), $nr, $max ); |
|
| 4985 | + if ($max > 1 && $nr > 1) {
|
|
| 4986 | + $replacement = sprintf($sep.' '.__('Page %1$d of %2$d', 'geodirectory'), $nr, $max);
|
|
| 4987 | 4987 | } |
| 4988 | 4988 | |
| 4989 | 4989 | return $replacement; |
@@ -5000,8 +5000,8 @@ discard block |
||
| 5000 | 5000 | function geodir_title_meta_pagenumber() {
|
| 5001 | 5001 | $replacement = null; |
| 5002 | 5002 | |
| 5003 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 5004 | - if ( isset( $nr ) && $nr > 0 ) {
|
|
| 5003 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 5004 | + if (isset($nr) && $nr > 0) {
|
|
| 5005 | 5005 | $replacement = (string) $nr; |
| 5006 | 5006 | } |
| 5007 | 5007 | |
@@ -5019,8 +5019,8 @@ discard block |
||
| 5019 | 5019 | function geodir_title_meta_pagetotal() {
|
| 5020 | 5020 | $replacement = null; |
| 5021 | 5021 | |
| 5022 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 5023 | - if ( isset( $max ) && $max > 0 ) {
|
|
| 5022 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 5023 | + if (isset($max) && $max > 0) {
|
|
| 5024 | 5024 | $replacement = (string) $max; |
| 5025 | 5025 | } |
| 5026 | 5026 | |
@@ -5040,36 +5040,36 @@ discard block |
||
| 5040 | 5040 | * |
| 5041 | 5041 | * @return int|null The current page numbering. |
| 5042 | 5042 | */ |
| 5043 | -function geodir_title_meta_pagenumbering( $request = 'nr' ) {
|
|
| 5043 | +function geodir_title_meta_pagenumbering($request = 'nr') {
|
|
| 5044 | 5044 | global $wp_query, $post; |
| 5045 | 5045 | $max_num_pages = null; |
| 5046 | 5046 | $page_number = null; |
| 5047 | 5047 | |
| 5048 | 5048 | $max_num_pages = 1; |
| 5049 | 5049 | |
| 5050 | - if ( ! is_singular() ) {
|
|
| 5051 | - $page_number = get_query_var( 'paged' ); |
|
| 5052 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5050 | + if (!is_singular()) {
|
|
| 5051 | + $page_number = get_query_var('paged');
|
|
| 5052 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5053 | 5053 | $page_number = 1; |
| 5054 | 5054 | } |
| 5055 | 5055 | |
| 5056 | - if ( isset( $wp_query->max_num_pages ) && ( $wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0 ) ) {
|
|
| 5056 | + if (isset($wp_query->max_num_pages) && ($wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0)) {
|
|
| 5057 | 5057 | $max_num_pages = $wp_query->max_num_pages; |
| 5058 | 5058 | } |
| 5059 | 5059 | } else {
|
| 5060 | - $page_number = get_query_var( 'page' ); |
|
| 5061 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5060 | + $page_number = get_query_var('page');
|
|
| 5061 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5062 | 5062 | $page_number = 1; |
| 5063 | 5063 | } |
| 5064 | 5064 | |
| 5065 | - if ( isset( $post->post_content ) ) {
|
|
| 5066 | - $max_num_pages = ( substr_count( $post->post_content, '<!--nextpage-->' ) + 1 ); |
|
| 5065 | + if (isset($post->post_content)) {
|
|
| 5066 | + $max_num_pages = (substr_count($post->post_content, '<!--nextpage-->') + 1); |
|
| 5067 | 5067 | } |
| 5068 | 5068 | } |
| 5069 | 5069 | |
| 5070 | 5070 | $return = null; |
| 5071 | 5071 | |
| 5072 | - switch ( $request ) {
|
|
| 5072 | + switch ($request) {
|
|
| 5073 | 5073 | case 'nr': |
| 5074 | 5074 | $return = $page_number; |
| 5075 | 5075 | break; |
@@ -5090,14 +5090,14 @@ discard block |
||
| 5090 | 5090 | * |
| 5091 | 5091 | * @return array Terms. |
| 5092 | 5092 | */ |
| 5093 | -function geodir_filter_empty_terms( $terms ) {
|
|
| 5094 | - if ( empty( $terms ) ) {
|
|
| 5093 | +function geodir_filter_empty_terms($terms) {
|
|
| 5094 | + if (empty($terms)) {
|
|
| 5095 | 5095 | return $terms; |
| 5096 | 5096 | } |
| 5097 | 5097 | |
| 5098 | 5098 | $return = array(); |
| 5099 | - foreach ( $terms as $term ) {
|
|
| 5100 | - if ( isset( $term->count ) && $term->count > 0 ) {
|
|
| 5099 | + foreach ($terms as $term) {
|
|
| 5100 | + if (isset($term->count) && $term->count > 0) {
|
|
| 5101 | 5101 | $return[] = $term; |
| 5102 | 5102 | } else {
|
| 5103 | 5103 | /** |
@@ -5108,7 +5108,7 @@ discard block |
||
| 5108 | 5108 | * @param array $return The array of terms to return. |
| 5109 | 5109 | * @param object $term The term object. |
| 5110 | 5110 | */ |
| 5111 | - $return = apply_filters( 'geodir_filter_empty_terms_filter', $return, $term ); |
|
| 5111 | + $return = apply_filters('geodir_filter_empty_terms_filter', $return, $term);
|
|
| 5112 | 5112 | } |
| 5113 | 5113 | } |
| 5114 | 5114 | |
@@ -5125,15 +5125,15 @@ discard block |
||
| 5125 | 5125 | * |
| 5126 | 5126 | * @return array |
| 5127 | 5127 | */ |
| 5128 | -function geodir_remove_hentry( $class ) {
|
|
| 5129 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 5130 | - $class = array_diff( $class, array( 'hentry' ) ); |
|
| 5128 | +function geodir_remove_hentry($class) {
|
|
| 5129 | + if (geodir_is_page('detail')) {
|
|
| 5130 | + $class = array_diff($class, array('hentry'));
|
|
| 5131 | 5131 | } |
| 5132 | 5132 | |
| 5133 | 5133 | return $class; |
| 5134 | 5134 | } |
| 5135 | 5135 | |
| 5136 | -add_filter( 'post_class', 'geodir_remove_hentry' ); |
|
| 5136 | +add_filter('post_class', 'geodir_remove_hentry');
|
|
| 5137 | 5137 | |
| 5138 | 5138 | /** |
| 5139 | 5139 | * Registers a individual text string for WPML translation. |
@@ -5145,8 +5145,8 @@ discard block |
||
| 5145 | 5145 | * @param string $domain The plugin domain. Default geodirectory. |
| 5146 | 5146 | * @param string $name The name of the string which helps to know what's being translated. |
| 5147 | 5147 | */ |
| 5148 | -function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
|
| 5149 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5148 | +function geodir_wpml_register_string($string, $domain = 'geodirectory', $name = '') {
|
|
| 5149 | + do_action('wpml_register_single_string', $domain, $name, $string);
|
|
| 5150 | 5150 | } |
| 5151 | 5151 | |
| 5152 | 5152 | /** |
@@ -5161,6 +5161,6 @@ discard block |
||
| 5161 | 5161 | * @param string $language_code Return the translation in this language. Default is NULL which returns the current language. |
| 5162 | 5162 | * @return string The translated string. |
| 5163 | 5163 | */ |
| 5164 | -function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
|
| 5165 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5164 | +function geodir_wpml_translate_string($string, $domain = 'geodirectory', $name = '', $language_code = NULL) {
|
|
| 5165 | + return apply_filters('wpml_translate_single_string', $string, $domain, $name, $language_code);
|
|
| 5166 | 5166 | } |
| 5167 | 5167 | \ No newline at end of file |
@@ -324,7 +324,7 @@ |
||
| 324 | 324 | |
| 325 | 325 | if(!empty($show_in_arr )){
|
| 326 | 326 | $show_in_arr = implode(',',$show_in_arr);
|
| 327 | - }else{
|
|
| 327 | + } else{
|
|
| 328 | 328 | $show_in_arr = ''; |
| 329 | 329 | } |
| 330 | 330 | |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | |
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | -if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
|
| 12 | +if (get_option('geodirectory'.'_db_version') != GEODIRECTORY_VERSION) {
|
|
| 13 | 13 | /** |
| 14 | 14 | * Include custom database table related functions. |
| 15 | 15 | * |
@@ -48,9 +48,9 @@ discard block |
||
| 48 | 48 | |
| 49 | 49 | |
| 50 | 50 | |
| 51 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 51 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11); // this needs to be kept for a few versions
|
|
| 52 | 52 | |
| 53 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 53 | + update_option('geodirectory'.'_db_version', GEODIRECTORY_VERSION);
|
|
| 54 | 54 | |
| 55 | 55 | } |
| 56 | 56 | |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * @since 1.0.0 |
| 87 | 87 | * @package GeoDirectory |
| 88 | 88 | */ |
| 89 | -function geodir_upgrade_146(){
|
|
| 89 | +function geodir_upgrade_146() {
|
|
| 90 | 90 | gd_convert_virtual_pages(); |
| 91 | 91 | } |
| 92 | 92 | |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * @since 1.5.0 |
| 97 | 97 | * @package GeoDirectory |
| 98 | 98 | */ |
| 99 | -function geodir_upgrade_150(){
|
|
| 99 | +function geodir_upgrade_150() {
|
|
| 100 | 100 | gd_fix_cpt_rewrite_slug(); |
| 101 | 101 | } |
| 102 | 102 | |
@@ -108,12 +108,12 @@ discard block |
||
| 108 | 108 | * @since 1.4.8 |
| 109 | 109 | * @package GeoDirectory |
| 110 | 110 | */ |
| 111 | -function geodir_upgrade_148(){
|
|
| 111 | +function geodir_upgrade_148() {
|
|
| 112 | 112 | /* |
| 113 | 113 | * Blank the users google password if present as we now use oAuth 2.0 |
| 114 | 114 | */ |
| 115 | - update_option('geodir_ga_pass','');
|
|
| 116 | - update_option('geodir_ga_user','');
|
|
| 115 | + update_option('geodir_ga_pass', '');
|
|
| 116 | + update_option('geodir_ga_user', '');
|
|
| 117 | 117 | |
| 118 | 118 | } |
| 119 | 119 | |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | * @since 1.5.3 |
| 125 | 125 | * @package GeoDirectory |
| 126 | 126 | */ |
| 127 | -function geodir_upgrade_153(){
|
|
| 127 | +function geodir_upgrade_153() {
|
|
| 128 | 128 | geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
| 129 | 129 | geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
| 130 | 130 | } |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * @since 1.5.3 |
| 136 | 136 | * @package GeoDirectory |
| 137 | 137 | */ |
| 138 | -function geodir_upgrade_154(){
|
|
| 138 | +function geodir_upgrade_154() {
|
|
| 139 | 139 | geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
| 140 | 140 | } |
| 141 | 141 | |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | * @since 1.5.2 |
| 146 | 146 | * @package GeoDirectory |
| 147 | 147 | */ |
| 148 | -function geodir_upgrade_152(){
|
|
| 148 | +function geodir_upgrade_152() {
|
|
| 149 | 149 | gd_fix_address_detail_table_limit(); |
| 150 | 150 | } |
| 151 | 151 | |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | function geodir_fix_review_date() |
| 182 | 182 | {
|
| 183 | 183 | global $wpdb; |
| 184 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 184 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | function geodir_fix_review_post_status() |
| 195 | 195 | {
|
| 196 | 196 | global $wpdb; |
| 197 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 197 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | function geodir_fix_review_content() |
| 209 | 209 | {
|
| 210 | 210 | global $wpdb; |
| 211 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 211 | + if ($wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 212 | 212 | return true; |
| 213 | 213 | } else {
|
| 214 | 214 | return false; |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | foreach ($all_postypes as $key) {
|
| 234 | 234 | // update each GD CTP |
| 235 | 235 | |
| 236 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 236 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN ".$wpdb->prefix."geodir_".$key."_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 237 | 237 | |
| 238 | 238 | } |
| 239 | 239 | return true; |
@@ -257,7 +257,7 @@ discard block |
||
| 257 | 257 | if (!empty($all_postypes)) {
|
| 258 | 258 | foreach ($all_postypes as $key) {
|
| 259 | 259 | // update each GD CTP |
| 260 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 260 | + $reviews = $wpdb->get_results("SELECT post_id FROM ".$wpdb->prefix."geodir_".$key."_detail d");
|
|
| 261 | 261 | |
| 262 | 262 | if (!empty($reviews)) {
|
| 263 | 263 | foreach ($reviews as $post_id) {
|
@@ -272,51 +272,51 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | |
| 275 | -function gd_convert_custom_field_display(){
|
|
| 275 | +function gd_convert_custom_field_display() {
|
|
| 276 | 276 | global $wpdb; |
| 277 | 277 | |
| 278 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 278 | + $field_info = $wpdb->get_results("select * from ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 279 | 279 | |
| 280 | 280 | $has_run = get_option('gd_convert_custom_field_display');
|
| 281 | - if($has_run){return;}
|
|
| 281 | + if ($has_run) {return; }
|
|
| 282 | 282 | |
| 283 | 283 | // set the field_type_key for standard fields |
| 284 | 284 | $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
| 285 | 285 | |
| 286 | 286 | |
| 287 | - if(is_array( $field_info)){
|
|
| 287 | + if (is_array($field_info)) {
|
|
| 288 | 288 | |
| 289 | - foreach( $field_info as $cf){
|
|
| 289 | + foreach ($field_info as $cf) {
|
|
| 290 | 290 | |
| 291 | 291 | $id = $cf->id; |
| 292 | 292 | |
| 293 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 293 | + if (!property_exists($cf, 'show_in') || !$id) {return; }
|
|
| 294 | 294 | |
| 295 | 295 | $show_in_arr = array(); |
| 296 | 296 | |
| 297 | - if($cf->is_default){
|
|
| 297 | + if ($cf->is_default) {
|
|
| 298 | 298 | $show_in_arr[] = "[detail]"; |
| 299 | 299 | } |
| 300 | 300 | |
| 301 | - if($cf->show_on_detail){
|
|
| 301 | + if ($cf->show_on_detail) {
|
|
| 302 | 302 | $show_in_arr[] = "[moreinfo]"; |
| 303 | 303 | } |
| 304 | 304 | |
| 305 | - if($cf->show_on_listing){
|
|
| 305 | + if ($cf->show_on_listing) {
|
|
| 306 | 306 | $show_in_arr[] = "[listing]"; |
| 307 | 307 | } |
| 308 | 308 | |
| 309 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 309 | + if ($cf->show_as_tab || $cf->htmlvar_name == 'geodir_video' || $cf->htmlvar_name == 'geodir_special_offers') {
|
|
| 310 | 310 | $show_in_arr[] = "[owntab]"; |
| 311 | 311 | } |
| 312 | 312 | |
| 313 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 313 | + if ($cf->htmlvar_name == 'post' || $cf->htmlvar_name == 'geodir_contact' || $cf->htmlvar_name == 'geodir_timing') {
|
|
| 314 | 314 | $show_in_arr[] = "[mapbubble]"; |
| 315 | 315 | } |
| 316 | 316 | |
| 317 | - if(!empty($show_in_arr )){
|
|
| 318 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | - }else{
|
|
| 317 | + if (!empty($show_in_arr)) {
|
|
| 318 | + $show_in_arr = implode(',', $show_in_arr);
|
|
| 319 | + } else {
|
|
| 320 | 320 | $show_in_arr = ''; |
| 321 | 321 | } |
| 322 | 322 | |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | |
| 325 | 325 | } |
| 326 | 326 | |
| 327 | - update_option('gd_convert_custom_field_display',1);
|
|
| 327 | + update_option('gd_convert_custom_field_display', 1);
|
|
| 328 | 328 | } |
| 329 | 329 | } |
| 330 | 330 | |
@@ -701,7 +701,7 @@ discard block |
||
| 701 | 701 | |
| 702 | 702 | update_option('gd_theme_compats', $theme_compat);
|
| 703 | 703 | |
| 704 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 704 | + gd_set_theme_compat(); // set the compat pack if avail |
|
| 705 | 705 | } |
| 706 | 706 | |
| 707 | 707 | |
@@ -712,61 +712,61 @@ discard block |
||
| 712 | 712 | * @package GeoDirectory |
| 713 | 713 | * @global object $wpdb WordPress Database object. |
| 714 | 714 | */ |
| 715 | -function gd_convert_virtual_pages(){
|
|
| 715 | +function gd_convert_virtual_pages() {
|
|
| 716 | 716 | global $wpdb; |
| 717 | 717 | |
| 718 | 718 | // Update the add listing page settings |
| 719 | 719 | $add_listing_page = $wpdb->get_var( |
| 720 | 720 | $wpdb->prepare( |
| 721 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 721 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 722 | 722 | array('add-listing')
|
| 723 | 723 | ) |
| 724 | 724 | ); |
| 725 | 725 | |
| 726 | - if($add_listing_page){
|
|
| 727 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 728 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 726 | + if ($add_listing_page) {
|
|
| 727 | + wp_update_post(array('ID' => $add_listing_page, 'post_status' => 'publish'));
|
|
| 728 | + update_option('geodir_add_listing_page', $add_listing_page);
|
|
| 729 | 729 | } |
| 730 | 730 | |
| 731 | 731 | // Update the listing preview page settings |
| 732 | 732 | $listing_preview_page = $wpdb->get_var( |
| 733 | 733 | $wpdb->prepare( |
| 734 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 734 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 735 | 735 | array('listing-preview')
|
| 736 | 736 | ) |
| 737 | 737 | ); |
| 738 | 738 | |
| 739 | - if($listing_preview_page){
|
|
| 740 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 741 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 739 | + if ($listing_preview_page) {
|
|
| 740 | + wp_update_post(array('ID' => $listing_preview_page, 'post_status' => 'publish'));
|
|
| 741 | + update_option('geodir_preview_page', $listing_preview_page);
|
|
| 742 | 742 | } |
| 743 | 743 | |
| 744 | 744 | // Update the listing success page settings |
| 745 | 745 | $listing_success_page = $wpdb->get_var( |
| 746 | 746 | $wpdb->prepare( |
| 747 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 747 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 748 | 748 | array('listing-success')
|
| 749 | 749 | ) |
| 750 | 750 | ); |
| 751 | 751 | |
| 752 | - if($listing_success_page){
|
|
| 753 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 754 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 752 | + if ($listing_success_page) {
|
|
| 753 | + wp_update_post(array('ID' => $listing_success_page, 'post_status' => 'publish'));
|
|
| 754 | + update_option('geodir_success_page', $listing_success_page);
|
|
| 755 | 755 | } |
| 756 | 756 | |
| 757 | 757 | // Update the listing success page settings |
| 758 | 758 | $location_page = $wpdb->get_var( |
| 759 | 759 | $wpdb->prepare( |
| 760 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 760 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 761 | 761 | array('location')
|
| 762 | 762 | ) |
| 763 | 763 | ); |
| 764 | 764 | |
| 765 | - if($location_page){
|
|
| 765 | + if ($location_page) {
|
|
| 766 | 766 | $location_slug = get_option('geodir_location_prefix');
|
| 767 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 768 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 769 | - update_option( 'geodir_location_page', $location_page); |
|
| 767 | + if (!$location_slug) {$location_slug = 'location'; }
|
|
| 768 | + wp_update_post(array('ID' => $location_page, 'post_status' => 'publish', 'post_name' => $location_slug));
|
|
| 769 | + update_option('geodir_location_page', $location_page);
|
|
| 770 | 770 | } |
| 771 | 771 | |
| 772 | 772 | } |
@@ -785,13 +785,13 @@ discard block |
||
| 785 | 785 | $post_types = get_option('geodir_post_types');
|
| 786 | 786 | |
| 787 | 787 | |
| 788 | - if (is_array($post_types)){
|
|
| 788 | + if (is_array($post_types)) {
|
|
| 789 | 789 | |
| 790 | 790 | foreach ($post_types as $post_type => $args) {
|
| 791 | 791 | |
| 792 | 792 | |
| 793 | - if(isset($args['rewrite']['slug'])){
|
|
| 794 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 793 | + if (isset($args['rewrite']['slug'])) {
|
|
| 794 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%", "", $args['rewrite']['slug']);
|
|
| 795 | 795 | } |
| 796 | 796 | |
| 797 | 797 | $alt_post_types[$post_type] = $args; |
@@ -799,8 +799,8 @@ discard block |
||
| 799 | 799 | } |
| 800 | 800 | } |
| 801 | 801 | |
| 802 | - if(!empty($alt_post_types)) {
|
|
| 803 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 802 | + if (!empty($alt_post_types)) {
|
|
| 803 | + update_option('geodir_post_types', $alt_post_types);
|
|
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | |
@@ -826,9 +826,9 @@ discard block |
||
| 826 | 826 | foreach ($all_postypes as $key) {
|
| 827 | 827 | // update each GD CTP |
| 828 | 828 | try {
|
| 829 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 830 | - } catch(Exception $e) {
|
|
| 831 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 829 | + $wpdb->query("ALTER TABLE ".$wpdb->prefix."geodir_".$key."_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 830 | + } catch (Exception $e) {
|
|
| 831 | + error_log('Error: '.$e->getMessage());
|
|
| 832 | 832 | } |
| 833 | 833 | } |
| 834 | 834 | } |
@@ -10,47 +10,47 @@ discard block |
||
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | 12 | if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
| 13 | - /** |
|
| 14 | - * Include custom database table related functions. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - */ |
|
| 19 | - include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | - add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | - if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | - add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | - } |
|
| 13 | + /** |
|
| 14 | + * Include custom database table related functions. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + */ |
|
| 19 | + include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | + add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | + if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | + add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | + } |
|
| 24 | 24 | |
| 25 | - if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | - add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | - } |
|
| 25 | + if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | + add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | + } |
|
| 28 | 28 | |
| 29 | - if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | - add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | - } |
|
| 29 | + if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | + add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | - if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | - add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | - } |
|
| 33 | + if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | + add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | + } |
|
| 36 | 36 | |
| 37 | - if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | - add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | - } |
|
| 37 | + if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | + add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | + } |
|
| 40 | 40 | |
| 41 | - if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | - add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | - } |
|
| 41 | + if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | + add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | + } |
|
| 44 | 44 | |
| 45 | - if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | - add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | - } |
|
| 45 | + if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | + add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | + } |
|
| 48 | 48 | |
| 49 | 49 | |
| 50 | 50 | |
| 51 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 51 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 52 | 52 | |
| 53 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 53 | + update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 54 | 54 | |
| 55 | 55 | } |
| 56 | 56 | |
@@ -63,10 +63,10 @@ discard block |
||
| 63 | 63 | */ |
| 64 | 64 | function geodirectory_upgrade_all() |
| 65 | 65 | {
|
| 66 | - geodir_create_tables(); |
|
| 67 | - geodir_update_review_db(); |
|
| 68 | - gd_install_theme_compat(); |
|
| 69 | - gd_convert_custom_field_display(); |
|
| 66 | + geodir_create_tables(); |
|
| 67 | + geodir_update_review_db(); |
|
| 68 | + gd_install_theme_compat(); |
|
| 69 | + gd_convert_custom_field_display(); |
|
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /** |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | */ |
| 78 | 78 | function geodir_upgrade_136() |
| 79 | 79 | {
|
| 80 | - geodir_fix_review_overall_rating(); |
|
| 80 | + geodir_fix_review_overall_rating(); |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /** |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * @package GeoDirectory |
| 88 | 88 | */ |
| 89 | 89 | function geodir_upgrade_146(){
|
| 90 | - gd_convert_virtual_pages(); |
|
| 90 | + gd_convert_virtual_pages(); |
|
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | * @package GeoDirectory |
| 98 | 98 | */ |
| 99 | 99 | function geodir_upgrade_150(){
|
| 100 | - gd_fix_cpt_rewrite_slug(); |
|
| 100 | + gd_fix_cpt_rewrite_slug(); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | |
@@ -109,11 +109,11 @@ discard block |
||
| 109 | 109 | * @package GeoDirectory |
| 110 | 110 | */ |
| 111 | 111 | function geodir_upgrade_148(){
|
| 112 | - /* |
|
| 112 | + /* |
|
| 113 | 113 | * Blank the users google password if present as we now use oAuth 2.0 |
| 114 | 114 | */ |
| 115 | - update_option('geodir_ga_pass','');
|
|
| 116 | - update_option('geodir_ga_user','');
|
|
| 115 | + update_option('geodir_ga_pass','');
|
|
| 116 | + update_option('geodir_ga_user','');
|
|
| 117 | 117 | |
| 118 | 118 | } |
| 119 | 119 | |
@@ -125,8 +125,8 @@ discard block |
||
| 125 | 125 | * @package GeoDirectory |
| 126 | 126 | */ |
| 127 | 127 | function geodir_upgrade_153(){
|
| 128 | - geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 129 | - geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 128 | + geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 129 | + geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | /** |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | * @package GeoDirectory |
| 137 | 137 | */ |
| 138 | 138 | function geodir_upgrade_154(){
|
| 139 | - geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 139 | + geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /** |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | * @package GeoDirectory |
| 147 | 147 | */ |
| 148 | 148 | function geodir_upgrade_152(){
|
| 149 | - gd_fix_address_detail_table_limit(); |
|
| 149 | + gd_fix_address_detail_table_limit(); |
|
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | |
@@ -162,12 +162,12 @@ discard block |
||
| 162 | 162 | */ |
| 163 | 163 | function geodir_update_review_db() |
| 164 | 164 | {
|
| 165 | - global $wpdb, $plugin_prefix; |
|
| 165 | + global $wpdb, $plugin_prefix; |
|
| 166 | 166 | |
| 167 | - geodir_fix_review_date(); |
|
| 168 | - geodir_fix_review_post_status(); |
|
| 169 | - geodir_fix_review_content(); |
|
| 170 | - geodir_fix_review_location(); |
|
| 167 | + geodir_fix_review_date(); |
|
| 168 | + geodir_fix_review_post_status(); |
|
| 169 | + geodir_fix_review_content(); |
|
| 170 | + geodir_fix_review_location(); |
|
| 171 | 171 | |
| 172 | 172 | } |
| 173 | 173 | |
@@ -180,8 +180,8 @@ discard block |
||
| 180 | 180 | */ |
| 181 | 181 | function geodir_fix_review_date() |
| 182 | 182 | {
|
| 183 | - global $wpdb; |
|
| 184 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 183 | + global $wpdb; |
|
| 184 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
@@ -193,8 +193,8 @@ discard block |
||
| 193 | 193 | */ |
| 194 | 194 | function geodir_fix_review_post_status() |
| 195 | 195 | {
|
| 196 | - global $wpdb; |
|
| 197 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 196 | + global $wpdb; |
|
| 197 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
@@ -207,12 +207,12 @@ discard block |
||
| 207 | 207 | */ |
| 208 | 208 | function geodir_fix_review_content() |
| 209 | 209 | {
|
| 210 | - global $wpdb; |
|
| 211 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 212 | - return true; |
|
| 213 | - } else {
|
|
| 214 | - return false; |
|
| 215 | - } |
|
| 210 | + global $wpdb; |
|
| 211 | + if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 212 | + return true; |
|
| 213 | + } else {
|
|
| 214 | + return false; |
|
| 215 | + } |
|
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /** |
@@ -225,20 +225,20 @@ discard block |
||
| 225 | 225 | */ |
| 226 | 226 | function geodir_fix_review_location() |
| 227 | 227 | {
|
| 228 | - global $wpdb; |
|
| 228 | + global $wpdb; |
|
| 229 | 229 | |
| 230 | - $all_postypes = geodir_get_posttypes(); |
|
| 230 | + $all_postypes = geodir_get_posttypes(); |
|
| 231 | 231 | |
| 232 | - if (!empty($all_postypes)) {
|
|
| 233 | - foreach ($all_postypes as $key) {
|
|
| 234 | - // update each GD CTP |
|
| 232 | + if (!empty($all_postypes)) {
|
|
| 233 | + foreach ($all_postypes as $key) {
|
|
| 234 | + // update each GD CTP |
|
| 235 | 235 | |
| 236 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 236 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 237 | 237 | |
| 238 | - } |
|
| 239 | - return true; |
|
| 240 | - } |
|
| 241 | - return false; |
|
| 238 | + } |
|
| 239 | + return true; |
|
| 240 | + } |
|
| 241 | + return false; |
|
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | /** |
@@ -250,82 +250,82 @@ discard block |
||
| 250 | 250 | */ |
| 251 | 251 | function geodir_fix_review_overall_rating() |
| 252 | 252 | {
|
| 253 | - global $wpdb; |
|
| 253 | + global $wpdb; |
|
| 254 | 254 | |
| 255 | - $all_postypes = geodir_get_posttypes(); |
|
| 255 | + $all_postypes = geodir_get_posttypes(); |
|
| 256 | 256 | |
| 257 | - if (!empty($all_postypes)) {
|
|
| 258 | - foreach ($all_postypes as $key) {
|
|
| 259 | - // update each GD CTP |
|
| 260 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 257 | + if (!empty($all_postypes)) {
|
|
| 258 | + foreach ($all_postypes as $key) {
|
|
| 259 | + // update each GD CTP |
|
| 260 | + $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 261 | 261 | |
| 262 | - if (!empty($reviews)) {
|
|
| 263 | - foreach ($reviews as $post_id) {
|
|
| 264 | - geodir_update_postrating($post_id->post_id, $key); |
|
| 265 | - } |
|
| 262 | + if (!empty($reviews)) {
|
|
| 263 | + foreach ($reviews as $post_id) {
|
|
| 264 | + geodir_update_postrating($post_id->post_id, $key); |
|
| 265 | + } |
|
| 266 | 266 | |
| 267 | - } |
|
| 267 | + } |
|
| 268 | 268 | |
| 269 | - } |
|
| 269 | + } |
|
| 270 | 270 | |
| 271 | - } |
|
| 271 | + } |
|
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | |
| 275 | 275 | function gd_convert_custom_field_display(){
|
| 276 | - global $wpdb; |
|
| 276 | + global $wpdb; |
|
| 277 | 277 | |
| 278 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 278 | + $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 279 | 279 | |
| 280 | - $has_run = get_option('gd_convert_custom_field_display');
|
|
| 281 | - if($has_run){return;}
|
|
| 280 | + $has_run = get_option('gd_convert_custom_field_display');
|
|
| 281 | + if($has_run){return;}
|
|
| 282 | 282 | |
| 283 | - // set the field_type_key for standard fields |
|
| 284 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 283 | + // set the field_type_key for standard fields |
|
| 284 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 285 | 285 | |
| 286 | 286 | |
| 287 | - if(is_array( $field_info)){
|
|
| 287 | + if(is_array( $field_info)){
|
|
| 288 | 288 | |
| 289 | - foreach( $field_info as $cf){
|
|
| 289 | + foreach( $field_info as $cf){
|
|
| 290 | 290 | |
| 291 | - $id = $cf->id; |
|
| 291 | + $id = $cf->id; |
|
| 292 | 292 | |
| 293 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 293 | + if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 294 | 294 | |
| 295 | - $show_in_arr = array(); |
|
| 295 | + $show_in_arr = array(); |
|
| 296 | 296 | |
| 297 | - if($cf->is_default){
|
|
| 298 | - $show_in_arr[] = "[detail]"; |
|
| 299 | - } |
|
| 297 | + if($cf->is_default){
|
|
| 298 | + $show_in_arr[] = "[detail]"; |
|
| 299 | + } |
|
| 300 | 300 | |
| 301 | - if($cf->show_on_detail){
|
|
| 302 | - $show_in_arr[] = "[moreinfo]"; |
|
| 303 | - } |
|
| 301 | + if($cf->show_on_detail){
|
|
| 302 | + $show_in_arr[] = "[moreinfo]"; |
|
| 303 | + } |
|
| 304 | 304 | |
| 305 | - if($cf->show_on_listing){
|
|
| 306 | - $show_in_arr[] = "[listing]"; |
|
| 307 | - } |
|
| 305 | + if($cf->show_on_listing){
|
|
| 306 | + $show_in_arr[] = "[listing]"; |
|
| 307 | + } |
|
| 308 | 308 | |
| 309 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 310 | - $show_in_arr[] = "[owntab]"; |
|
| 311 | - } |
|
| 309 | + if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 310 | + $show_in_arr[] = "[owntab]"; |
|
| 311 | + } |
|
| 312 | 312 | |
| 313 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 314 | - $show_in_arr[] = "[mapbubble]"; |
|
| 315 | - } |
|
| 313 | + if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 314 | + $show_in_arr[] = "[mapbubble]"; |
|
| 315 | + } |
|
| 316 | 316 | |
| 317 | - if(!empty($show_in_arr )){
|
|
| 318 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | - }else{
|
|
| 320 | - $show_in_arr = ''; |
|
| 321 | - } |
|
| 317 | + if(!empty($show_in_arr )){
|
|
| 318 | + $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | + }else{
|
|
| 320 | + $show_in_arr = ''; |
|
| 321 | + } |
|
| 322 | 322 | |
| 323 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 323 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 324 | 324 | |
| 325 | - } |
|
| 325 | + } |
|
| 326 | 326 | |
| 327 | - update_option('gd_convert_custom_field_display',1);
|
|
| 328 | - } |
|
| 327 | + update_option('gd_convert_custom_field_display',1);
|
|
| 328 | + } |
|
| 329 | 329 | } |
| 330 | 330 | |
| 331 | 331 | ############################################ |
@@ -341,384 +341,384 @@ discard block |
||
| 341 | 341 | */ |
| 342 | 342 | function gd_install_theme_compat() |
| 343 | 343 | {
|
| 344 | - global $wpdb; |
|
| 344 | + global $wpdb; |
|
| 345 | 345 | |
| 346 | - $theme_compat = array(); |
|
| 347 | - $theme_compat = get_option('gd_theme_compats');
|
|
| 346 | + $theme_compat = array(); |
|
| 347 | + $theme_compat = get_option('gd_theme_compats');
|
|
| 348 | 348 | //GDF |
| 349 | - $theme_compat['GeoDirectory_Framework'] = array( |
|
| 350 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 351 | - 'geodir_wrapper_open_class' => '', |
|
| 352 | - 'geodir_wrapper_open_replace' => '', |
|
| 353 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 354 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 355 | - 'geodir_wrapper_content_open_class' => '', |
|
| 356 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 357 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 358 | - 'geodir_article_open_id' => '', |
|
| 359 | - 'geodir_article_open_class' => '', |
|
| 360 | - 'geodir_article_open_replace' => '', |
|
| 361 | - 'geodir_article_close_replace' => '', |
|
| 362 | - 'geodir_sidebar_right_open_id' => '', |
|
| 363 | - 'geodir_sidebar_right_open_class' => '', |
|
| 364 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 365 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 366 | - 'geodir_sidebar_left_open_id' => '', |
|
| 367 | - 'geodir_sidebar_left_open_class' => '', |
|
| 368 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 369 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 370 | - 'geodir_main_content_open_id' => '', |
|
| 371 | - 'geodir_main_content_open_class' => '', |
|
| 372 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 373 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 374 | - 'geodir_top_content_add' => '', |
|
| 375 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 376 | - 'geodir_before_widget_filter' => '', |
|
| 377 | - 'geodir_after_widget_filter' => '', |
|
| 378 | - 'geodir_theme_compat_css' => '', |
|
| 379 | - 'geodir_theme_compat_js' => '', |
|
| 380 | - 'geodir_theme_compat_default_options' => '', |
|
| 381 | - 'geodir_theme_compat_code' => '' |
|
| 382 | - ); |
|
| 349 | + $theme_compat['GeoDirectory_Framework'] = array( |
|
| 350 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 351 | + 'geodir_wrapper_open_class' => '', |
|
| 352 | + 'geodir_wrapper_open_replace' => '', |
|
| 353 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 354 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 355 | + 'geodir_wrapper_content_open_class' => '', |
|
| 356 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 357 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 358 | + 'geodir_article_open_id' => '', |
|
| 359 | + 'geodir_article_open_class' => '', |
|
| 360 | + 'geodir_article_open_replace' => '', |
|
| 361 | + 'geodir_article_close_replace' => '', |
|
| 362 | + 'geodir_sidebar_right_open_id' => '', |
|
| 363 | + 'geodir_sidebar_right_open_class' => '', |
|
| 364 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 365 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 366 | + 'geodir_sidebar_left_open_id' => '', |
|
| 367 | + 'geodir_sidebar_left_open_class' => '', |
|
| 368 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 369 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 370 | + 'geodir_main_content_open_id' => '', |
|
| 371 | + 'geodir_main_content_open_class' => '', |
|
| 372 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 373 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 374 | + 'geodir_top_content_add' => '', |
|
| 375 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 376 | + 'geodir_before_widget_filter' => '', |
|
| 377 | + 'geodir_after_widget_filter' => '', |
|
| 378 | + 'geodir_theme_compat_css' => '', |
|
| 379 | + 'geodir_theme_compat_js' => '', |
|
| 380 | + 'geodir_theme_compat_default_options' => '', |
|
| 381 | + 'geodir_theme_compat_code' => '' |
|
| 382 | + ); |
|
| 383 | 383 | |
| 384 | 384 | //Directory Theme |
| 385 | - $theme_compat['Directory_Starter'] = array( |
|
| 386 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 387 | - 'geodir_wrapper_open_class' => '', |
|
| 388 | - 'geodir_wrapper_open_replace' => '', |
|
| 389 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 390 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 391 | - 'geodir_wrapper_content_open_class' => '', |
|
| 392 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 393 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 394 | - 'geodir_article_open_id' => '', |
|
| 395 | - 'geodir_article_open_class' => '', |
|
| 396 | - 'geodir_article_open_replace' => '', |
|
| 397 | - 'geodir_article_close_replace' => '', |
|
| 398 | - 'geodir_sidebar_right_open_id' => '', |
|
| 399 | - 'geodir_sidebar_right_open_class' => '', |
|
| 400 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 401 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 402 | - 'geodir_sidebar_left_open_id' => '', |
|
| 403 | - 'geodir_sidebar_left_open_class' => '', |
|
| 404 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 405 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 406 | - 'geodir_main_content_open_id' => '', |
|
| 407 | - 'geodir_main_content_open_class' => '', |
|
| 408 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 409 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 410 | - 'geodir_top_content_add' => '', |
|
| 411 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 412 | - 'geodir_before_widget_filter' => '', |
|
| 413 | - 'geodir_after_widget_filter' => '', |
|
| 414 | - 'geodir_theme_compat_css' => '', |
|
| 415 | - 'geodir_theme_compat_js' => '', |
|
| 416 | - 'geodir_theme_compat_default_options' => '', |
|
| 417 | - 'geodir_theme_compat_code' => '' |
|
| 418 | - ); |
|
| 385 | + $theme_compat['Directory_Starter'] = array( |
|
| 386 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 387 | + 'geodir_wrapper_open_class' => '', |
|
| 388 | + 'geodir_wrapper_open_replace' => '', |
|
| 389 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 390 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 391 | + 'geodir_wrapper_content_open_class' => '', |
|
| 392 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 393 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 394 | + 'geodir_article_open_id' => '', |
|
| 395 | + 'geodir_article_open_class' => '', |
|
| 396 | + 'geodir_article_open_replace' => '', |
|
| 397 | + 'geodir_article_close_replace' => '', |
|
| 398 | + 'geodir_sidebar_right_open_id' => '', |
|
| 399 | + 'geodir_sidebar_right_open_class' => '', |
|
| 400 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 401 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 402 | + 'geodir_sidebar_left_open_id' => '', |
|
| 403 | + 'geodir_sidebar_left_open_class' => '', |
|
| 404 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 405 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 406 | + 'geodir_main_content_open_id' => '', |
|
| 407 | + 'geodir_main_content_open_class' => '', |
|
| 408 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 409 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 410 | + 'geodir_top_content_add' => '', |
|
| 411 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 412 | + 'geodir_before_widget_filter' => '', |
|
| 413 | + 'geodir_after_widget_filter' => '', |
|
| 414 | + 'geodir_theme_compat_css' => '', |
|
| 415 | + 'geodir_theme_compat_js' => '', |
|
| 416 | + 'geodir_theme_compat_default_options' => '', |
|
| 417 | + 'geodir_theme_compat_code' => '' |
|
| 418 | + ); |
|
| 419 | 419 | |
| 420 | 420 | //Jobby |
| 421 | - $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 421 | + $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 422 | 422 | |
| 423 | 423 | //GeoProperty |
| 424 | - $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 424 | + $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 425 | 425 | |
| 426 | 426 | //Avada |
| 427 | - $theme_compat['Avada'] = array( |
|
| 428 | - 'geodir_wrapper_open_id' => '', |
|
| 429 | - 'geodir_wrapper_open_class' => '', |
|
| 430 | - 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 431 | - 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 432 | - 'geodir_wrapper_content_open_id' => 'content', |
|
| 433 | - 'geodir_wrapper_content_open_class' => '', |
|
| 434 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 435 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 436 | - 'geodir_article_open_id' => '', |
|
| 437 | - 'geodir_article_open_class' => '', |
|
| 438 | - 'geodir_article_open_replace' => '', |
|
| 439 | - 'geodir_article_close_replace' => '', |
|
| 440 | - 'geodir_sidebar_right_open_id' => '', |
|
| 441 | - 'geodir_sidebar_right_open_class' => '', |
|
| 442 | - 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 443 | - 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 444 | - 'geodir_sidebar_left_open_id' => '', |
|
| 445 | - 'geodir_sidebar_left_open_class' => '', |
|
| 446 | - 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 447 | - 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 448 | - 'geodir_main_content_open_id' => '', |
|
| 449 | - 'geodir_main_content_open_class' => '', |
|
| 450 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 451 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 452 | - 'geodir_top_content_add' => '', |
|
| 453 | - 'geodir_before_main_content_add' => '', |
|
| 454 | - 'geodir_before_widget_filter' => '', |
|
| 455 | - 'geodir_after_widget_filter' => '', |
|
| 456 | - 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 457 | - 'geodir_theme_compat_js' => '', |
|
| 458 | - 'geodir_theme_compat_default_options' => '', |
|
| 459 | - 'geodir_theme_compat_code' => 'Avada' |
|
| 460 | - ); |
|
| 427 | + $theme_compat['Avada'] = array( |
|
| 428 | + 'geodir_wrapper_open_id' => '', |
|
| 429 | + 'geodir_wrapper_open_class' => '', |
|
| 430 | + 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 431 | + 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 432 | + 'geodir_wrapper_content_open_id' => 'content', |
|
| 433 | + 'geodir_wrapper_content_open_class' => '', |
|
| 434 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 435 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 436 | + 'geodir_article_open_id' => '', |
|
| 437 | + 'geodir_article_open_class' => '', |
|
| 438 | + 'geodir_article_open_replace' => '', |
|
| 439 | + 'geodir_article_close_replace' => '', |
|
| 440 | + 'geodir_sidebar_right_open_id' => '', |
|
| 441 | + 'geodir_sidebar_right_open_class' => '', |
|
| 442 | + 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 443 | + 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 444 | + 'geodir_sidebar_left_open_id' => '', |
|
| 445 | + 'geodir_sidebar_left_open_class' => '', |
|
| 446 | + 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 447 | + 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 448 | + 'geodir_main_content_open_id' => '', |
|
| 449 | + 'geodir_main_content_open_class' => '', |
|
| 450 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 451 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 452 | + 'geodir_top_content_add' => '', |
|
| 453 | + 'geodir_before_main_content_add' => '', |
|
| 454 | + 'geodir_before_widget_filter' => '', |
|
| 455 | + 'geodir_after_widget_filter' => '', |
|
| 456 | + 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 457 | + 'geodir_theme_compat_js' => '', |
|
| 458 | + 'geodir_theme_compat_default_options' => '', |
|
| 459 | + 'geodir_theme_compat_code' => 'Avada' |
|
| 460 | + ); |
|
| 461 | 461 | |
| 462 | 462 | //Enfold |
| 463 | - $theme_compat['Enfold'] = array( |
|
| 464 | - 'geodir_wrapper_open_id' => '', |
|
| 465 | - 'geodir_wrapper_open_class' => '', |
|
| 466 | - 'geodir_wrapper_open_replace' => '', |
|
| 467 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 468 | - 'geodir_wrapper_content_open_id' => '', |
|
| 469 | - 'geodir_wrapper_content_open_class' => '', |
|
| 470 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 471 | - 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 472 | - 'geodir_article_open_id' => '', |
|
| 473 | - 'geodir_article_open_class' => '', |
|
| 474 | - 'geodir_article_open_replace' => '', |
|
| 475 | - 'geodir_article_close_replace' => '', |
|
| 476 | - 'geodir_sidebar_right_open_id' => '', |
|
| 477 | - 'geodir_sidebar_right_open_class' => '', |
|
| 478 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 479 | - 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 480 | - 'geodir_sidebar_left_open_id' => '', |
|
| 481 | - 'geodir_sidebar_left_open_class' => '', |
|
| 482 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 483 | - 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 484 | - 'geodir_main_content_open_id' => '', |
|
| 485 | - 'geodir_main_content_open_class' => '', |
|
| 486 | - 'geodir_main_content_open_replace' => '', |
|
| 487 | - 'geodir_main_content_close_replace' => '', |
|
| 488 | - 'geodir_top_content_add' => '', |
|
| 489 | - 'geodir_before_main_content_add' => '', |
|
| 490 | - 'geodir_before_widget_filter' => '', |
|
| 491 | - 'geodir_after_widget_filter' => '', |
|
| 492 | - 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 493 | - 'geodir_theme_compat_js' => '', |
|
| 494 | - 'geodir_theme_compat_default_options' => '', |
|
| 495 | - 'geodir_theme_compat_code' => 'Enfold' |
|
| 496 | - ); |
|
| 463 | + $theme_compat['Enfold'] = array( |
|
| 464 | + 'geodir_wrapper_open_id' => '', |
|
| 465 | + 'geodir_wrapper_open_class' => '', |
|
| 466 | + 'geodir_wrapper_open_replace' => '', |
|
| 467 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 468 | + 'geodir_wrapper_content_open_id' => '', |
|
| 469 | + 'geodir_wrapper_content_open_class' => '', |
|
| 470 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 471 | + 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 472 | + 'geodir_article_open_id' => '', |
|
| 473 | + 'geodir_article_open_class' => '', |
|
| 474 | + 'geodir_article_open_replace' => '', |
|
| 475 | + 'geodir_article_close_replace' => '', |
|
| 476 | + 'geodir_sidebar_right_open_id' => '', |
|
| 477 | + 'geodir_sidebar_right_open_class' => '', |
|
| 478 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 479 | + 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 480 | + 'geodir_sidebar_left_open_id' => '', |
|
| 481 | + 'geodir_sidebar_left_open_class' => '', |
|
| 482 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 483 | + 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 484 | + 'geodir_main_content_open_id' => '', |
|
| 485 | + 'geodir_main_content_open_class' => '', |
|
| 486 | + 'geodir_main_content_open_replace' => '', |
|
| 487 | + 'geodir_main_content_close_replace' => '', |
|
| 488 | + 'geodir_top_content_add' => '', |
|
| 489 | + 'geodir_before_main_content_add' => '', |
|
| 490 | + 'geodir_before_widget_filter' => '', |
|
| 491 | + 'geodir_after_widget_filter' => '', |
|
| 492 | + 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 493 | + 'geodir_theme_compat_js' => '', |
|
| 494 | + 'geodir_theme_compat_default_options' => '', |
|
| 495 | + 'geodir_theme_compat_code' => 'Enfold' |
|
| 496 | + ); |
|
| 497 | 497 | |
| 498 | 498 | // X |
| 499 | - $theme_compat['X'] = array( |
|
| 500 | - 'geodir_wrapper_open_id' => '', |
|
| 501 | - 'geodir_wrapper_open_class' => '', |
|
| 502 | - 'geodir_wrapper_open_replace' => '', |
|
| 503 | - 'geodir_wrapper_close_replace' => '', |
|
| 504 | - 'geodir_wrapper_content_open_id' => '', |
|
| 505 | - 'geodir_wrapper_content_open_class' => '', |
|
| 506 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 507 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 508 | - 'geodir_article_open_id' => '', |
|
| 509 | - 'geodir_article_open_class' => '', |
|
| 510 | - 'geodir_article_open_replace' => '', |
|
| 511 | - 'geodir_article_close_replace' => '', |
|
| 512 | - 'geodir_sidebar_right_open_id' => '', |
|
| 513 | - 'geodir_sidebar_right_open_class' => '', |
|
| 514 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 515 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 516 | - 'geodir_sidebar_left_open_id' => '', |
|
| 517 | - 'geodir_sidebar_left_open_class' => '', |
|
| 518 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 519 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 520 | - 'geodir_main_content_open_id' => '', |
|
| 521 | - 'geodir_main_content_open_class' => '', |
|
| 522 | - 'geodir_main_content_open_replace' => '', |
|
| 523 | - 'geodir_main_content_close_replace' => '', |
|
| 524 | - 'geodir_top_content_add' => '', |
|
| 525 | - 'geodir_before_main_content_add' => '', |
|
| 526 | - 'geodir_before_widget_filter' => '', |
|
| 527 | - 'geodir_after_widget_filter' => '', |
|
| 528 | - 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 529 | - 'geodir_theme_compat_js' => '', |
|
| 530 | - 'geodir_theme_compat_default_options' => '', |
|
| 531 | - 'geodir_theme_compat_code' => 'X' |
|
| 532 | - ); |
|
| 499 | + $theme_compat['X'] = array( |
|
| 500 | + 'geodir_wrapper_open_id' => '', |
|
| 501 | + 'geodir_wrapper_open_class' => '', |
|
| 502 | + 'geodir_wrapper_open_replace' => '', |
|
| 503 | + 'geodir_wrapper_close_replace' => '', |
|
| 504 | + 'geodir_wrapper_content_open_id' => '', |
|
| 505 | + 'geodir_wrapper_content_open_class' => '', |
|
| 506 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 507 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 508 | + 'geodir_article_open_id' => '', |
|
| 509 | + 'geodir_article_open_class' => '', |
|
| 510 | + 'geodir_article_open_replace' => '', |
|
| 511 | + 'geodir_article_close_replace' => '', |
|
| 512 | + 'geodir_sidebar_right_open_id' => '', |
|
| 513 | + 'geodir_sidebar_right_open_class' => '', |
|
| 514 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 515 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 516 | + 'geodir_sidebar_left_open_id' => '', |
|
| 517 | + 'geodir_sidebar_left_open_class' => '', |
|
| 518 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 519 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 520 | + 'geodir_main_content_open_id' => '', |
|
| 521 | + 'geodir_main_content_open_class' => '', |
|
| 522 | + 'geodir_main_content_open_replace' => '', |
|
| 523 | + 'geodir_main_content_close_replace' => '', |
|
| 524 | + 'geodir_top_content_add' => '', |
|
| 525 | + 'geodir_before_main_content_add' => '', |
|
| 526 | + 'geodir_before_widget_filter' => '', |
|
| 527 | + 'geodir_after_widget_filter' => '', |
|
| 528 | + 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 529 | + 'geodir_theme_compat_js' => '', |
|
| 530 | + 'geodir_theme_compat_default_options' => '', |
|
| 531 | + 'geodir_theme_compat_code' => 'X' |
|
| 532 | + ); |
|
| 533 | 533 | |
| 534 | 534 | // Divi |
| 535 | - $theme_compat['Divi'] = array( |
|
| 536 | - 'geodir_wrapper_open_id' => 'main-content', |
|
| 537 | - 'geodir_wrapper_open_class' => '', |
|
| 538 | - 'geodir_wrapper_open_replace' => '', |
|
| 539 | - 'geodir_wrapper_close_replace' => '', |
|
| 540 | - 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 541 | - 'geodir_wrapper_content_open_class' => '', |
|
| 542 | - 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 543 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 544 | - 'geodir_article_open_id' => '', |
|
| 545 | - 'geodir_article_open_class' => '', |
|
| 546 | - 'geodir_article_open_replace' => '', |
|
| 547 | - 'geodir_article_close_replace' => '', |
|
| 548 | - 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 549 | - 'geodir_sidebar_right_open_class' => '', |
|
| 550 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 551 | - 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 552 | - 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 553 | - 'geodir_sidebar_left_open_class' => '', |
|
| 554 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 555 | - 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 556 | - 'geodir_main_content_open_id' => '', |
|
| 557 | - 'geodir_main_content_open_class' => '', |
|
| 558 | - 'geodir_main_content_open_replace' => '', |
|
| 559 | - 'geodir_main_content_close_replace' => '', |
|
| 560 | - 'geodir_top_content_add' => '', |
|
| 561 | - 'geodir_before_main_content_add' => '', |
|
| 562 | - 'geodir_before_widget_filter' => '', |
|
| 563 | - 'geodir_after_widget_filter' => '', |
|
| 564 | - 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 565 | - 'geodir_theme_compat_js' => '', |
|
| 566 | - 'geodir_theme_compat_default_options' => '', |
|
| 567 | - 'geodir_theme_compat_code' => 'Divi' |
|
| 568 | - ); |
|
| 535 | + $theme_compat['Divi'] = array( |
|
| 536 | + 'geodir_wrapper_open_id' => 'main-content', |
|
| 537 | + 'geodir_wrapper_open_class' => '', |
|
| 538 | + 'geodir_wrapper_open_replace' => '', |
|
| 539 | + 'geodir_wrapper_close_replace' => '', |
|
| 540 | + 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 541 | + 'geodir_wrapper_content_open_class' => '', |
|
| 542 | + 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 543 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 544 | + 'geodir_article_open_id' => '', |
|
| 545 | + 'geodir_article_open_class' => '', |
|
| 546 | + 'geodir_article_open_replace' => '', |
|
| 547 | + 'geodir_article_close_replace' => '', |
|
| 548 | + 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 549 | + 'geodir_sidebar_right_open_class' => '', |
|
| 550 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 551 | + 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 552 | + 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 553 | + 'geodir_sidebar_left_open_class' => '', |
|
| 554 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 555 | + 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 556 | + 'geodir_main_content_open_id' => '', |
|
| 557 | + 'geodir_main_content_open_class' => '', |
|
| 558 | + 'geodir_main_content_open_replace' => '', |
|
| 559 | + 'geodir_main_content_close_replace' => '', |
|
| 560 | + 'geodir_top_content_add' => '', |
|
| 561 | + 'geodir_before_main_content_add' => '', |
|
| 562 | + 'geodir_before_widget_filter' => '', |
|
| 563 | + 'geodir_after_widget_filter' => '', |
|
| 564 | + 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 565 | + 'geodir_theme_compat_js' => '', |
|
| 566 | + 'geodir_theme_compat_default_options' => '', |
|
| 567 | + 'geodir_theme_compat_code' => 'Divi' |
|
| 568 | + ); |
|
| 569 | 569 | |
| 570 | 570 | // Genesis |
| 571 | - $theme_compat['Genesis'] = array( |
|
| 572 | - 'geodir_wrapper_open_id' => '', |
|
| 573 | - 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 574 | - 'geodir_wrapper_open_replace' => '', |
|
| 575 | - 'geodir_wrapper_close_replace' => '', |
|
| 576 | - 'geodir_wrapper_content_open_id' => '', |
|
| 577 | - 'geodir_wrapper_content_open_class' => 'content', |
|
| 578 | - 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 579 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 580 | - 'geodir_article_open_id' => '', |
|
| 581 | - 'geodir_article_open_class' => '', |
|
| 582 | - 'geodir_article_open_replace' => '', |
|
| 583 | - 'geodir_article_close_replace' => '', |
|
| 584 | - 'geodir_sidebar_right_open_id' => '', |
|
| 585 | - 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 586 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 587 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 588 | - 'geodir_sidebar_left_open_id' => '', |
|
| 589 | - 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 590 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 591 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 592 | - 'geodir_main_content_open_id' => '', |
|
| 593 | - 'geodir_main_content_open_class' => '', |
|
| 594 | - 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 595 | - 'geodir_main_content_close_replace' => '', |
|
| 596 | - 'geodir_top_content_add' => '', |
|
| 597 | - 'geodir_before_main_content_add' => '', |
|
| 598 | - 'geodir_before_widget_filter' => '', |
|
| 599 | - 'geodir_after_widget_filter' => '', |
|
| 600 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 601 | - 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 602 | - 'geodir_theme_compat_js' => '', |
|
| 603 | - 'geodir_theme_compat_default_options' => '', |
|
| 604 | - 'geodir_theme_compat_code' => 'Genesis' |
|
| 605 | - ); |
|
| 571 | + $theme_compat['Genesis'] = array( |
|
| 572 | + 'geodir_wrapper_open_id' => '', |
|
| 573 | + 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 574 | + 'geodir_wrapper_open_replace' => '', |
|
| 575 | + 'geodir_wrapper_close_replace' => '', |
|
| 576 | + 'geodir_wrapper_content_open_id' => '', |
|
| 577 | + 'geodir_wrapper_content_open_class' => 'content', |
|
| 578 | + 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 579 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 580 | + 'geodir_article_open_id' => '', |
|
| 581 | + 'geodir_article_open_class' => '', |
|
| 582 | + 'geodir_article_open_replace' => '', |
|
| 583 | + 'geodir_article_close_replace' => '', |
|
| 584 | + 'geodir_sidebar_right_open_id' => '', |
|
| 585 | + 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 586 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 587 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 588 | + 'geodir_sidebar_left_open_id' => '', |
|
| 589 | + 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 590 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 591 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 592 | + 'geodir_main_content_open_id' => '', |
|
| 593 | + 'geodir_main_content_open_class' => '', |
|
| 594 | + 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 595 | + 'geodir_main_content_close_replace' => '', |
|
| 596 | + 'geodir_top_content_add' => '', |
|
| 597 | + 'geodir_before_main_content_add' => '', |
|
| 598 | + 'geodir_before_widget_filter' => '', |
|
| 599 | + 'geodir_after_widget_filter' => '', |
|
| 600 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 601 | + 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 602 | + 'geodir_theme_compat_js' => '', |
|
| 603 | + 'geodir_theme_compat_default_options' => '', |
|
| 604 | + 'geodir_theme_compat_code' => 'Genesis' |
|
| 605 | + ); |
|
| 606 | 606 | |
| 607 | 607 | // Jupiter |
| 608 | - $theme_compat['Jupiter'] = array( |
|
| 609 | - 'geodir_wrapper_open_id' => '', |
|
| 610 | - 'geodir_wrapper_open_class' => '', |
|
| 611 | - 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 612 | - 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 613 | - 'geodir_wrapper_content_open_id' => '', |
|
| 614 | - 'geodir_wrapper_content_open_class' => '', |
|
| 615 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 616 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 617 | - 'geodir_article_open_id' => '', |
|
| 618 | - 'geodir_article_open_class' => '', |
|
| 619 | - 'geodir_article_open_replace' => '', |
|
| 620 | - 'geodir_article_close_replace' => '', |
|
| 621 | - 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 622 | - 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 623 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 624 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 625 | - 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 626 | - 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 627 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 628 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 629 | - 'geodir_main_content_open_id' => '', |
|
| 630 | - 'geodir_main_content_open_class' => '', |
|
| 631 | - 'geodir_main_content_open_replace' => '', |
|
| 632 | - 'geodir_main_content_close_replace' => '', |
|
| 633 | - 'geodir_top_content_add' => '', |
|
| 634 | - 'geodir_before_main_content_add' => '', |
|
| 635 | - 'geodir_before_widget_filter' => '', |
|
| 636 | - 'geodir_after_widget_filter' => '', |
|
| 637 | - 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 638 | - 'geodir_after_title_filter' => '', |
|
| 639 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 640 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 641 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 642 | - 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 643 | - 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 644 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 645 | - 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 646 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 647 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 648 | - 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 649 | - 'geodir_theme_compat_js' => '', |
|
| 650 | - 'geodir_theme_compat_default_options' => '', |
|
| 651 | - 'geodir_theme_compat_code' => 'Jupiter' |
|
| 652 | - ); |
|
| 608 | + $theme_compat['Jupiter'] = array( |
|
| 609 | + 'geodir_wrapper_open_id' => '', |
|
| 610 | + 'geodir_wrapper_open_class' => '', |
|
| 611 | + 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 612 | + 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 613 | + 'geodir_wrapper_content_open_id' => '', |
|
| 614 | + 'geodir_wrapper_content_open_class' => '', |
|
| 615 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 616 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 617 | + 'geodir_article_open_id' => '', |
|
| 618 | + 'geodir_article_open_class' => '', |
|
| 619 | + 'geodir_article_open_replace' => '', |
|
| 620 | + 'geodir_article_close_replace' => '', |
|
| 621 | + 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 622 | + 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 623 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 624 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 625 | + 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 626 | + 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 627 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 628 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 629 | + 'geodir_main_content_open_id' => '', |
|
| 630 | + 'geodir_main_content_open_class' => '', |
|
| 631 | + 'geodir_main_content_open_replace' => '', |
|
| 632 | + 'geodir_main_content_close_replace' => '', |
|
| 633 | + 'geodir_top_content_add' => '', |
|
| 634 | + 'geodir_before_main_content_add' => '', |
|
| 635 | + 'geodir_before_widget_filter' => '', |
|
| 636 | + 'geodir_after_widget_filter' => '', |
|
| 637 | + 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 638 | + 'geodir_after_title_filter' => '', |
|
| 639 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 640 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 641 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 642 | + 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 643 | + 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 644 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 645 | + 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 646 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 647 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 648 | + 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 649 | + 'geodir_theme_compat_js' => '', |
|
| 650 | + 'geodir_theme_compat_default_options' => '', |
|
| 651 | + 'geodir_theme_compat_code' => 'Jupiter' |
|
| 652 | + ); |
|
| 653 | 653 | |
| 654 | 654 | // Multi News |
| 655 | - $theme_compat['Multi_News'] = array( |
|
| 656 | - 'geodir_wrapper_open_id' => '', |
|
| 657 | - 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 658 | - 'geodir_wrapper_open_replace' => '', |
|
| 659 | - 'geodir_wrapper_close_replace' => '', |
|
| 660 | - 'geodir_wrapper_content_open_id' => '', |
|
| 661 | - 'geodir_wrapper_content_open_class' => '', |
|
| 662 | - 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 663 | - 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 664 | - 'geodir_article_open_id' => '', |
|
| 665 | - 'geodir_article_open_class' => '', |
|
| 666 | - 'geodir_article_open_replace' => '', |
|
| 667 | - 'geodir_article_close_replace' => '', |
|
| 668 | - 'geodir_sidebar_right_open_id' => '', |
|
| 669 | - 'geodir_sidebar_right_open_class' => '', |
|
| 670 | - 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 671 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 672 | - 'geodir_sidebar_left_open_id' => '', |
|
| 673 | - 'geodir_sidebar_left_open_class' => '', |
|
| 674 | - 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 675 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 676 | - 'geodir_main_content_open_id' => '', |
|
| 677 | - 'geodir_main_content_open_class' => '', |
|
| 678 | - 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 679 | - 'geodir_main_content_close_replace' => '</div>', |
|
| 680 | - 'geodir_top_content_add' => '', |
|
| 681 | - 'geodir_before_main_content_add' => '', |
|
| 682 | - 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 683 | - 'geodir_before_widget_filter' => '', |
|
| 684 | - 'geodir_after_widget_filter' => '', |
|
| 685 | - 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 686 | - 'geodir_after_title_filter' => '</h2></div>', |
|
| 687 | - 'geodir_menu_li_class_filter' => '', |
|
| 688 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 689 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 690 | - 'geodir_menu_a_class_filter' => '', |
|
| 691 | - 'geodir_sub_menu_a_class_filter' => '', |
|
| 692 | - 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 693 | - 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 694 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 695 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 696 | - 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 697 | - 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 698 | - 'geodir_theme_compat_default_options' => '', |
|
| 699 | - 'geodir_theme_compat_code' => 'Multi_News' |
|
| 700 | - ); |
|
| 701 | - |
|
| 702 | - // Kelo |
|
| 703 | - $theme_compat['Kleo'] = array( |
|
| 704 | - 'geodir_theme_compat_code' => 'Kleo' |
|
| 705 | - ); |
|
| 706 | - |
|
| 707 | - |
|
| 708 | - // Twenty Seventeen |
|
| 709 | - $theme_compat['Twenty_Seventeen'] = array( |
|
| 710 | - 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 711 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 712 | - 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 713 | - 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 714 | - 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 715 | - 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 716 | - ); |
|
| 717 | - |
|
| 718 | - |
|
| 719 | - update_option('gd_theme_compats', $theme_compat);
|
|
| 720 | - |
|
| 721 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 655 | + $theme_compat['Multi_News'] = array( |
|
| 656 | + 'geodir_wrapper_open_id' => '', |
|
| 657 | + 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 658 | + 'geodir_wrapper_open_replace' => '', |
|
| 659 | + 'geodir_wrapper_close_replace' => '', |
|
| 660 | + 'geodir_wrapper_content_open_id' => '', |
|
| 661 | + 'geodir_wrapper_content_open_class' => '', |
|
| 662 | + 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 663 | + 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 664 | + 'geodir_article_open_id' => '', |
|
| 665 | + 'geodir_article_open_class' => '', |
|
| 666 | + 'geodir_article_open_replace' => '', |
|
| 667 | + 'geodir_article_close_replace' => '', |
|
| 668 | + 'geodir_sidebar_right_open_id' => '', |
|
| 669 | + 'geodir_sidebar_right_open_class' => '', |
|
| 670 | + 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 671 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 672 | + 'geodir_sidebar_left_open_id' => '', |
|
| 673 | + 'geodir_sidebar_left_open_class' => '', |
|
| 674 | + 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 675 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 676 | + 'geodir_main_content_open_id' => '', |
|
| 677 | + 'geodir_main_content_open_class' => '', |
|
| 678 | + 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 679 | + 'geodir_main_content_close_replace' => '</div>', |
|
| 680 | + 'geodir_top_content_add' => '', |
|
| 681 | + 'geodir_before_main_content_add' => '', |
|
| 682 | + 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 683 | + 'geodir_before_widget_filter' => '', |
|
| 684 | + 'geodir_after_widget_filter' => '', |
|
| 685 | + 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 686 | + 'geodir_after_title_filter' => '</h2></div>', |
|
| 687 | + 'geodir_menu_li_class_filter' => '', |
|
| 688 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 689 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 690 | + 'geodir_menu_a_class_filter' => '', |
|
| 691 | + 'geodir_sub_menu_a_class_filter' => '', |
|
| 692 | + 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 693 | + 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 694 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 695 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 696 | + 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 697 | + 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 698 | + 'geodir_theme_compat_default_options' => '', |
|
| 699 | + 'geodir_theme_compat_code' => 'Multi_News' |
|
| 700 | + ); |
|
| 701 | + |
|
| 702 | + // Kelo |
|
| 703 | + $theme_compat['Kleo'] = array( |
|
| 704 | + 'geodir_theme_compat_code' => 'Kleo' |
|
| 705 | + ); |
|
| 706 | + |
|
| 707 | + |
|
| 708 | + // Twenty Seventeen |
|
| 709 | + $theme_compat['Twenty_Seventeen'] = array( |
|
| 710 | + 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 711 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 712 | + 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 713 | + 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 714 | + 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 715 | + 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 716 | + ); |
|
| 717 | + |
|
| 718 | + |
|
| 719 | + update_option('gd_theme_compats', $theme_compat);
|
|
| 720 | + |
|
| 721 | + gd_set_theme_compat();// set the compat pack if avail |
|
| 722 | 722 | } |
| 723 | 723 | |
| 724 | 724 | |
@@ -730,61 +730,61 @@ discard block |
||
| 730 | 730 | * @global object $wpdb WordPress Database object. |
| 731 | 731 | */ |
| 732 | 732 | function gd_convert_virtual_pages(){
|
| 733 | - global $wpdb; |
|
| 734 | - |
|
| 735 | - // Update the add listing page settings |
|
| 736 | - $add_listing_page = $wpdb->get_var( |
|
| 737 | - $wpdb->prepare( |
|
| 738 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 739 | - array('add-listing')
|
|
| 740 | - ) |
|
| 741 | - ); |
|
| 742 | - |
|
| 743 | - if($add_listing_page){
|
|
| 744 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 745 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 746 | - } |
|
| 747 | - |
|
| 748 | - // Update the listing preview page settings |
|
| 749 | - $listing_preview_page = $wpdb->get_var( |
|
| 750 | - $wpdb->prepare( |
|
| 751 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 752 | - array('listing-preview')
|
|
| 753 | - ) |
|
| 754 | - ); |
|
| 755 | - |
|
| 756 | - if($listing_preview_page){
|
|
| 757 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 758 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 759 | - } |
|
| 760 | - |
|
| 761 | - // Update the listing success page settings |
|
| 762 | - $listing_success_page = $wpdb->get_var( |
|
| 763 | - $wpdb->prepare( |
|
| 764 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 765 | - array('listing-success')
|
|
| 766 | - ) |
|
| 767 | - ); |
|
| 768 | - |
|
| 769 | - if($listing_success_page){
|
|
| 770 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 771 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 772 | - } |
|
| 773 | - |
|
| 774 | - // Update the listing success page settings |
|
| 775 | - $location_page = $wpdb->get_var( |
|
| 776 | - $wpdb->prepare( |
|
| 777 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 778 | - array('location')
|
|
| 779 | - ) |
|
| 780 | - ); |
|
| 781 | - |
|
| 782 | - if($location_page){
|
|
| 783 | - $location_slug = get_option('geodir_location_prefix');
|
|
| 784 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 785 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 786 | - update_option( 'geodir_location_page', $location_page); |
|
| 787 | - } |
|
| 733 | + global $wpdb; |
|
| 734 | + |
|
| 735 | + // Update the add listing page settings |
|
| 736 | + $add_listing_page = $wpdb->get_var( |
|
| 737 | + $wpdb->prepare( |
|
| 738 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 739 | + array('add-listing')
|
|
| 740 | + ) |
|
| 741 | + ); |
|
| 742 | + |
|
| 743 | + if($add_listing_page){
|
|
| 744 | + wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 745 | + update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 746 | + } |
|
| 747 | + |
|
| 748 | + // Update the listing preview page settings |
|
| 749 | + $listing_preview_page = $wpdb->get_var( |
|
| 750 | + $wpdb->prepare( |
|
| 751 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 752 | + array('listing-preview')
|
|
| 753 | + ) |
|
| 754 | + ); |
|
| 755 | + |
|
| 756 | + if($listing_preview_page){
|
|
| 757 | + wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 758 | + update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 759 | + } |
|
| 760 | + |
|
| 761 | + // Update the listing success page settings |
|
| 762 | + $listing_success_page = $wpdb->get_var( |
|
| 763 | + $wpdb->prepare( |
|
| 764 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 765 | + array('listing-success')
|
|
| 766 | + ) |
|
| 767 | + ); |
|
| 768 | + |
|
| 769 | + if($listing_success_page){
|
|
| 770 | + wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 771 | + update_option( 'geodir_success_page', $listing_success_page); |
|
| 772 | + } |
|
| 773 | + |
|
| 774 | + // Update the listing success page settings |
|
| 775 | + $location_page = $wpdb->get_var( |
|
| 776 | + $wpdb->prepare( |
|
| 777 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 778 | + array('location')
|
|
| 779 | + ) |
|
| 780 | + ); |
|
| 781 | + |
|
| 782 | + if($location_page){
|
|
| 783 | + $location_slug = get_option('geodir_location_prefix');
|
|
| 784 | + if(!$location_slug ){$location_slug = 'location';}
|
|
| 785 | + wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 786 | + update_option( 'geodir_location_page', $location_page); |
|
| 787 | + } |
|
| 788 | 788 | |
| 789 | 789 | } |
| 790 | 790 | |
@@ -798,31 +798,31 @@ discard block |
||
| 798 | 798 | function gd_fix_cpt_rewrite_slug() |
| 799 | 799 | {
|
| 800 | 800 | |
| 801 | - $alt_post_types = array(); |
|
| 802 | - $post_types = get_option('geodir_post_types');
|
|
| 801 | + $alt_post_types = array(); |
|
| 802 | + $post_types = get_option('geodir_post_types');
|
|
| 803 | 803 | |
| 804 | 804 | |
| 805 | - if (is_array($post_types)){
|
|
| 805 | + if (is_array($post_types)){
|
|
| 806 | 806 | |
| 807 | - foreach ($post_types as $post_type => $args) {
|
|
| 807 | + foreach ($post_types as $post_type => $args) {
|
|
| 808 | 808 | |
| 809 | 809 | |
| 810 | - if(isset($args['rewrite']['slug'])){
|
|
| 811 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 812 | - } |
|
| 810 | + if(isset($args['rewrite']['slug'])){
|
|
| 811 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 812 | + } |
|
| 813 | 813 | |
| 814 | - $alt_post_types[$post_type] = $args; |
|
| 814 | + $alt_post_types[$post_type] = $args; |
|
| 815 | 815 | |
| 816 | - } |
|
| 817 | - } |
|
| 816 | + } |
|
| 817 | + } |
|
| 818 | 818 | |
| 819 | - if(!empty($alt_post_types)) {
|
|
| 820 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 821 | - } |
|
| 819 | + if(!empty($alt_post_types)) {
|
|
| 820 | + update_option('geodir_post_types',$alt_post_types);
|
|
| 821 | + } |
|
| 822 | 822 | |
| 823 | 823 | |
| 824 | - // flush the rewrite rules |
|
| 825 | - flush_rewrite_rules(); |
|
| 824 | + // flush the rewrite rules |
|
| 825 | + flush_rewrite_rules(); |
|
| 826 | 826 | } |
| 827 | 827 | |
| 828 | 828 | |
@@ -835,18 +835,18 @@ discard block |
||
| 835 | 835 | */ |
| 836 | 836 | function gd_fix_address_detail_table_limit() |
| 837 | 837 | {
|
| 838 | - global $wpdb; |
|
| 839 | - |
|
| 840 | - $all_postypes = geodir_get_posttypes(); |
|
| 841 | - |
|
| 842 | - if (!empty($all_postypes)) {
|
|
| 843 | - foreach ($all_postypes as $key) {
|
|
| 844 | - // update each GD CTP |
|
| 845 | - try {
|
|
| 846 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 847 | - } catch(Exception $e) {
|
|
| 848 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 849 | - } |
|
| 850 | - } |
|
| 851 | - } |
|
| 838 | + global $wpdb; |
|
| 839 | + |
|
| 840 | + $all_postypes = geodir_get_posttypes(); |
|
| 841 | + |
|
| 842 | + if (!empty($all_postypes)) {
|
|
| 843 | + foreach ($all_postypes as $key) {
|
|
| 844 | + // update each GD CTP |
|
| 845 | + try {
|
|
| 846 | + $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 847 | + } catch(Exception $e) {
|
|
| 848 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 849 | + } |
|
| 850 | + } |
|
| 851 | + } |
|
| 852 | 852 | } |
@@ -22,8 +22,7 @@ discard block |
||
| 22 | 22 | function geodir_cf_checkbox($html,$location,$cf,$p=''){ |
| 23 | 23 | |
| 24 | 24 | // check we have the post value |
| 25 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 26 | - else{ global $post;} |
|
| 25 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 27 | 26 | |
| 28 | 27 | if(!is_array($cf) && $cf!=''){ |
| 29 | 28 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -76,8 +75,10 @@ discard block |
||
| 76 | 75 | |
| 77 | 76 | if ( $post->{$html_var} == '1' ): |
| 78 | 77 | $html_val = __( 'Yes', 'geodirectory' ); |
| 79 | - else: |
|
| 78 | + else { |
|
| 79 | + : |
|
| 80 | 80 | $html_val = __( 'No', 'geodirectory' ); |
| 81 | + } |
|
| 81 | 82 | endif; |
| 82 | 83 | |
| 83 | 84 | $field_icon = geodir_field_icon_proccess($cf); |
@@ -115,8 +116,7 @@ discard block |
||
| 115 | 116 | function geodir_cf_fieldset($html,$location,$cf,$p=''){ |
| 116 | 117 | |
| 117 | 118 | // check we have the post value |
| 118 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 119 | - else{ global $post;} |
|
| 119 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 120 | 120 | |
| 121 | 121 | if(!is_array($cf) && $cf!=''){ |
| 122 | 122 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -195,8 +195,7 @@ discard block |
||
| 195 | 195 | function geodir_cf_url($html,$location,$cf,$p=''){ |
| 196 | 196 | |
| 197 | 197 | // check we have the post value |
| 198 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 199 | - else{ global $post;} |
|
| 198 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 200 | 199 | |
| 201 | 200 | if(!is_array($cf) && $cf!=''){ |
| 202 | 201 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -310,8 +309,7 @@ discard block |
||
| 310 | 309 | function geodir_cf_phone($html,$location,$cf,$p=''){ |
| 311 | 310 | |
| 312 | 311 | // check we have the post value |
| 313 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 314 | - else{ global $post;} |
|
| 312 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 315 | 313 | |
| 316 | 314 | if(!is_array($cf) && $cf!=''){ |
| 317 | 315 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -399,8 +397,7 @@ discard block |
||
| 399 | 397 | function geodir_cf_time($html,$location,$cf,$p=''){ |
| 400 | 398 | |
| 401 | 399 | // check we have the post value |
| 402 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 403 | - else{ global $post;} |
|
| 400 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 404 | 401 | |
| 405 | 402 | if(!is_array($cf) && $cf!=''){ |
| 406 | 403 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -452,9 +449,10 @@ discard block |
||
| 452 | 449 | if ($post->{$cf['htmlvar_name']}): |
| 453 | 450 | |
| 454 | 451 | $value = ''; |
| 455 | - if ($post->{$cf['htmlvar_name']} != '') |
|
| 456 | - //$value = date('h:i',strtotime($post->{$cf['htmlvar_name']})); |
|
| 452 | + if ($post->{$cf['htmlvar_name']} != '') { |
|
| 453 | + //$value = date('h:i',strtotime($post->{$cf['htmlvar_name']})); |
|
| 457 | 454 | $value = date(get_option('time_format'), strtotime($post->{$cf['htmlvar_name']})); |
| 455 | + } |
|
| 458 | 456 | |
| 459 | 457 | $field_icon = geodir_field_icon_proccess($cf); |
| 460 | 458 | if (strpos($field_icon, 'http') !== false) { |
@@ -493,8 +491,7 @@ discard block |
||
| 493 | 491 | function geodir_cf_datepicker($html,$location,$cf,$p=''){ |
| 494 | 492 | |
| 495 | 493 | // check we have the post value |
| 496 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 497 | - else{ global $post;} |
|
| 494 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 498 | 495 | |
| 499 | 496 | if(!is_array($cf) && $cf!=''){ |
| 500 | 497 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -560,13 +557,13 @@ discard block |
||
| 560 | 557 | $date_format = str_replace($search, $replace, $date_format); |
| 561 | 558 | |
| 562 | 559 | $post_htmlvar_value = ($date_format == 'd/m/Y' || $date_format == 'j/n/Y' ) ? str_replace('/', '-', $post->{$cf['htmlvar_name']}) : $post->{$cf['htmlvar_name']}; // PHP doesn't work well with dd/mm/yyyy format |
| 563 | - }else{ |
|
| 560 | + } else{ |
|
| 564 | 561 | $post_htmlvar_value = $post->{$cf['htmlvar_name']}; |
| 565 | 562 | } |
| 566 | 563 | |
| 567 | 564 | if ($post->{$cf['htmlvar_name']} != '' && $post->{$cf['htmlvar_name']}!="0000-00-00") { |
| 568 | 565 | $value = date_i18n($date_format, strtotime($post_htmlvar_value)); |
| 569 | - }else{ |
|
| 566 | + } else{ |
|
| 570 | 567 | return ''; |
| 571 | 568 | } |
| 572 | 569 | |
@@ -609,8 +606,7 @@ discard block |
||
| 609 | 606 | function geodir_cf_text($html,$location,$cf,$p=''){ |
| 610 | 607 | |
| 611 | 608 | // check we have the post value |
| 612 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 613 | - else{ global $post;} |
|
| 609 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 614 | 610 | |
| 615 | 611 | if(!is_array($cf) && $cf!=''){ |
| 616 | 612 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -700,8 +696,7 @@ discard block |
||
| 700 | 696 | function geodir_cf_radio($html,$location,$cf,$p=''){ |
| 701 | 697 | |
| 702 | 698 | // check we have the post value |
| 703 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 704 | - else{ global $post;} |
|
| 699 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 705 | 700 | |
| 706 | 701 | if(!is_array($cf) && $cf!=''){ |
| 707 | 702 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -807,8 +802,7 @@ discard block |
||
| 807 | 802 | function geodir_cf_select($html,$location,$cf,$p=''){ |
| 808 | 803 | |
| 809 | 804 | // check we have the post value |
| 810 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 811 | - else{ global $post;} |
|
| 805 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 812 | 806 | |
| 813 | 807 | if(!is_array($cf) && $cf!=''){ |
| 814 | 808 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -908,8 +902,7 @@ discard block |
||
| 908 | 902 | function geodir_cf_multiselect($html,$location,$cf,$p=''){ |
| 909 | 903 | |
| 910 | 904 | // check we have the post value |
| 911 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 912 | - else{ global $post;} |
|
| 905 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 913 | 906 | |
| 914 | 907 | if(!is_array($cf) && $cf!=''){ |
| 915 | 908 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1030,8 +1023,7 @@ discard block |
||
| 1030 | 1023 | function geodir_cf_email($html,$location,$cf,$p=''){ |
| 1031 | 1024 | |
| 1032 | 1025 | // check we have the post value |
| 1033 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1034 | - else{ global $post;} |
|
| 1026 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1035 | 1027 | |
| 1036 | 1028 | if(!is_array($cf) && $cf!=''){ |
| 1037 | 1029 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1162,7 +1154,7 @@ discard block |
||
| 1162 | 1154 | */ |
| 1163 | 1155 | $email_name = apply_filters('geodir_email_field_name_output',$email,$cf); |
| 1164 | 1156 | $html .= "<script>document.write('<a href=\"mailto:'+'$e_split[0]' + '@' + '$e_split[1]'+'\">$email_name</a>')</script>"; |
| 1165 | - }else{ |
|
| 1157 | + } else{ |
|
| 1166 | 1158 | $html .= $email; |
| 1167 | 1159 | } |
| 1168 | 1160 | $html .= '</span></div>'; |
@@ -1190,8 +1182,7 @@ discard block |
||
| 1190 | 1182 | function geodir_cf_file($html,$location,$cf,$p=''){ |
| 1191 | 1183 | |
| 1192 | 1184 | // check we have the post value |
| 1193 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1194 | - else{ global $post;} |
|
| 1185 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1195 | 1186 | |
| 1196 | 1187 | if(!is_array($cf) && $cf!=''){ |
| 1197 | 1188 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1330,8 +1321,7 @@ discard block |
||
| 1330 | 1321 | function geodir_cf_textarea($html,$location,$cf,$p=''){ |
| 1331 | 1322 | |
| 1332 | 1323 | // check we have the post value |
| 1333 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1334 | - else{ global $post;} |
|
| 1324 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1335 | 1325 | |
| 1336 | 1326 | if(!is_array($cf) && $cf!=''){ |
| 1337 | 1327 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1420,8 +1410,7 @@ discard block |
||
| 1420 | 1410 | function geodir_cf_html($html,$location,$cf,$p=''){ |
| 1421 | 1411 | |
| 1422 | 1412 | // check we have the post value |
| 1423 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1424 | - else{ global $post;} |
|
| 1413 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1425 | 1414 | |
| 1426 | 1415 | if(!is_array($cf) && $cf!=''){ |
| 1427 | 1416 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1509,8 +1498,7 @@ discard block |
||
| 1509 | 1498 | function geodir_cf_taxonomy($html,$location,$cf,$p=''){ |
| 1510 | 1499 | |
| 1511 | 1500 | // check we have the post value |
| 1512 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1513 | - else{ global $post;} |
|
| 1501 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1514 | 1502 | |
| 1515 | 1503 | if(!is_array($cf) && $cf!=''){ |
| 1516 | 1504 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -1631,8 +1619,7 @@ discard block |
||
| 1631 | 1619 | function geodir_cf_address($html,$location,$cf,$p=''){ |
| 1632 | 1620 | |
| 1633 | 1621 | // check we have the post value |
| 1634 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1635 | - else{ global $post;} |
|
| 1622 | + if(is_int($p)){$post = geodir_get_post_info($p);} else{ global $post;} |
|
| 1636 | 1623 | |
| 1637 | 1624 | if(!is_array($cf) && $cf!=''){ |
| 1638 | 1625 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
@@ -21,84 +21,84 @@ discard block |
||
| 21 | 21 | */ |
| 22 | 22 | function geodir_cf_checkbox($html,$location,$cf,$p=''){ |
| 23 | 23 | |
| 24 | - // check we have the post value |
|
| 25 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 26 | - else{ global $post;} |
|
| 27 | - |
|
| 28 | - if(!is_array($cf) && $cf!=''){ |
|
| 29 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 30 | - if(!$cf){return NULL;} |
|
| 31 | - } |
|
| 32 | - |
|
| 33 | - $html_var = $cf['htmlvar_name']; |
|
| 34 | - |
|
| 35 | - // Check if there is a location specific filter. |
|
| 36 | - if(has_filter("geodir_custom_field_output_checkbox_loc_{$location}")){ |
|
| 37 | - /** |
|
| 38 | - * Filter the checkbox html by location. |
|
| 39 | - * |
|
| 40 | - * @param string $html The html to filter. |
|
| 41 | - * @param array $cf The custom field array. |
|
| 42 | - * @since 1.6.6 |
|
| 43 | - */ |
|
| 44 | - $html = apply_filters("geodir_custom_field_output_checkbox_loc_{$location}",$html,$cf); |
|
| 45 | - } |
|
| 46 | - |
|
| 47 | - // Check if there is a custom field specific filter. |
|
| 48 | - if(has_filter("geodir_custom_field_output_checkbox_var_{$html_var}")){ |
|
| 49 | - /** |
|
| 50 | - * Filter the checkbox html by individual custom field. |
|
| 51 | - * |
|
| 52 | - * @param string $html The html to filter. |
|
| 53 | - * @param string $location The location to output the html. |
|
| 54 | - * @param array $cf The custom field array. |
|
| 55 | - * @since 1.6.6 |
|
| 56 | - */ |
|
| 57 | - $html = apply_filters("geodir_custom_field_output_checkbox_var_{$html_var}",$html,$location,$cf); |
|
| 58 | - } |
|
| 59 | - |
|
| 60 | - // Check if there is a custom field key specific filter. |
|
| 61 | - if(has_filter("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}")){ |
|
| 62 | - /** |
|
| 63 | - * Filter the checkbox html by field type key. |
|
| 64 | - * |
|
| 65 | - * @param string $html The html to filter. |
|
| 66 | - * @param string $location The location to output the html. |
|
| 67 | - * @param array $cf The custom field array. |
|
| 68 | - * @since 1.6.6 |
|
| 69 | - */ |
|
| 70 | - $html = apply_filters("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 71 | - } |
|
| 72 | - |
|
| 73 | - // If not html then we run the standard output. |
|
| 74 | - if(empty($html)){ |
|
| 75 | - |
|
| 76 | - if ( (int) $post->{$html_var} == 1 ): |
|
| 77 | - |
|
| 78 | - if ( $post->{$html_var} == '1' ): |
|
| 79 | - $html_val = __( 'Yes', 'geodirectory' ); |
|
| 80 | - else: |
|
| 81 | - $html_val = __( 'No', 'geodirectory' ); |
|
| 82 | - endif; |
|
| 83 | - |
|
| 84 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 85 | - if (strpos($field_icon, 'http') !== false) { |
|
| 86 | - $field_icon_af = ''; |
|
| 87 | - } elseif ($field_icon == '') { |
|
| 88 | - $field_icon_af = ''; |
|
| 89 | - } else { |
|
| 90 | - $field_icon_af = $field_icon; |
|
| 91 | - $field_icon = ''; |
|
| 92 | - } |
|
| 93 | - |
|
| 94 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-checkbox" style="' . $field_icon . '">' . $field_icon_af; |
|
| 95 | - $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ''; |
|
| 96 | - $html .= '</span>' . $html_val . '</div>'; |
|
| 97 | - endif; |
|
| 98 | - |
|
| 99 | - } |
|
| 100 | - |
|
| 101 | - return $html; |
|
| 24 | + // check we have the post value |
|
| 25 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 26 | + else{ global $post;} |
|
| 27 | + |
|
| 28 | + if(!is_array($cf) && $cf!=''){ |
|
| 29 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 30 | + if(!$cf){return NULL;} |
|
| 31 | + } |
|
| 32 | + |
|
| 33 | + $html_var = $cf['htmlvar_name']; |
|
| 34 | + |
|
| 35 | + // Check if there is a location specific filter. |
|
| 36 | + if(has_filter("geodir_custom_field_output_checkbox_loc_{$location}")){ |
|
| 37 | + /** |
|
| 38 | + * Filter the checkbox html by location. |
|
| 39 | + * |
|
| 40 | + * @param string $html The html to filter. |
|
| 41 | + * @param array $cf The custom field array. |
|
| 42 | + * @since 1.6.6 |
|
| 43 | + */ |
|
| 44 | + $html = apply_filters("geodir_custom_field_output_checkbox_loc_{$location}",$html,$cf); |
|
| 45 | + } |
|
| 46 | + |
|
| 47 | + // Check if there is a custom field specific filter. |
|
| 48 | + if(has_filter("geodir_custom_field_output_checkbox_var_{$html_var}")){ |
|
| 49 | + /** |
|
| 50 | + * Filter the checkbox html by individual custom field. |
|
| 51 | + * |
|
| 52 | + * @param string $html The html to filter. |
|
| 53 | + * @param string $location The location to output the html. |
|
| 54 | + * @param array $cf The custom field array. |
|
| 55 | + * @since 1.6.6 |
|
| 56 | + */ |
|
| 57 | + $html = apply_filters("geodir_custom_field_output_checkbox_var_{$html_var}",$html,$location,$cf); |
|
| 58 | + } |
|
| 59 | + |
|
| 60 | + // Check if there is a custom field key specific filter. |
|
| 61 | + if(has_filter("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}")){ |
|
| 62 | + /** |
|
| 63 | + * Filter the checkbox html by field type key. |
|
| 64 | + * |
|
| 65 | + * @param string $html The html to filter. |
|
| 66 | + * @param string $location The location to output the html. |
|
| 67 | + * @param array $cf The custom field array. |
|
| 68 | + * @since 1.6.6 |
|
| 69 | + */ |
|
| 70 | + $html = apply_filters("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 71 | + } |
|
| 72 | + |
|
| 73 | + // If not html then we run the standard output. |
|
| 74 | + if(empty($html)){ |
|
| 75 | + |
|
| 76 | + if ( (int) $post->{$html_var} == 1 ): |
|
| 77 | + |
|
| 78 | + if ( $post->{$html_var} == '1' ): |
|
| 79 | + $html_val = __( 'Yes', 'geodirectory' ); |
|
| 80 | + else: |
|
| 81 | + $html_val = __( 'No', 'geodirectory' ); |
|
| 82 | + endif; |
|
| 83 | + |
|
| 84 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 85 | + if (strpos($field_icon, 'http') !== false) { |
|
| 86 | + $field_icon_af = ''; |
|
| 87 | + } elseif ($field_icon == '') { |
|
| 88 | + $field_icon_af = ''; |
|
| 89 | + } else { |
|
| 90 | + $field_icon_af = $field_icon; |
|
| 91 | + $field_icon = ''; |
|
| 92 | + } |
|
| 93 | + |
|
| 94 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-checkbox" style="' . $field_icon . '">' . $field_icon_af; |
|
| 95 | + $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ''; |
|
| 96 | + $html .= '</span>' . $html_val . '</div>'; |
|
| 97 | + endif; |
|
| 98 | + |
|
| 99 | + } |
|
| 100 | + |
|
| 101 | + return $html; |
|
| 102 | 102 | } |
| 103 | 103 | add_filter('geodir_custom_field_output_checkbox','geodir_cf_checkbox',10,3); |
| 104 | 104 | |
@@ -115,71 +115,71 @@ discard block |
||
| 115 | 115 | */ |
| 116 | 116 | function geodir_cf_fieldset($html,$location,$cf,$p=''){ |
| 117 | 117 | |
| 118 | - // check we have the post value |
|
| 119 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 120 | - else{ global $post;} |
|
| 121 | - |
|
| 122 | - if(!is_array($cf) && $cf!=''){ |
|
| 123 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 124 | - if(!$cf){return NULL;} |
|
| 125 | - } |
|
| 126 | - |
|
| 127 | - $html_var = $cf['htmlvar_name']; |
|
| 128 | - |
|
| 129 | - // Check if there is a location specific filter. |
|
| 130 | - if(has_filter("geodir_custom_field_output_fieldset_loc_{$location}")){ |
|
| 131 | - /** |
|
| 132 | - * Filter the fieldset html by location. |
|
| 133 | - * |
|
| 134 | - * @param string $html The html to filter. |
|
| 135 | - * @param array $cf The custom field array. |
|
| 136 | - * @since 1.6.6 |
|
| 137 | - */ |
|
| 138 | - $html = apply_filters("geodir_custom_field_output_fieldset_loc_{$location}",$html,$cf); |
|
| 139 | - } |
|
| 140 | - |
|
| 141 | - // Check if there is a custom field specific filter. |
|
| 142 | - if(has_filter("geodir_custom_field_output_fieldset_var_{$html_var}")){ |
|
| 143 | - /** |
|
| 144 | - * Filter the fieldset html by individual custom field. |
|
| 145 | - * |
|
| 146 | - * @param string $html The html to filter. |
|
| 147 | - * @param string $location The location to output the html. |
|
| 148 | - * @param array $cf The custom field array. |
|
| 149 | - * @since 1.6.6 |
|
| 150 | - */ |
|
| 151 | - $html = apply_filters("geodir_custom_field_output_fieldset_var_{$html_var}",$html,$location,$cf); |
|
| 152 | - } |
|
| 153 | - |
|
| 154 | - // Check if there is a custom field key specific filter. |
|
| 155 | - if(has_filter("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}")){ |
|
| 156 | - /** |
|
| 157 | - * Filter the fieldset html by field type key. |
|
| 158 | - * |
|
| 159 | - * @param string $html The html to filter. |
|
| 160 | - * @param string $location The location to output the html. |
|
| 161 | - * @param array $cf The custom field array. |
|
| 162 | - * @since 1.6.6 |
|
| 163 | - */ |
|
| 164 | - $html = apply_filters("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 165 | - } |
|
| 166 | - |
|
| 167 | - // If not html then we run the standard output. |
|
| 168 | - if(empty($html)){ |
|
| 169 | - |
|
| 170 | - global $field_set_start; |
|
| 171 | - $fieldset_class = 'fieldset-'.sanitize_title_with_dashes($cf['site_title']); |
|
| 172 | - |
|
| 173 | - if ($field_set_start == 1) { |
|
| 174 | - $html = ''; |
|
| 175 | - } else { |
|
| 176 | - $html = '<h2 class="'.$fieldset_class.'">'. __($cf['site_title'], 'geodirectory') . '</h2>'; |
|
| 177 | - //$field_set_start = 1; |
|
| 178 | - } |
|
| 179 | - |
|
| 180 | - } |
|
| 181 | - |
|
| 182 | - return $html; |
|
| 118 | + // check we have the post value |
|
| 119 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 120 | + else{ global $post;} |
|
| 121 | + |
|
| 122 | + if(!is_array($cf) && $cf!=''){ |
|
| 123 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 124 | + if(!$cf){return NULL;} |
|
| 125 | + } |
|
| 126 | + |
|
| 127 | + $html_var = $cf['htmlvar_name']; |
|
| 128 | + |
|
| 129 | + // Check if there is a location specific filter. |
|
| 130 | + if(has_filter("geodir_custom_field_output_fieldset_loc_{$location}")){ |
|
| 131 | + /** |
|
| 132 | + * Filter the fieldset html by location. |
|
| 133 | + * |
|
| 134 | + * @param string $html The html to filter. |
|
| 135 | + * @param array $cf The custom field array. |
|
| 136 | + * @since 1.6.6 |
|
| 137 | + */ |
|
| 138 | + $html = apply_filters("geodir_custom_field_output_fieldset_loc_{$location}",$html,$cf); |
|
| 139 | + } |
|
| 140 | + |
|
| 141 | + // Check if there is a custom field specific filter. |
|
| 142 | + if(has_filter("geodir_custom_field_output_fieldset_var_{$html_var}")){ |
|
| 143 | + /** |
|
| 144 | + * Filter the fieldset html by individual custom field. |
|
| 145 | + * |
|
| 146 | + * @param string $html The html to filter. |
|
| 147 | + * @param string $location The location to output the html. |
|
| 148 | + * @param array $cf The custom field array. |
|
| 149 | + * @since 1.6.6 |
|
| 150 | + */ |
|
| 151 | + $html = apply_filters("geodir_custom_field_output_fieldset_var_{$html_var}",$html,$location,$cf); |
|
| 152 | + } |
|
| 153 | + |
|
| 154 | + // Check if there is a custom field key specific filter. |
|
| 155 | + if(has_filter("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}")){ |
|
| 156 | + /** |
|
| 157 | + * Filter the fieldset html by field type key. |
|
| 158 | + * |
|
| 159 | + * @param string $html The html to filter. |
|
| 160 | + * @param string $location The location to output the html. |
|
| 161 | + * @param array $cf The custom field array. |
|
| 162 | + * @since 1.6.6 |
|
| 163 | + */ |
|
| 164 | + $html = apply_filters("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 165 | + } |
|
| 166 | + |
|
| 167 | + // If not html then we run the standard output. |
|
| 168 | + if(empty($html)){ |
|
| 169 | + |
|
| 170 | + global $field_set_start; |
|
| 171 | + $fieldset_class = 'fieldset-'.sanitize_title_with_dashes($cf['site_title']); |
|
| 172 | + |
|
| 173 | + if ($field_set_start == 1) { |
|
| 174 | + $html = ''; |
|
| 175 | + } else { |
|
| 176 | + $html = '<h2 class="'.$fieldset_class.'">'. __($cf['site_title'], 'geodirectory') . '</h2>'; |
|
| 177 | + //$field_set_start = 1; |
|
| 178 | + } |
|
| 179 | + |
|
| 180 | + } |
|
| 181 | + |
|
| 182 | + return $html; |
|
| 183 | 183 | } |
| 184 | 184 | add_filter('geodir_custom_field_output_fieldset','geodir_cf_fieldset',10,3); |
| 185 | 185 | |
@@ -196,106 +196,106 @@ discard block |
||
| 196 | 196 | */ |
| 197 | 197 | function geodir_cf_url($html,$location,$cf,$p=''){ |
| 198 | 198 | |
| 199 | - // check we have the post value |
|
| 200 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 201 | - else{ global $post;} |
|
| 202 | - |
|
| 203 | - if(!is_array($cf) && $cf!=''){ |
|
| 204 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 205 | - if(!$cf){return NULL;} |
|
| 206 | - } |
|
| 207 | - |
|
| 208 | - $html_var = $cf['htmlvar_name']; |
|
| 209 | - |
|
| 210 | - // Check if there is a location specific filter. |
|
| 211 | - if(has_filter("geodir_custom_field_output_url_loc_{$location}")){ |
|
| 212 | - /** |
|
| 213 | - * Filter the url html by location. |
|
| 214 | - * |
|
| 215 | - * @param string $html The html to filter. |
|
| 216 | - * @param array $cf The custom field array. |
|
| 217 | - * @since 1.6.6 |
|
| 218 | - */ |
|
| 219 | - $html = apply_filters("geodir_custom_field_output_url_loc_{$location}",$html,$cf); |
|
| 220 | - } |
|
| 221 | - |
|
| 222 | - // Check if there is a custom field specific filter. |
|
| 223 | - if(has_filter("geodir_custom_field_output_url_var_{$html_var}")){ |
|
| 224 | - /** |
|
| 225 | - * Filter the url html by individual custom field. |
|
| 226 | - * |
|
| 227 | - * @param string $html The html to filter. |
|
| 228 | - * @param string $location The location to output the html. |
|
| 229 | - * @param array $cf The custom field array. |
|
| 230 | - * @since 1.6.6 |
|
| 231 | - */ |
|
| 232 | - $html = apply_filters("geodir_custom_field_output_url_var_{$html_var}",$html,$location,$cf); |
|
| 233 | - } |
|
| 234 | - |
|
| 235 | - // Check if there is a custom field key specific filter. |
|
| 236 | - if(has_filter("geodir_custom_field_output_url_key_{$cf['field_type_key']}")){ |
|
| 237 | - /** |
|
| 238 | - * Filter the url html by field type key. |
|
| 239 | - * |
|
| 240 | - * @param string $html The html to filter. |
|
| 241 | - * @param string $location The location to output the html. |
|
| 242 | - * @param array $cf The custom field array. |
|
| 243 | - * @since 1.6.6 |
|
| 244 | - */ |
|
| 245 | - $html = apply_filters("geodir_custom_field_output_url_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 246 | - } |
|
| 247 | - |
|
| 248 | - // If not html then we run the standard output. |
|
| 249 | - if(empty($html)){ |
|
| 250 | - |
|
| 251 | - if ($post->{$cf['htmlvar_name']}): |
|
| 252 | - |
|
| 253 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 254 | - if (strpos($field_icon, 'http') !== false) { |
|
| 255 | - $field_icon_af = ''; |
|
| 256 | - } elseif ($field_icon == '') { |
|
| 257 | - |
|
| 258 | - if ($cf['name'] == 'geodir_facebook') { |
|
| 259 | - $field_icon_af = '<i class="fa fa-facebook-square"></i>'; |
|
| 260 | - } elseif ($cf['name'] == 'geodir_twitter') { |
|
| 261 | - $field_icon_af = '<i class="fa fa-twitter-square"></i>'; |
|
| 262 | - } else { |
|
| 263 | - $field_icon_af = '<i class="fa fa-link"></i>'; |
|
| 264 | - } |
|
| 265 | - |
|
| 266 | - } else { |
|
| 267 | - $field_icon_af = $field_icon; |
|
| 268 | - $field_icon = ''; |
|
| 269 | - } |
|
| 270 | - |
|
| 271 | - $a_url = geodir_parse_custom_field_url($post->{$cf['htmlvar_name']}); |
|
| 272 | - |
|
| 273 | - |
|
| 274 | - $website = !empty($a_url['url']) ? $a_url['url'] : ''; |
|
| 275 | - $title = !empty($a_url['label']) ? $a_url['label'] : $cf['site_title']; |
|
| 276 | - if(!empty($cf['default_value'])){$title = $cf['default_value'];} |
|
| 277 | - $title = $title != '' ? __(stripslashes($title), 'geodirectory') : ''; |
|
| 278 | - |
|
| 279 | - |
|
| 280 | - |
|
| 281 | - // all search engines that use the nofollow value exclude links that use it from their ranking calculation |
|
| 282 | - $rel = strpos($website, get_site_url()) !== false ? '' : 'rel="nofollow"'; |
|
| 283 | - /** |
|
| 284 | - * Filter custom field website name. |
|
| 285 | - * |
|
| 286 | - * @since 1.0.0 |
|
| 287 | - * |
|
| 288 | - * @param string $title Website Title. |
|
| 289 | - * @param string $website Website URL. |
|
| 290 | - * @param int $post->ID Post ID. |
|
| 291 | - */ |
|
| 292 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-website" style="' . $field_icon . '">' . $field_icon_af . '<a href="' . $website . '" target="_blank" ' . $rel . ' ><strong>' . apply_filters('geodir_custom_field_website_name', $title, $website, $post->ID) . '</strong></a></span></div>'; |
|
| 293 | - |
|
| 294 | - endif; |
|
| 295 | - |
|
| 296 | - } |
|
| 297 | - |
|
| 298 | - return $html; |
|
| 199 | + // check we have the post value |
|
| 200 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 201 | + else{ global $post;} |
|
| 202 | + |
|
| 203 | + if(!is_array($cf) && $cf!=''){ |
|
| 204 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 205 | + if(!$cf){return NULL;} |
|
| 206 | + } |
|
| 207 | + |
|
| 208 | + $html_var = $cf['htmlvar_name']; |
|
| 209 | + |
|
| 210 | + // Check if there is a location specific filter. |
|
| 211 | + if(has_filter("geodir_custom_field_output_url_loc_{$location}")){ |
|
| 212 | + /** |
|
| 213 | + * Filter the url html by location. |
|
| 214 | + * |
|
| 215 | + * @param string $html The html to filter. |
|
| 216 | + * @param array $cf The custom field array. |
|
| 217 | + * @since 1.6.6 |
|
| 218 | + */ |
|
| 219 | + $html = apply_filters("geodir_custom_field_output_url_loc_{$location}",$html,$cf); |
|
| 220 | + } |
|
| 221 | + |
|
| 222 | + // Check if there is a custom field specific filter. |
|
| 223 | + if(has_filter("geodir_custom_field_output_url_var_{$html_var}")){ |
|
| 224 | + /** |
|
| 225 | + * Filter the url html by individual custom field. |
|
| 226 | + * |
|
| 227 | + * @param string $html The html to filter. |
|
| 228 | + * @param string $location The location to output the html. |
|
| 229 | + * @param array $cf The custom field array. |
|
| 230 | + * @since 1.6.6 |
|
| 231 | + */ |
|
| 232 | + $html = apply_filters("geodir_custom_field_output_url_var_{$html_var}",$html,$location,$cf); |
|
| 233 | + } |
|
| 234 | + |
|
| 235 | + // Check if there is a custom field key specific filter. |
|
| 236 | + if(has_filter("geodir_custom_field_output_url_key_{$cf['field_type_key']}")){ |
|
| 237 | + /** |
|
| 238 | + * Filter the url html by field type key. |
|
| 239 | + * |
|
| 240 | + * @param string $html The html to filter. |
|
| 241 | + * @param string $location The location to output the html. |
|
| 242 | + * @param array $cf The custom field array. |
|
| 243 | + * @since 1.6.6 |
|
| 244 | + */ |
|
| 245 | + $html = apply_filters("geodir_custom_field_output_url_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 246 | + } |
|
| 247 | + |
|
| 248 | + // If not html then we run the standard output. |
|
| 249 | + if(empty($html)){ |
|
| 250 | + |
|
| 251 | + if ($post->{$cf['htmlvar_name']}): |
|
| 252 | + |
|
| 253 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 254 | + if (strpos($field_icon, 'http') !== false) { |
|
| 255 | + $field_icon_af = ''; |
|
| 256 | + } elseif ($field_icon == '') { |
|
| 257 | + |
|
| 258 | + if ($cf['name'] == 'geodir_facebook') { |
|
| 259 | + $field_icon_af = '<i class="fa fa-facebook-square"></i>'; |
|
| 260 | + } elseif ($cf['name'] == 'geodir_twitter') { |
|
| 261 | + $field_icon_af = '<i class="fa fa-twitter-square"></i>'; |
|
| 262 | + } else { |
|
| 263 | + $field_icon_af = '<i class="fa fa-link"></i>'; |
|
| 264 | + } |
|
| 265 | + |
|
| 266 | + } else { |
|
| 267 | + $field_icon_af = $field_icon; |
|
| 268 | + $field_icon = ''; |
|
| 269 | + } |
|
| 270 | + |
|
| 271 | + $a_url = geodir_parse_custom_field_url($post->{$cf['htmlvar_name']}); |
|
| 272 | + |
|
| 273 | + |
|
| 274 | + $website = !empty($a_url['url']) ? $a_url['url'] : ''; |
|
| 275 | + $title = !empty($a_url['label']) ? $a_url['label'] : $cf['site_title']; |
|
| 276 | + if(!empty($cf['default_value'])){$title = $cf['default_value'];} |
|
| 277 | + $title = $title != '' ? __(stripslashes($title), 'geodirectory') : ''; |
|
| 278 | + |
|
| 279 | + |
|
| 280 | + |
|
| 281 | + // all search engines that use the nofollow value exclude links that use it from their ranking calculation |
|
| 282 | + $rel = strpos($website, get_site_url()) !== false ? '' : 'rel="nofollow"'; |
|
| 283 | + /** |
|
| 284 | + * Filter custom field website name. |
|
| 285 | + * |
|
| 286 | + * @since 1.0.0 |
|
| 287 | + * |
|
| 288 | + * @param string $title Website Title. |
|
| 289 | + * @param string $website Website URL. |
|
| 290 | + * @param int $post->ID Post ID. |
|
| 291 | + */ |
|
| 292 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-website" style="' . $field_icon . '">' . $field_icon_af . '<a href="' . $website . '" target="_blank" ' . $rel . ' ><strong>' . apply_filters('geodir_custom_field_website_name', $title, $website, $post->ID) . '</strong></a></span></div>'; |
|
| 293 | + |
|
| 294 | + endif; |
|
| 295 | + |
|
| 296 | + } |
|
| 297 | + |
|
| 298 | + return $html; |
|
| 299 | 299 | } |
| 300 | 300 | add_filter('geodir_custom_field_output_url','geodir_cf_url',10,3); |
| 301 | 301 | |
@@ -312,80 +312,80 @@ discard block |
||
| 312 | 312 | */ |
| 313 | 313 | function geodir_cf_phone($html,$location,$cf,$p=''){ |
| 314 | 314 | |
| 315 | - // check we have the post value |
|
| 316 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 317 | - else{ global $post;} |
|
| 318 | - |
|
| 319 | - if(!is_array($cf) && $cf!=''){ |
|
| 320 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 321 | - if(!$cf){return NULL;} |
|
| 322 | - } |
|
| 323 | - |
|
| 324 | - $html_var = $cf['htmlvar_name']; |
|
| 325 | - |
|
| 326 | - // Check if there is a location specific filter. |
|
| 327 | - if(has_filter("geodir_custom_field_output_phone_loc_{$location}")){ |
|
| 328 | - /** |
|
| 329 | - * Filter the phone html by location. |
|
| 330 | - * |
|
| 331 | - * @param string $html The html to filter. |
|
| 332 | - * @param array $cf The custom field array. |
|
| 333 | - * @since 1.6.6 |
|
| 334 | - */ |
|
| 335 | - $html = apply_filters("geodir_custom_field_output_phone_loc_{$location}",$html,$cf); |
|
| 336 | - } |
|
| 337 | - |
|
| 338 | - // Check if there is a custom field specific filter. |
|
| 339 | - if(has_filter("geodir_custom_field_output_phone_var_{$html_var}")){ |
|
| 340 | - /** |
|
| 341 | - * Filter the phone html by individual custom field. |
|
| 342 | - * |
|
| 343 | - * @param string $html The html to filter. |
|
| 344 | - * @param string $location The location to output the html. |
|
| 345 | - * @param array $cf The custom field array. |
|
| 346 | - * @since 1.6.6 |
|
| 347 | - */ |
|
| 348 | - $html = apply_filters("geodir_custom_field_output_phone_var_{$html_var}",$html,$location,$cf); |
|
| 349 | - } |
|
| 350 | - |
|
| 351 | - // Check if there is a custom field key specific filter. |
|
| 352 | - if(has_filter("geodir_custom_field_output_phone_key_{$cf['field_type_key']}")){ |
|
| 353 | - /** |
|
| 354 | - * Filter the phone html by field type key. |
|
| 355 | - * |
|
| 356 | - * @param string $html The html to filter. |
|
| 357 | - * @param string $location The location to output the html. |
|
| 358 | - * @param array $cf The custom field array. |
|
| 359 | - * @since 1.6.6 |
|
| 360 | - */ |
|
| 361 | - $html = apply_filters("geodir_custom_field_output_phone_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 362 | - } |
|
| 363 | - |
|
| 364 | - // If not html then we run the standard output. |
|
| 365 | - if(empty($html)){ |
|
| 366 | - |
|
| 367 | - if ($post->{$cf['htmlvar_name']}): |
|
| 368 | - |
|
| 369 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 370 | - if (strpos($field_icon, 'http') !== false) { |
|
| 371 | - $field_icon_af = ''; |
|
| 372 | - } elseif ($field_icon == '') { |
|
| 373 | - $field_icon_af = '<i class="fa fa-phone"></i>'; |
|
| 374 | - } else { |
|
| 375 | - $field_icon_af = $field_icon; |
|
| 376 | - $field_icon = ''; |
|
| 377 | - } |
|
| 378 | - |
|
| 379 | - |
|
| 380 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-contact" style="' . $field_icon . '">' . $field_icon_af . |
|
| 381 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 382 | - $html .= '</span><a href="tel:' . preg_replace('/[^0-9+]/', '', $post->{$cf['htmlvar_name']}) . '">' . $post->{$cf['htmlvar_name']} . '</a></div>'; |
|
| 383 | - |
|
| 384 | - endif; |
|
| 385 | - |
|
| 386 | - } |
|
| 387 | - |
|
| 388 | - return $html; |
|
| 315 | + // check we have the post value |
|
| 316 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 317 | + else{ global $post;} |
|
| 318 | + |
|
| 319 | + if(!is_array($cf) && $cf!=''){ |
|
| 320 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 321 | + if(!$cf){return NULL;} |
|
| 322 | + } |
|
| 323 | + |
|
| 324 | + $html_var = $cf['htmlvar_name']; |
|
| 325 | + |
|
| 326 | + // Check if there is a location specific filter. |
|
| 327 | + if(has_filter("geodir_custom_field_output_phone_loc_{$location}")){ |
|
| 328 | + /** |
|
| 329 | + * Filter the phone html by location. |
|
| 330 | + * |
|
| 331 | + * @param string $html The html to filter. |
|
| 332 | + * @param array $cf The custom field array. |
|
| 333 | + * @since 1.6.6 |
|
| 334 | + */ |
|
| 335 | + $html = apply_filters("geodir_custom_field_output_phone_loc_{$location}",$html,$cf); |
|
| 336 | + } |
|
| 337 | + |
|
| 338 | + // Check if there is a custom field specific filter. |
|
| 339 | + if(has_filter("geodir_custom_field_output_phone_var_{$html_var}")){ |
|
| 340 | + /** |
|
| 341 | + * Filter the phone html by individual custom field. |
|
| 342 | + * |
|
| 343 | + * @param string $html The html to filter. |
|
| 344 | + * @param string $location The location to output the html. |
|
| 345 | + * @param array $cf The custom field array. |
|
| 346 | + * @since 1.6.6 |
|
| 347 | + */ |
|
| 348 | + $html = apply_filters("geodir_custom_field_output_phone_var_{$html_var}",$html,$location,$cf); |
|
| 349 | + } |
|
| 350 | + |
|
| 351 | + // Check if there is a custom field key specific filter. |
|
| 352 | + if(has_filter("geodir_custom_field_output_phone_key_{$cf['field_type_key']}")){ |
|
| 353 | + /** |
|
| 354 | + * Filter the phone html by field type key. |
|
| 355 | + * |
|
| 356 | + * @param string $html The html to filter. |
|
| 357 | + * @param string $location The location to output the html. |
|
| 358 | + * @param array $cf The custom field array. |
|
| 359 | + * @since 1.6.6 |
|
| 360 | + */ |
|
| 361 | + $html = apply_filters("geodir_custom_field_output_phone_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 362 | + } |
|
| 363 | + |
|
| 364 | + // If not html then we run the standard output. |
|
| 365 | + if(empty($html)){ |
|
| 366 | + |
|
| 367 | + if ($post->{$cf['htmlvar_name']}): |
|
| 368 | + |
|
| 369 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 370 | + if (strpos($field_icon, 'http') !== false) { |
|
| 371 | + $field_icon_af = ''; |
|
| 372 | + } elseif ($field_icon == '') { |
|
| 373 | + $field_icon_af = '<i class="fa fa-phone"></i>'; |
|
| 374 | + } else { |
|
| 375 | + $field_icon_af = $field_icon; |
|
| 376 | + $field_icon = ''; |
|
| 377 | + } |
|
| 378 | + |
|
| 379 | + |
|
| 380 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-contact" style="' . $field_icon . '">' . $field_icon_af . |
|
| 381 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 382 | + $html .= '</span><a href="tel:' . preg_replace('/[^0-9+]/', '', $post->{$cf['htmlvar_name']}) . '">' . $post->{$cf['htmlvar_name']} . '</a></div>'; |
|
| 383 | + |
|
| 384 | + endif; |
|
| 385 | + |
|
| 386 | + } |
|
| 387 | + |
|
| 388 | + return $html; |
|
| 389 | 389 | } |
| 390 | 390 | add_filter('geodir_custom_field_output_phone','geodir_cf_phone',10,3); |
| 391 | 391 | |
@@ -402,85 +402,85 @@ discard block |
||
| 402 | 402 | */ |
| 403 | 403 | function geodir_cf_time($html,$location,$cf,$p=''){ |
| 404 | 404 | |
| 405 | - // check we have the post value |
|
| 406 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 407 | - else{ global $post;} |
|
| 408 | - |
|
| 409 | - if(!is_array($cf) && $cf!=''){ |
|
| 410 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 411 | - if(!$cf){return NULL;} |
|
| 412 | - } |
|
| 413 | - |
|
| 414 | - $html_var = $cf['htmlvar_name']; |
|
| 415 | - |
|
| 416 | - // Check if there is a location specific filter. |
|
| 417 | - if(has_filter("geodir_custom_field_output_time_loc_{$location}")){ |
|
| 418 | - /** |
|
| 419 | - * Filter the time html by location. |
|
| 420 | - * |
|
| 421 | - * @param string $html The html to filter. |
|
| 422 | - * @param array $cf The custom field array. |
|
| 423 | - * @since 1.6.6 |
|
| 424 | - */ |
|
| 425 | - $html = apply_filters("geodir_custom_field_output_time_loc_{$location}",$html,$cf); |
|
| 426 | - } |
|
| 427 | - |
|
| 428 | - // Check if there is a custom field specific filter. |
|
| 429 | - if(has_filter("geodir_custom_field_output_time_var_{$html_var}")){ |
|
| 430 | - /** |
|
| 431 | - * Filter the time html by individual custom field. |
|
| 432 | - * |
|
| 433 | - * @param string $html The html to filter. |
|
| 434 | - * @param string $location The location to output the html. |
|
| 435 | - * @param array $cf The custom field array. |
|
| 436 | - * @since 1.6.6 |
|
| 437 | - */ |
|
| 438 | - $html = apply_filters("geodir_custom_field_output_time_var_{$html_var}",$html,$location,$cf); |
|
| 439 | - } |
|
| 440 | - |
|
| 441 | - // Check if there is a custom field key specific filter. |
|
| 442 | - if(has_filter("geodir_custom_field_output_time_key_{$cf['field_type_key']}")){ |
|
| 443 | - /** |
|
| 444 | - * Filter the time html by field type key. |
|
| 445 | - * |
|
| 446 | - * @param string $html The html to filter. |
|
| 447 | - * @param string $location The location to output the html. |
|
| 448 | - * @param array $cf The custom field array. |
|
| 449 | - * @since 1.6.6 |
|
| 450 | - */ |
|
| 451 | - $html = apply_filters("geodir_custom_field_output_time_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 452 | - } |
|
| 453 | - |
|
| 454 | - // If not html then we run the standard output. |
|
| 455 | - if(empty($html)){ |
|
| 456 | - |
|
| 457 | - if ($post->{$cf['htmlvar_name']}): |
|
| 458 | - |
|
| 459 | - $value = ''; |
|
| 460 | - if ($post->{$cf['htmlvar_name']} != '') |
|
| 461 | - //$value = date('h:i',strtotime($post->{$cf['htmlvar_name']})); |
|
| 462 | - $value = date(get_option('time_format'), strtotime($post->{$cf['htmlvar_name']})); |
|
| 463 | - |
|
| 464 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 465 | - if (strpos($field_icon, 'http') !== false) { |
|
| 466 | - $field_icon_af = ''; |
|
| 467 | - } elseif ($field_icon == '') { |
|
| 468 | - $field_icon_af = '<i class="fa fa-clock-o"></i>'; |
|
| 469 | - } else { |
|
| 470 | - $field_icon_af = $field_icon; |
|
| 471 | - $field_icon = ''; |
|
| 472 | - } |
|
| 473 | - |
|
| 474 | - |
|
| 475 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-time" style="' . $field_icon . '">' . $field_icon_af; |
|
| 476 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 477 | - $html .= '</span>' . $value . '</div>'; |
|
| 478 | - |
|
| 479 | - endif; |
|
| 480 | - |
|
| 481 | - } |
|
| 482 | - |
|
| 483 | - return $html; |
|
| 405 | + // check we have the post value |
|
| 406 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 407 | + else{ global $post;} |
|
| 408 | + |
|
| 409 | + if(!is_array($cf) && $cf!=''){ |
|
| 410 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 411 | + if(!$cf){return NULL;} |
|
| 412 | + } |
|
| 413 | + |
|
| 414 | + $html_var = $cf['htmlvar_name']; |
|
| 415 | + |
|
| 416 | + // Check if there is a location specific filter. |
|
| 417 | + if(has_filter("geodir_custom_field_output_time_loc_{$location}")){ |
|
| 418 | + /** |
|
| 419 | + * Filter the time html by location. |
|
| 420 | + * |
|
| 421 | + * @param string $html The html to filter. |
|
| 422 | + * @param array $cf The custom field array. |
|
| 423 | + * @since 1.6.6 |
|
| 424 | + */ |
|
| 425 | + $html = apply_filters("geodir_custom_field_output_time_loc_{$location}",$html,$cf); |
|
| 426 | + } |
|
| 427 | + |
|
| 428 | + // Check if there is a custom field specific filter. |
|
| 429 | + if(has_filter("geodir_custom_field_output_time_var_{$html_var}")){ |
|
| 430 | + /** |
|
| 431 | + * Filter the time html by individual custom field. |
|
| 432 | + * |
|
| 433 | + * @param string $html The html to filter. |
|
| 434 | + * @param string $location The location to output the html. |
|
| 435 | + * @param array $cf The custom field array. |
|
| 436 | + * @since 1.6.6 |
|
| 437 | + */ |
|
| 438 | + $html = apply_filters("geodir_custom_field_output_time_var_{$html_var}",$html,$location,$cf); |
|
| 439 | + } |
|
| 440 | + |
|
| 441 | + // Check if there is a custom field key specific filter. |
|
| 442 | + if(has_filter("geodir_custom_field_output_time_key_{$cf['field_type_key']}")){ |
|
| 443 | + /** |
|
| 444 | + * Filter the time html by field type key. |
|
| 445 | + * |
|
| 446 | + * @param string $html The html to filter. |
|
| 447 | + * @param string $location The location to output the html. |
|
| 448 | + * @param array $cf The custom field array. |
|
| 449 | + * @since 1.6.6 |
|
| 450 | + */ |
|
| 451 | + $html = apply_filters("geodir_custom_field_output_time_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 452 | + } |
|
| 453 | + |
|
| 454 | + // If not html then we run the standard output. |
|
| 455 | + if(empty($html)){ |
|
| 456 | + |
|
| 457 | + if ($post->{$cf['htmlvar_name']}): |
|
| 458 | + |
|
| 459 | + $value = ''; |
|
| 460 | + if ($post->{$cf['htmlvar_name']} != '') |
|
| 461 | + //$value = date('h:i',strtotime($post->{$cf['htmlvar_name']})); |
|
| 462 | + $value = date(get_option('time_format'), strtotime($post->{$cf['htmlvar_name']})); |
|
| 463 | + |
|
| 464 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 465 | + if (strpos($field_icon, 'http') !== false) { |
|
| 466 | + $field_icon_af = ''; |
|
| 467 | + } elseif ($field_icon == '') { |
|
| 468 | + $field_icon_af = '<i class="fa fa-clock-o"></i>'; |
|
| 469 | + } else { |
|
| 470 | + $field_icon_af = $field_icon; |
|
| 471 | + $field_icon = ''; |
|
| 472 | + } |
|
| 473 | + |
|
| 474 | + |
|
| 475 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-time" style="' . $field_icon . '">' . $field_icon_af; |
|
| 476 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 477 | + $html .= '</span>' . $value . '</div>'; |
|
| 478 | + |
|
| 479 | + endif; |
|
| 480 | + |
|
| 481 | + } |
|
| 482 | + |
|
| 483 | + return $html; |
|
| 484 | 484 | } |
| 485 | 485 | add_filter('geodir_custom_field_output_time','geodir_cf_time',10,3); |
| 486 | 486 | |
@@ -496,111 +496,111 @@ discard block |
||
| 496 | 496 | * @return string The html to output for the custom field. |
| 497 | 497 | */ |
| 498 | 498 | function geodir_cf_datepicker($html,$location,$cf,$p=''){ |
| 499 | - global $preview; |
|
| 500 | - // check we have the post value |
|
| 501 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 502 | - else{ global $post;} |
|
| 503 | - |
|
| 504 | - if(!is_array($cf) && $cf!=''){ |
|
| 505 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 506 | - if(!$cf){return NULL;} |
|
| 507 | - } |
|
| 508 | - |
|
| 509 | - $html_var = $cf['htmlvar_name']; |
|
| 510 | - |
|
| 511 | - // Check if there is a location specific filter. |
|
| 512 | - if(has_filter("geodir_custom_field_output_datepicker_loc_{$location}")){ |
|
| 513 | - /** |
|
| 514 | - * Filter the datepicker html by location. |
|
| 515 | - * |
|
| 516 | - * @param string $html The html to filter. |
|
| 517 | - * @param array $cf The custom field array. |
|
| 518 | - * @since 1.6.6 |
|
| 519 | - */ |
|
| 520 | - $html = apply_filters("geodir_custom_field_output_datepicker_loc_{$location}",$html,$cf); |
|
| 521 | - } |
|
| 522 | - |
|
| 523 | - // Check if there is a custom field specific filter. |
|
| 524 | - if(has_filter("geodir_custom_field_output_datepicker_var_{$html_var}")){ |
|
| 525 | - /** |
|
| 526 | - * Filter the datepicker html by individual custom field. |
|
| 527 | - * |
|
| 528 | - * @param string $html The html to filter. |
|
| 529 | - * @param string $location The location to output the html. |
|
| 530 | - * @param array $cf The custom field array. |
|
| 531 | - * @since 1.6.6 |
|
| 532 | - */ |
|
| 533 | - $html = apply_filters("geodir_custom_field_output_datepicker_var_{$html_var}",$html,$location,$cf); |
|
| 534 | - } |
|
| 535 | - |
|
| 536 | - // Check if there is a custom field key specific filter. |
|
| 537 | - if(has_filter("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}")){ |
|
| 538 | - /** |
|
| 539 | - * Filter the datepicker html by field type key. |
|
| 540 | - * |
|
| 541 | - * @param string $html The html to filter. |
|
| 542 | - * @param string $location The location to output the html. |
|
| 543 | - * @param array $cf The custom field array. |
|
| 544 | - * @since 1.6.6 |
|
| 545 | - */ |
|
| 546 | - $html = apply_filters("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 547 | - } |
|
| 548 | - |
|
| 549 | - // If not html then we run the standard output. |
|
| 550 | - if(empty($html)){ |
|
| 551 | - |
|
| 552 | - if ($post->{$cf['htmlvar_name']}): |
|
| 553 | - |
|
| 554 | - $date_format = geodir_default_date_format(); |
|
| 555 | - if ($cf['extra_fields'] != '') { |
|
| 556 | - $date_format = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 557 | - $date_format = $date_format['date_format']; |
|
| 558 | - } |
|
| 559 | - // check if we need to change the format or not |
|
| 560 | - $date_format_len = strlen(str_replace(' ', '', $date_format)); |
|
| 561 | - if($date_format_len>5){// if greater then 4 then it's the old style format. |
|
| 562 | - |
|
| 563 | - $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 564 | - $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 565 | - |
|
| 566 | - $date_format = str_replace($search, $replace, $date_format); |
|
| 567 | - |
|
| 568 | - $post_htmlvar_value = ($date_format == 'd/m/Y' || $date_format == 'j/n/Y' ) ? str_replace('/', '-', $post->{$cf['htmlvar_name']}) : $post->{$cf['htmlvar_name']}; // PHP doesn't work well with dd/mm/yyyy format |
|
| 569 | - }else{ |
|
| 570 | - $post_htmlvar_value = $post->{$cf['htmlvar_name']}; |
|
| 571 | - } |
|
| 572 | - |
|
| 573 | - if ($post->{$cf['htmlvar_name']} != '' && $post->{$cf['htmlvar_name']}!="0000-00-00") { |
|
| 574 | - $date_format_from = $preview ? $date_format : 'Y-m-d'; |
|
| 575 | - $value = geodir_date($post_htmlvar_value, $date_format, $date_format_from); // save as sql format Y-m-d |
|
| 576 | - //$post_htmlvar_value = strpos($post_htmlvar_value, '/') !== false ? str_replace('/', '-', $post_htmlvar_value) : $post_htmlvar_value; |
|
| 577 | - //$value = date_i18n($date_format, strtotime($post_htmlvar_value)); |
|
| 578 | - }else{ |
|
| 579 | - return ''; |
|
| 580 | - } |
|
| 581 | - |
|
| 582 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 583 | - |
|
| 584 | - if (strpos($field_icon, 'http') !== false) { |
|
| 585 | - $field_icon_af = ''; |
|
| 586 | - } elseif ($field_icon == '') { |
|
| 587 | - $field_icon_af = '<i class="fa fa-calendar"></i>'; |
|
| 588 | - } else { |
|
| 589 | - $field_icon_af = $field_icon; |
|
| 590 | - $field_icon = ''; |
|
| 591 | - } |
|
| 592 | - |
|
| 593 | - |
|
| 594 | - |
|
| 595 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-datepicker" style="' . $field_icon . '">' . $field_icon_af; |
|
| 596 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 597 | - $html .= '</span>' . $value . '</div>'; |
|
| 598 | - |
|
| 599 | - endif; |
|
| 600 | - |
|
| 601 | - } |
|
| 602 | - |
|
| 603 | - return $html; |
|
| 499 | + global $preview; |
|
| 500 | + // check we have the post value |
|
| 501 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 502 | + else{ global $post;} |
|
| 503 | + |
|
| 504 | + if(!is_array($cf) && $cf!=''){ |
|
| 505 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 506 | + if(!$cf){return NULL;} |
|
| 507 | + } |
|
| 508 | + |
|
| 509 | + $html_var = $cf['htmlvar_name']; |
|
| 510 | + |
|
| 511 | + // Check if there is a location specific filter. |
|
| 512 | + if(has_filter("geodir_custom_field_output_datepicker_loc_{$location}")){ |
|
| 513 | + /** |
|
| 514 | + * Filter the datepicker html by location. |
|
| 515 | + * |
|
| 516 | + * @param string $html The html to filter. |
|
| 517 | + * @param array $cf The custom field array. |
|
| 518 | + * @since 1.6.6 |
|
| 519 | + */ |
|
| 520 | + $html = apply_filters("geodir_custom_field_output_datepicker_loc_{$location}",$html,$cf); |
|
| 521 | + } |
|
| 522 | + |
|
| 523 | + // Check if there is a custom field specific filter. |
|
| 524 | + if(has_filter("geodir_custom_field_output_datepicker_var_{$html_var}")){ |
|
| 525 | + /** |
|
| 526 | + * Filter the datepicker html by individual custom field. |
|
| 527 | + * |
|
| 528 | + * @param string $html The html to filter. |
|
| 529 | + * @param string $location The location to output the html. |
|
| 530 | + * @param array $cf The custom field array. |
|
| 531 | + * @since 1.6.6 |
|
| 532 | + */ |
|
| 533 | + $html = apply_filters("geodir_custom_field_output_datepicker_var_{$html_var}",$html,$location,$cf); |
|
| 534 | + } |
|
| 535 | + |
|
| 536 | + // Check if there is a custom field key specific filter. |
|
| 537 | + if(has_filter("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}")){ |
|
| 538 | + /** |
|
| 539 | + * Filter the datepicker html by field type key. |
|
| 540 | + * |
|
| 541 | + * @param string $html The html to filter. |
|
| 542 | + * @param string $location The location to output the html. |
|
| 543 | + * @param array $cf The custom field array. |
|
| 544 | + * @since 1.6.6 |
|
| 545 | + */ |
|
| 546 | + $html = apply_filters("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 547 | + } |
|
| 548 | + |
|
| 549 | + // If not html then we run the standard output. |
|
| 550 | + if(empty($html)){ |
|
| 551 | + |
|
| 552 | + if ($post->{$cf['htmlvar_name']}): |
|
| 553 | + |
|
| 554 | + $date_format = geodir_default_date_format(); |
|
| 555 | + if ($cf['extra_fields'] != '') { |
|
| 556 | + $date_format = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 557 | + $date_format = $date_format['date_format']; |
|
| 558 | + } |
|
| 559 | + // check if we need to change the format or not |
|
| 560 | + $date_format_len = strlen(str_replace(' ', '', $date_format)); |
|
| 561 | + if($date_format_len>5){// if greater then 4 then it's the old style format. |
|
| 562 | + |
|
| 563 | + $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 564 | + $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 565 | + |
|
| 566 | + $date_format = str_replace($search, $replace, $date_format); |
|
| 567 | + |
|
| 568 | + $post_htmlvar_value = ($date_format == 'd/m/Y' || $date_format == 'j/n/Y' ) ? str_replace('/', '-', $post->{$cf['htmlvar_name']}) : $post->{$cf['htmlvar_name']}; // PHP doesn't work well with dd/mm/yyyy format |
|
| 569 | + }else{ |
|
| 570 | + $post_htmlvar_value = $post->{$cf['htmlvar_name']}; |
|
| 571 | + } |
|
| 572 | + |
|
| 573 | + if ($post->{$cf['htmlvar_name']} != '' && $post->{$cf['htmlvar_name']}!="0000-00-00") { |
|
| 574 | + $date_format_from = $preview ? $date_format : 'Y-m-d'; |
|
| 575 | + $value = geodir_date($post_htmlvar_value, $date_format, $date_format_from); // save as sql format Y-m-d |
|
| 576 | + //$post_htmlvar_value = strpos($post_htmlvar_value, '/') !== false ? str_replace('/', '-', $post_htmlvar_value) : $post_htmlvar_value; |
|
| 577 | + //$value = date_i18n($date_format, strtotime($post_htmlvar_value)); |
|
| 578 | + }else{ |
|
| 579 | + return ''; |
|
| 580 | + } |
|
| 581 | + |
|
| 582 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 583 | + |
|
| 584 | + if (strpos($field_icon, 'http') !== false) { |
|
| 585 | + $field_icon_af = ''; |
|
| 586 | + } elseif ($field_icon == '') { |
|
| 587 | + $field_icon_af = '<i class="fa fa-calendar"></i>'; |
|
| 588 | + } else { |
|
| 589 | + $field_icon_af = $field_icon; |
|
| 590 | + $field_icon = ''; |
|
| 591 | + } |
|
| 592 | + |
|
| 593 | + |
|
| 594 | + |
|
| 595 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-datepicker" style="' . $field_icon . '">' . $field_icon_af; |
|
| 596 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 597 | + $html .= '</span>' . $value . '</div>'; |
|
| 598 | + |
|
| 599 | + endif; |
|
| 600 | + |
|
| 601 | + } |
|
| 602 | + |
|
| 603 | + return $html; |
|
| 604 | 604 | } |
| 605 | 605 | add_filter('geodir_custom_field_output_datepicker','geodir_cf_datepicker',10,3); |
| 606 | 606 | |
@@ -617,97 +617,97 @@ discard block |
||
| 617 | 617 | */ |
| 618 | 618 | function geodir_cf_text($html,$location,$cf,$p=''){ |
| 619 | 619 | |
| 620 | - // check we have the post value |
|
| 621 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 622 | - else{ global $post;} |
|
| 623 | - |
|
| 624 | - if(!is_array($cf) && $cf!=''){ |
|
| 625 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 626 | - if(!$cf){return NULL;} |
|
| 627 | - } |
|
| 628 | - |
|
| 629 | - $html_var = $cf['htmlvar_name']; |
|
| 630 | - |
|
| 631 | - // Check if there is a location specific filter. |
|
| 632 | - if(has_filter("geodir_custom_field_output_text_loc_{$location}")){ |
|
| 633 | - /** |
|
| 634 | - * Filter the text html by location. |
|
| 635 | - * |
|
| 636 | - * @param string $html The html to filter. |
|
| 637 | - * @param array $cf The custom field array. |
|
| 638 | - * @since 1.6.6 |
|
| 639 | - */ |
|
| 640 | - $html = apply_filters("geodir_custom_field_output_text_loc_{$location}",$html,$cf); |
|
| 641 | - } |
|
| 642 | - |
|
| 643 | - // Check if there is a custom field specific filter. |
|
| 644 | - if(has_filter("geodir_custom_field_output_text_var_{$html_var}")){ |
|
| 645 | - /** |
|
| 646 | - * Filter the text html by individual custom field. |
|
| 647 | - * |
|
| 648 | - * @param string $html The html to filter. |
|
| 649 | - * @param string $location The location to output the html. |
|
| 650 | - * @param array $cf The custom field array. |
|
| 651 | - * @since 1.6.6 |
|
| 652 | - */ |
|
| 653 | - $html = apply_filters("geodir_custom_field_output_text_var_{$html_var}",$html,$location,$cf); |
|
| 654 | - } |
|
| 655 | - |
|
| 656 | - // Check if there is a custom field key specific filter. |
|
| 657 | - if(has_filter("geodir_custom_field_output_text_key_{$cf['field_type_key']}")){ |
|
| 658 | - /** |
|
| 659 | - * Filter the text html by field type key. |
|
| 660 | - * |
|
| 661 | - * @param string $html The html to filter. |
|
| 662 | - * @param string $location The location to output the html. |
|
| 663 | - * @param array $cf The custom field array. |
|
| 664 | - * @since 1.6.6 |
|
| 665 | - */ |
|
| 666 | - $html = apply_filters("geodir_custom_field_output_text_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 667 | - } |
|
| 620 | + // check we have the post value |
|
| 621 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 622 | + else{ global $post;} |
|
| 623 | + |
|
| 624 | + if(!is_array($cf) && $cf!=''){ |
|
| 625 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 626 | + if(!$cf){return NULL;} |
|
| 627 | + } |
|
| 628 | + |
|
| 629 | + $html_var = $cf['htmlvar_name']; |
|
| 630 | + |
|
| 631 | + // Check if there is a location specific filter. |
|
| 632 | + if(has_filter("geodir_custom_field_output_text_loc_{$location}")){ |
|
| 633 | + /** |
|
| 634 | + * Filter the text html by location. |
|
| 635 | + * |
|
| 636 | + * @param string $html The html to filter. |
|
| 637 | + * @param array $cf The custom field array. |
|
| 638 | + * @since 1.6.6 |
|
| 639 | + */ |
|
| 640 | + $html = apply_filters("geodir_custom_field_output_text_loc_{$location}",$html,$cf); |
|
| 641 | + } |
|
| 642 | + |
|
| 643 | + // Check if there is a custom field specific filter. |
|
| 644 | + if(has_filter("geodir_custom_field_output_text_var_{$html_var}")){ |
|
| 645 | + /** |
|
| 646 | + * Filter the text html by individual custom field. |
|
| 647 | + * |
|
| 648 | + * @param string $html The html to filter. |
|
| 649 | + * @param string $location The location to output the html. |
|
| 650 | + * @param array $cf The custom field array. |
|
| 651 | + * @since 1.6.6 |
|
| 652 | + */ |
|
| 653 | + $html = apply_filters("geodir_custom_field_output_text_var_{$html_var}",$html,$location,$cf); |
|
| 654 | + } |
|
| 655 | + |
|
| 656 | + // Check if there is a custom field key specific filter. |
|
| 657 | + if(has_filter("geodir_custom_field_output_text_key_{$cf['field_type_key']}")){ |
|
| 658 | + /** |
|
| 659 | + * Filter the text html by field type key. |
|
| 660 | + * |
|
| 661 | + * @param string $html The html to filter. |
|
| 662 | + * @param string $location The location to output the html. |
|
| 663 | + * @param array $cf The custom field array. |
|
| 664 | + * @since 1.6.6 |
|
| 665 | + */ |
|
| 666 | + $html = apply_filters("geodir_custom_field_output_text_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 667 | + } |
|
| 668 | 668 | |
| 669 | 669 | |
| 670 | 670 | |
| 671 | - // If not html then we run the standard output. |
|
| 672 | - if(empty($html)){ |
|
| 671 | + // If not html then we run the standard output. |
|
| 672 | + if(empty($html)){ |
|
| 673 | 673 | |
| 674 | - if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != '' ): |
|
| 674 | + if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != '' ): |
|
| 675 | 675 | |
| 676 | - $class = ($cf['htmlvar_name'] == 'geodir_timing') ? "geodir-i-time" : "geodir-i-text"; |
|
| 676 | + $class = ($cf['htmlvar_name'] == 'geodir_timing') ? "geodir-i-time" : "geodir-i-text"; |
|
| 677 | 677 | |
| 678 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 679 | - if (strpos($field_icon, 'http') !== false) { |
|
| 680 | - $field_icon_af = ''; |
|
| 681 | - } elseif ($field_icon == '') { |
|
| 682 | - $field_icon_af = ($cf['htmlvar_name'] == 'geodir_timing') ? '<i class="fa fa-clock-o"></i>' : ""; |
|
| 683 | - } else { |
|
| 684 | - $field_icon_af = $field_icon; |
|
| 685 | - $field_icon = ''; |
|
| 686 | - } |
|
| 678 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 679 | + if (strpos($field_icon, 'http') !== false) { |
|
| 680 | + $field_icon_af = ''; |
|
| 681 | + } elseif ($field_icon == '') { |
|
| 682 | + $field_icon_af = ($cf['htmlvar_name'] == 'geodir_timing') ? '<i class="fa fa-clock-o"></i>' : ""; |
|
| 683 | + } else { |
|
| 684 | + $field_icon_af = $field_icon; |
|
| 685 | + $field_icon = ''; |
|
| 686 | + } |
|
| 687 | 687 | |
| 688 | 688 | |
| 689 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="'.$class.'" style="' . $field_icon . '">' . $field_icon_af; |
|
| 690 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 691 | - $html .= '</span>'; |
|
| 689 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="'.$class.'" style="' . $field_icon . '">' . $field_icon_af; |
|
| 690 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 691 | + $html .= '</span>'; |
|
| 692 | 692 | |
| 693 | - $value = $post->{$cf['htmlvar_name']}; |
|
| 694 | - if(isset($cf['data_type']) && ($cf['data_type']=='INT' || $cf['data_type']=='FLOAT') && isset($cf['extra_fields']) && $cf['extra_fields']){ |
|
| 695 | - $extra_fields = stripslashes_deep(maybe_unserialize($cf['extra_fields'])); |
|
| 696 | - if(isset($extra_fields['is_price']) && $extra_fields['is_price']){ |
|
| 697 | - if(!ceil($value) > 0){return '';}// dont output blank prices |
|
| 698 | - $value = geodir_currency_format_number($value,$cf); |
|
| 699 | - } |
|
| 700 | - } |
|
| 693 | + $value = $post->{$cf['htmlvar_name']}; |
|
| 694 | + if(isset($cf['data_type']) && ($cf['data_type']=='INT' || $cf['data_type']=='FLOAT') && isset($cf['extra_fields']) && $cf['extra_fields']){ |
|
| 695 | + $extra_fields = stripslashes_deep(maybe_unserialize($cf['extra_fields'])); |
|
| 696 | + if(isset($extra_fields['is_price']) && $extra_fields['is_price']){ |
|
| 697 | + if(!ceil($value) > 0){return '';}// dont output blank prices |
|
| 698 | + $value = geodir_currency_format_number($value,$cf); |
|
| 699 | + } |
|
| 700 | + } |
|
| 701 | 701 | |
| 702 | 702 | |
| 703 | - $html .= $value; |
|
| 704 | - $html .= '</div>'; |
|
| 703 | + $html .= $value; |
|
| 704 | + $html .= '</div>'; |
|
| 705 | 705 | |
| 706 | - endif; |
|
| 706 | + endif; |
|
| 707 | 707 | |
| 708 | - } |
|
| 708 | + } |
|
| 709 | 709 | |
| 710 | - return $html; |
|
| 710 | + return $html; |
|
| 711 | 711 | } |
| 712 | 712 | add_filter('geodir_custom_field_output_text','geodir_cf_text',10,3); |
| 713 | 713 | |
@@ -724,98 +724,98 @@ discard block |
||
| 724 | 724 | */ |
| 725 | 725 | function geodir_cf_radio($html,$location,$cf,$p=''){ |
| 726 | 726 | |
| 727 | - // check we have the post value |
|
| 728 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 729 | - else{ global $post;} |
|
| 730 | - |
|
| 731 | - if(!is_array($cf) && $cf!=''){ |
|
| 732 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 733 | - if(!$cf){return NULL;} |
|
| 734 | - } |
|
| 735 | - |
|
| 736 | - $html_var = $cf['htmlvar_name']; |
|
| 737 | - |
|
| 738 | - // Check if there is a location specific filter. |
|
| 739 | - if(has_filter("geodir_custom_field_output_radio_loc_{$location}")){ |
|
| 740 | - /** |
|
| 741 | - * Filter the radio html by location. |
|
| 742 | - * |
|
| 743 | - * @param string $html The html to filter. |
|
| 744 | - * @param array $cf The custom field array. |
|
| 745 | - * @since 1.6.6 |
|
| 746 | - */ |
|
| 747 | - $html = apply_filters("geodir_custom_field_output_radio_loc_{$location}",$html,$cf); |
|
| 748 | - } |
|
| 749 | - |
|
| 750 | - // Check if there is a custom field specific filter. |
|
| 751 | - if(has_filter("geodir_custom_field_output_radio_var_{$html_var}")){ |
|
| 752 | - /** |
|
| 753 | - * Filter the radio html by individual custom field. |
|
| 754 | - * |
|
| 755 | - * @param string $html The html to filter. |
|
| 756 | - * @param string $location The location to output the html. |
|
| 757 | - * @param array $cf The custom field array. |
|
| 758 | - * @since 1.6.6 |
|
| 759 | - */ |
|
| 760 | - $html = apply_filters("geodir_custom_field_output_radio_var_{$html_var}",$html,$location,$cf); |
|
| 761 | - } |
|
| 762 | - |
|
| 763 | - // Check if there is a custom field key specific filter. |
|
| 764 | - if(has_filter("geodir_custom_field_output_radio_key_{$cf['field_type_key']}")){ |
|
| 765 | - /** |
|
| 766 | - * Filter the radio html by field type key. |
|
| 767 | - * |
|
| 768 | - * @param string $html The html to filter. |
|
| 769 | - * @param string $location The location to output the html. |
|
| 770 | - * @param array $cf The custom field array. |
|
| 771 | - * @since 1.6.6 |
|
| 772 | - */ |
|
| 773 | - $html = apply_filters("geodir_custom_field_output_radio_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 774 | - } |
|
| 775 | - |
|
| 776 | - // If not html then we run the standard output. |
|
| 777 | - if(empty($html)){ |
|
| 778 | - |
|
| 779 | - $html_val = isset($post->{$cf['htmlvar_name']}) ? __($post->{$cf['htmlvar_name']}, 'geodirectory') : ''; |
|
| 780 | - if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != ''): |
|
| 781 | - |
|
| 782 | - if ($post->{$cf['htmlvar_name']} == 'f' || $post->{$cf['htmlvar_name']} == '0') { |
|
| 783 | - $html_val = __('No', 'geodirectory'); |
|
| 784 | - } else if ($post->{$cf['htmlvar_name']} == 't' || $post->{$cf['htmlvar_name']} == '1') { |
|
| 785 | - $html_val = __('Yes', 'geodirectory'); |
|
| 786 | - } else { |
|
| 787 | - if (!empty($cf['option_values'])) { |
|
| 788 | - $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 789 | - |
|
| 790 | - if (!empty($cf_option_values)) { |
|
| 791 | - foreach ($cf_option_values as $cf_option_value) { |
|
| 792 | - if (isset($cf_option_value['value']) && $cf_option_value['value'] == $post->{$cf['htmlvar_name']}) { |
|
| 793 | - $html_val = $cf_option_value['label']; |
|
| 794 | - } |
|
| 795 | - } |
|
| 796 | - } |
|
| 797 | - } |
|
| 798 | - } |
|
| 799 | - |
|
| 800 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 801 | - if (strpos($field_icon, 'http') !== false) { |
|
| 802 | - $field_icon_af = ''; |
|
| 803 | - } elseif ($field_icon == '') { |
|
| 804 | - $field_icon_af = ''; |
|
| 805 | - } else { |
|
| 806 | - $field_icon_af = $field_icon; |
|
| 807 | - $field_icon = ''; |
|
| 808 | - } |
|
| 809 | - |
|
| 810 | - |
|
| 811 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-radio" style="' . $field_icon . '">' . $field_icon_af; |
|
| 812 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 813 | - $html .= '</span>' . $html_val . '</div>'; |
|
| 814 | - endif; |
|
| 815 | - |
|
| 816 | - } |
|
| 817 | - |
|
| 818 | - return $html; |
|
| 727 | + // check we have the post value |
|
| 728 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 729 | + else{ global $post;} |
|
| 730 | + |
|
| 731 | + if(!is_array($cf) && $cf!=''){ |
|
| 732 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 733 | + if(!$cf){return NULL;} |
|
| 734 | + } |
|
| 735 | + |
|
| 736 | + $html_var = $cf['htmlvar_name']; |
|
| 737 | + |
|
| 738 | + // Check if there is a location specific filter. |
|
| 739 | + if(has_filter("geodir_custom_field_output_radio_loc_{$location}")){ |
|
| 740 | + /** |
|
| 741 | + * Filter the radio html by location. |
|
| 742 | + * |
|
| 743 | + * @param string $html The html to filter. |
|
| 744 | + * @param array $cf The custom field array. |
|
| 745 | + * @since 1.6.6 |
|
| 746 | + */ |
|
| 747 | + $html = apply_filters("geodir_custom_field_output_radio_loc_{$location}",$html,$cf); |
|
| 748 | + } |
|
| 749 | + |
|
| 750 | + // Check if there is a custom field specific filter. |
|
| 751 | + if(has_filter("geodir_custom_field_output_radio_var_{$html_var}")){ |
|
| 752 | + /** |
|
| 753 | + * Filter the radio html by individual custom field. |
|
| 754 | + * |
|
| 755 | + * @param string $html The html to filter. |
|
| 756 | + * @param string $location The location to output the html. |
|
| 757 | + * @param array $cf The custom field array. |
|
| 758 | + * @since 1.6.6 |
|
| 759 | + */ |
|
| 760 | + $html = apply_filters("geodir_custom_field_output_radio_var_{$html_var}",$html,$location,$cf); |
|
| 761 | + } |
|
| 762 | + |
|
| 763 | + // Check if there is a custom field key specific filter. |
|
| 764 | + if(has_filter("geodir_custom_field_output_radio_key_{$cf['field_type_key']}")){ |
|
| 765 | + /** |
|
| 766 | + * Filter the radio html by field type key. |
|
| 767 | + * |
|
| 768 | + * @param string $html The html to filter. |
|
| 769 | + * @param string $location The location to output the html. |
|
| 770 | + * @param array $cf The custom field array. |
|
| 771 | + * @since 1.6.6 |
|
| 772 | + */ |
|
| 773 | + $html = apply_filters("geodir_custom_field_output_radio_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 774 | + } |
|
| 775 | + |
|
| 776 | + // If not html then we run the standard output. |
|
| 777 | + if(empty($html)){ |
|
| 778 | + |
|
| 779 | + $html_val = isset($post->{$cf['htmlvar_name']}) ? __($post->{$cf['htmlvar_name']}, 'geodirectory') : ''; |
|
| 780 | + if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != ''): |
|
| 781 | + |
|
| 782 | + if ($post->{$cf['htmlvar_name']} == 'f' || $post->{$cf['htmlvar_name']} == '0') { |
|
| 783 | + $html_val = __('No', 'geodirectory'); |
|
| 784 | + } else if ($post->{$cf['htmlvar_name']} == 't' || $post->{$cf['htmlvar_name']} == '1') { |
|
| 785 | + $html_val = __('Yes', 'geodirectory'); |
|
| 786 | + } else { |
|
| 787 | + if (!empty($cf['option_values'])) { |
|
| 788 | + $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 789 | + |
|
| 790 | + if (!empty($cf_option_values)) { |
|
| 791 | + foreach ($cf_option_values as $cf_option_value) { |
|
| 792 | + if (isset($cf_option_value['value']) && $cf_option_value['value'] == $post->{$cf['htmlvar_name']}) { |
|
| 793 | + $html_val = $cf_option_value['label']; |
|
| 794 | + } |
|
| 795 | + } |
|
| 796 | + } |
|
| 797 | + } |
|
| 798 | + } |
|
| 799 | + |
|
| 800 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 801 | + if (strpos($field_icon, 'http') !== false) { |
|
| 802 | + $field_icon_af = ''; |
|
| 803 | + } elseif ($field_icon == '') { |
|
| 804 | + $field_icon_af = ''; |
|
| 805 | + } else { |
|
| 806 | + $field_icon_af = $field_icon; |
|
| 807 | + $field_icon = ''; |
|
| 808 | + } |
|
| 809 | + |
|
| 810 | + |
|
| 811 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-radio" style="' . $field_icon . '">' . $field_icon_af; |
|
| 812 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 813 | + $html .= '</span>' . $html_val . '</div>'; |
|
| 814 | + endif; |
|
| 815 | + |
|
| 816 | + } |
|
| 817 | + |
|
| 818 | + return $html; |
|
| 819 | 819 | } |
| 820 | 820 | add_filter('geodir_custom_field_output_radio','geodir_cf_radio',10,3); |
| 821 | 821 | |
@@ -832,92 +832,92 @@ discard block |
||
| 832 | 832 | */ |
| 833 | 833 | function geodir_cf_select($html,$location,$cf,$p=''){ |
| 834 | 834 | |
| 835 | - // check we have the post value |
|
| 836 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 837 | - else{ global $post;} |
|
| 838 | - |
|
| 839 | - if(!is_array($cf) && $cf!=''){ |
|
| 840 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 841 | - if(!$cf){return NULL;} |
|
| 842 | - } |
|
| 843 | - |
|
| 844 | - $html_var = $cf['htmlvar_name']; |
|
| 845 | - |
|
| 846 | - // Check if there is a location specific filter. |
|
| 847 | - if(has_filter("geodir_custom_field_output_select_loc_{$location}")){ |
|
| 848 | - /** |
|
| 849 | - * Filter the select html by location. |
|
| 850 | - * |
|
| 851 | - * @param string $html The html to filter. |
|
| 852 | - * @param array $cf The custom field array. |
|
| 853 | - * @since 1.6.6 |
|
| 854 | - */ |
|
| 855 | - $html = apply_filters("geodir_custom_field_output_select_loc_{$location}",$html,$cf); |
|
| 856 | - } |
|
| 857 | - |
|
| 858 | - // Check if there is a custom field specific filter. |
|
| 859 | - if(has_filter("geodir_custom_field_output_select_var_{$html_var}")){ |
|
| 860 | - /** |
|
| 861 | - * Filter the select html by individual custom field. |
|
| 862 | - * |
|
| 863 | - * @param string $html The html to filter. |
|
| 864 | - * @param string $location The location to output the html. |
|
| 865 | - * @param array $cf The custom field array. |
|
| 866 | - * @since 1.6.6 |
|
| 867 | - */ |
|
| 868 | - $html = apply_filters("geodir_custom_field_output_select_var_{$html_var}",$html,$location,$cf); |
|
| 869 | - } |
|
| 870 | - |
|
| 871 | - // Check if there is a custom field key specific filter. |
|
| 872 | - if(has_filter("geodir_custom_field_output_select_key_{$cf['field_type_key']}")){ |
|
| 873 | - /** |
|
| 874 | - * Filter the select html by field type key. |
|
| 875 | - * |
|
| 876 | - * @param string $html The html to filter. |
|
| 877 | - * @param string $location The location to output the html. |
|
| 878 | - * @param array $cf The custom field array. |
|
| 879 | - * @since 1.6.6 |
|
| 880 | - */ |
|
| 881 | - $html = apply_filters("geodir_custom_field_output_select_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 882 | - } |
|
| 883 | - |
|
| 884 | - // If not html then we run the standard output. |
|
| 885 | - if(empty($html)){ |
|
| 886 | - |
|
| 887 | - if ($post->{$cf['htmlvar_name']}): |
|
| 888 | - $field_value = __($post->{$cf['htmlvar_name']}, 'geodirectory'); |
|
| 889 | - |
|
| 890 | - if (!empty($cf['option_values'])) { |
|
| 891 | - $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 892 | - |
|
| 893 | - if (!empty($cf_option_values)) { |
|
| 894 | - foreach ($cf_option_values as $cf_option_value) { |
|
| 895 | - if (isset($cf_option_value['value']) && $cf_option_value['value'] == $post->{$cf['htmlvar_name']}) { |
|
| 896 | - //$field_value = $cf_option_value['label']; // no longer needed here. |
|
| 897 | - } |
|
| 898 | - } |
|
| 899 | - } |
|
| 900 | - } |
|
| 901 | - |
|
| 902 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 903 | - if (strpos($field_icon, 'http') !== false) { |
|
| 904 | - $field_icon_af = ''; |
|
| 905 | - } elseif ($field_icon == '') { |
|
| 906 | - $field_icon_af = ''; |
|
| 907 | - } else { |
|
| 908 | - $field_icon_af = $field_icon; |
|
| 909 | - $field_icon = ''; |
|
| 910 | - } |
|
| 911 | - |
|
| 912 | - |
|
| 913 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 914 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 915 | - $html .= '</span>' . $field_value . '</div>'; |
|
| 916 | - endif; |
|
| 917 | - |
|
| 918 | - } |
|
| 919 | - |
|
| 920 | - return $html; |
|
| 835 | + // check we have the post value |
|
| 836 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 837 | + else{ global $post;} |
|
| 838 | + |
|
| 839 | + if(!is_array($cf) && $cf!=''){ |
|
| 840 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 841 | + if(!$cf){return NULL;} |
|
| 842 | + } |
|
| 843 | + |
|
| 844 | + $html_var = $cf['htmlvar_name']; |
|
| 845 | + |
|
| 846 | + // Check if there is a location specific filter. |
|
| 847 | + if(has_filter("geodir_custom_field_output_select_loc_{$location}")){ |
|
| 848 | + /** |
|
| 849 | + * Filter the select html by location. |
|
| 850 | + * |
|
| 851 | + * @param string $html The html to filter. |
|
| 852 | + * @param array $cf The custom field array. |
|
| 853 | + * @since 1.6.6 |
|
| 854 | + */ |
|
| 855 | + $html = apply_filters("geodir_custom_field_output_select_loc_{$location}",$html,$cf); |
|
| 856 | + } |
|
| 857 | + |
|
| 858 | + // Check if there is a custom field specific filter. |
|
| 859 | + if(has_filter("geodir_custom_field_output_select_var_{$html_var}")){ |
|
| 860 | + /** |
|
| 861 | + * Filter the select html by individual custom field. |
|
| 862 | + * |
|
| 863 | + * @param string $html The html to filter. |
|
| 864 | + * @param string $location The location to output the html. |
|
| 865 | + * @param array $cf The custom field array. |
|
| 866 | + * @since 1.6.6 |
|
| 867 | + */ |
|
| 868 | + $html = apply_filters("geodir_custom_field_output_select_var_{$html_var}",$html,$location,$cf); |
|
| 869 | + } |
|
| 870 | + |
|
| 871 | + // Check if there is a custom field key specific filter. |
|
| 872 | + if(has_filter("geodir_custom_field_output_select_key_{$cf['field_type_key']}")){ |
|
| 873 | + /** |
|
| 874 | + * Filter the select html by field type key. |
|
| 875 | + * |
|
| 876 | + * @param string $html The html to filter. |
|
| 877 | + * @param string $location The location to output the html. |
|
| 878 | + * @param array $cf The custom field array. |
|
| 879 | + * @since 1.6.6 |
|
| 880 | + */ |
|
| 881 | + $html = apply_filters("geodir_custom_field_output_select_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 882 | + } |
|
| 883 | + |
|
| 884 | + // If not html then we run the standard output. |
|
| 885 | + if(empty($html)){ |
|
| 886 | + |
|
| 887 | + if ($post->{$cf['htmlvar_name']}): |
|
| 888 | + $field_value = __($post->{$cf['htmlvar_name']}, 'geodirectory'); |
|
| 889 | + |
|
| 890 | + if (!empty($cf['option_values'])) { |
|
| 891 | + $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 892 | + |
|
| 893 | + if (!empty($cf_option_values)) { |
|
| 894 | + foreach ($cf_option_values as $cf_option_value) { |
|
| 895 | + if (isset($cf_option_value['value']) && $cf_option_value['value'] == $post->{$cf['htmlvar_name']}) { |
|
| 896 | + //$field_value = $cf_option_value['label']; // no longer needed here. |
|
| 897 | + } |
|
| 898 | + } |
|
| 899 | + } |
|
| 900 | + } |
|
| 901 | + |
|
| 902 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 903 | + if (strpos($field_icon, 'http') !== false) { |
|
| 904 | + $field_icon_af = ''; |
|
| 905 | + } elseif ($field_icon == '') { |
|
| 906 | + $field_icon_af = ''; |
|
| 907 | + } else { |
|
| 908 | + $field_icon_af = $field_icon; |
|
| 909 | + $field_icon = ''; |
|
| 910 | + } |
|
| 911 | + |
|
| 912 | + |
|
| 913 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 914 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 915 | + $html .= '</span>' . $field_value . '</div>'; |
|
| 916 | + endif; |
|
| 917 | + |
|
| 918 | + } |
|
| 919 | + |
|
| 920 | + return $html; |
|
| 921 | 921 | } |
| 922 | 922 | add_filter('geodir_custom_field_output_select','geodir_cf_select',10,3); |
| 923 | 923 | |
@@ -934,117 +934,117 @@ discard block |
||
| 934 | 934 | */ |
| 935 | 935 | function geodir_cf_multiselect($html,$location,$cf,$p=''){ |
| 936 | 936 | |
| 937 | - // check we have the post value |
|
| 938 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 939 | - else{ global $post;} |
|
| 940 | - |
|
| 941 | - if(!is_array($cf) && $cf!=''){ |
|
| 942 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 943 | - if(!$cf){return NULL;} |
|
| 944 | - } |
|
| 945 | - |
|
| 946 | - $html_var = $cf['htmlvar_name']; |
|
| 947 | - |
|
| 948 | - // Check if there is a location specific filter. |
|
| 949 | - if(has_filter("geodir_custom_field_output_multiselect_loc_{$location}")){ |
|
| 950 | - /** |
|
| 951 | - * Filter the multiselect html by location. |
|
| 952 | - * |
|
| 953 | - * @param string $html The html to filter. |
|
| 954 | - * @param array $cf The custom field array. |
|
| 955 | - * @since 1.6.6 |
|
| 956 | - */ |
|
| 957 | - $html = apply_filters("geodir_custom_field_output_multiselect_loc_{$location}",$html,$cf); |
|
| 958 | - } |
|
| 959 | - |
|
| 960 | - // Check if there is a custom field specific filter. |
|
| 961 | - if(has_filter("geodir_custom_field_output_multiselect_var_{$html_var}")){ |
|
| 962 | - /** |
|
| 963 | - * Filter the multiselect html by individual custom field. |
|
| 964 | - * |
|
| 965 | - * @param string $html The html to filter. |
|
| 966 | - * @param string $location The location to output the html. |
|
| 967 | - * @param array $cf The custom field array. |
|
| 968 | - * @since 1.6.6 |
|
| 969 | - */ |
|
| 970 | - $html = apply_filters("geodir_custom_field_output_multiselect_var_{$html_var}",$html,$location,$cf); |
|
| 971 | - } |
|
| 972 | - |
|
| 973 | - // Check if there is a custom field key specific filter. |
|
| 974 | - if(has_filter("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}")){ |
|
| 975 | - /** |
|
| 976 | - * Filter the multiselect html by field type key. |
|
| 977 | - * |
|
| 978 | - * @param string $html The html to filter. |
|
| 979 | - * @param string $location The location to output the html. |
|
| 980 | - * @param array $cf The custom field array. |
|
| 981 | - * @since 1.6.6 |
|
| 982 | - */ |
|
| 983 | - $html = apply_filters("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 984 | - } |
|
| 985 | - |
|
| 986 | - // If not html then we run the standard output. |
|
| 987 | - if(empty($html)){ |
|
| 988 | - |
|
| 989 | - |
|
| 990 | - if (!empty($post->{$cf['htmlvar_name']})): |
|
| 991 | - |
|
| 992 | - if (is_array($post->{$cf['htmlvar_name']})) { |
|
| 993 | - $post->{$cf['htmlvar_name']} = implode(', ', $post->{$cf['htmlvar_name']}); |
|
| 994 | - } |
|
| 995 | - |
|
| 996 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 997 | - if (strpos($field_icon, 'http') !== false) { |
|
| 998 | - $field_icon_af = ''; |
|
| 999 | - } elseif ($field_icon == '') { |
|
| 1000 | - $field_icon_af = ''; |
|
| 1001 | - } else { |
|
| 1002 | - $field_icon_af = $field_icon; |
|
| 1003 | - $field_icon = ''; |
|
| 1004 | - } |
|
| 1005 | - |
|
| 1006 | - $field_values = explode(',', trim($post->{$cf['htmlvar_name']}, ",")); |
|
| 1007 | - |
|
| 1008 | - if(is_array($field_values)){ |
|
| 1009 | - $field_values = array_map('trim', $field_values); |
|
| 1010 | - } |
|
| 1011 | - |
|
| 1012 | - $option_values = array(); |
|
| 1013 | - if (!empty($cf['option_values'])) { |
|
| 1014 | - $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 1015 | - |
|
| 1016 | - if (!empty($cf_option_values)) { |
|
| 1017 | - foreach ($cf_option_values as $cf_option_value) { |
|
| 1018 | - if (isset($cf_option_value['value']) && in_array($cf_option_value['value'], $field_values)) { |
|
| 1019 | - $option_values[] = $cf_option_value['label']; |
|
| 1020 | - } |
|
| 1021 | - } |
|
| 1022 | - } |
|
| 1023 | - } |
|
| 1024 | - |
|
| 1025 | - |
|
| 1026 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1027 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1028 | - $html .= '</span>'; |
|
| 1029 | - |
|
| 1030 | - if (count($option_values) > 1) { |
|
| 1031 | - $html .= '<ul>'; |
|
| 1032 | - |
|
| 1033 | - foreach ($option_values as $val) { |
|
| 1034 | - $html .= '<li>' . $val . '</li>'; |
|
| 1035 | - } |
|
| 1036 | - |
|
| 1037 | - $html .= '</ul>'; |
|
| 1038 | - } else { |
|
| 1039 | - $html .= $post->{$cf['htmlvar_name']}; |
|
| 1040 | - } |
|
| 1041 | - |
|
| 1042 | - $html .= '</div>'; |
|
| 1043 | - endif; |
|
| 1044 | - |
|
| 1045 | - } |
|
| 1046 | - |
|
| 1047 | - return $html; |
|
| 937 | + // check we have the post value |
|
| 938 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 939 | + else{ global $post;} |
|
| 940 | + |
|
| 941 | + if(!is_array($cf) && $cf!=''){ |
|
| 942 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 943 | + if(!$cf){return NULL;} |
|
| 944 | + } |
|
| 945 | + |
|
| 946 | + $html_var = $cf['htmlvar_name']; |
|
| 947 | + |
|
| 948 | + // Check if there is a location specific filter. |
|
| 949 | + if(has_filter("geodir_custom_field_output_multiselect_loc_{$location}")){ |
|
| 950 | + /** |
|
| 951 | + * Filter the multiselect html by location. |
|
| 952 | + * |
|
| 953 | + * @param string $html The html to filter. |
|
| 954 | + * @param array $cf The custom field array. |
|
| 955 | + * @since 1.6.6 |
|
| 956 | + */ |
|
| 957 | + $html = apply_filters("geodir_custom_field_output_multiselect_loc_{$location}",$html,$cf); |
|
| 958 | + } |
|
| 959 | + |
|
| 960 | + // Check if there is a custom field specific filter. |
|
| 961 | + if(has_filter("geodir_custom_field_output_multiselect_var_{$html_var}")){ |
|
| 962 | + /** |
|
| 963 | + * Filter the multiselect html by individual custom field. |
|
| 964 | + * |
|
| 965 | + * @param string $html The html to filter. |
|
| 966 | + * @param string $location The location to output the html. |
|
| 967 | + * @param array $cf The custom field array. |
|
| 968 | + * @since 1.6.6 |
|
| 969 | + */ |
|
| 970 | + $html = apply_filters("geodir_custom_field_output_multiselect_var_{$html_var}",$html,$location,$cf); |
|
| 971 | + } |
|
| 972 | + |
|
| 973 | + // Check if there is a custom field key specific filter. |
|
| 974 | + if(has_filter("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}")){ |
|
| 975 | + /** |
|
| 976 | + * Filter the multiselect html by field type key. |
|
| 977 | + * |
|
| 978 | + * @param string $html The html to filter. |
|
| 979 | + * @param string $location The location to output the html. |
|
| 980 | + * @param array $cf The custom field array. |
|
| 981 | + * @since 1.6.6 |
|
| 982 | + */ |
|
| 983 | + $html = apply_filters("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 984 | + } |
|
| 985 | + |
|
| 986 | + // If not html then we run the standard output. |
|
| 987 | + if(empty($html)){ |
|
| 988 | + |
|
| 989 | + |
|
| 990 | + if (!empty($post->{$cf['htmlvar_name']})): |
|
| 991 | + |
|
| 992 | + if (is_array($post->{$cf['htmlvar_name']})) { |
|
| 993 | + $post->{$cf['htmlvar_name']} = implode(', ', $post->{$cf['htmlvar_name']}); |
|
| 994 | + } |
|
| 995 | + |
|
| 996 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 997 | + if (strpos($field_icon, 'http') !== false) { |
|
| 998 | + $field_icon_af = ''; |
|
| 999 | + } elseif ($field_icon == '') { |
|
| 1000 | + $field_icon_af = ''; |
|
| 1001 | + } else { |
|
| 1002 | + $field_icon_af = $field_icon; |
|
| 1003 | + $field_icon = ''; |
|
| 1004 | + } |
|
| 1005 | + |
|
| 1006 | + $field_values = explode(',', trim($post->{$cf['htmlvar_name']}, ",")); |
|
| 1007 | + |
|
| 1008 | + if(is_array($field_values)){ |
|
| 1009 | + $field_values = array_map('trim', $field_values); |
|
| 1010 | + } |
|
| 1011 | + |
|
| 1012 | + $option_values = array(); |
|
| 1013 | + if (!empty($cf['option_values'])) { |
|
| 1014 | + $cf_option_values = geodir_string_values_to_options(stripslashes_deep($cf['option_values']), true); |
|
| 1015 | + |
|
| 1016 | + if (!empty($cf_option_values)) { |
|
| 1017 | + foreach ($cf_option_values as $cf_option_value) { |
|
| 1018 | + if (isset($cf_option_value['value']) && in_array($cf_option_value['value'], $field_values)) { |
|
| 1019 | + $option_values[] = $cf_option_value['label']; |
|
| 1020 | + } |
|
| 1021 | + } |
|
| 1022 | + } |
|
| 1023 | + } |
|
| 1024 | + |
|
| 1025 | + |
|
| 1026 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1027 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1028 | + $html .= '</span>'; |
|
| 1029 | + |
|
| 1030 | + if (count($option_values) > 1) { |
|
| 1031 | + $html .= '<ul>'; |
|
| 1032 | + |
|
| 1033 | + foreach ($option_values as $val) { |
|
| 1034 | + $html .= '<li>' . $val . '</li>'; |
|
| 1035 | + } |
|
| 1036 | + |
|
| 1037 | + $html .= '</ul>'; |
|
| 1038 | + } else { |
|
| 1039 | + $html .= $post->{$cf['htmlvar_name']}; |
|
| 1040 | + } |
|
| 1041 | + |
|
| 1042 | + $html .= '</div>'; |
|
| 1043 | + endif; |
|
| 1044 | + |
|
| 1045 | + } |
|
| 1046 | + |
|
| 1047 | + return $html; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | add_filter('geodir_custom_field_output_multiselect','geodir_cf_multiselect',10,3); |
| 1050 | 1050 | |
@@ -1061,153 +1061,153 @@ discard block |
||
| 1061 | 1061 | */ |
| 1062 | 1062 | function geodir_cf_email($html,$location,$cf,$p=''){ |
| 1063 | 1063 | |
| 1064 | - // check we have the post value |
|
| 1065 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1066 | - else{ global $post;} |
|
| 1067 | - |
|
| 1068 | - if(!is_array($cf) && $cf!=''){ |
|
| 1069 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1070 | - if(!$cf){return NULL;} |
|
| 1071 | - } |
|
| 1072 | - |
|
| 1073 | - $html_var = $cf['htmlvar_name']; |
|
| 1074 | - |
|
| 1075 | - // Check if there is a location specific filter. |
|
| 1076 | - if(has_filter("geodir_custom_field_output_email_loc_{$location}")){ |
|
| 1077 | - /** |
|
| 1078 | - * Filter the email html by location. |
|
| 1079 | - * |
|
| 1080 | - * @param string $html The html to filter. |
|
| 1081 | - * @param array $cf The custom field array. |
|
| 1082 | - * @since 1.6.6 |
|
| 1083 | - */ |
|
| 1084 | - $html = apply_filters("geodir_custom_field_output_email_loc_{$location}",$html,$cf); |
|
| 1085 | - } |
|
| 1086 | - |
|
| 1087 | - // Check if there is a custom field specific filter. |
|
| 1088 | - if(has_filter("geodir_custom_field_output_email_var_{$html_var}")){ |
|
| 1089 | - /** |
|
| 1090 | - * Filter the email html by individual custom field. |
|
| 1091 | - * |
|
| 1092 | - * @param string $html The html to filter. |
|
| 1093 | - * @param string $location The location to output the html. |
|
| 1094 | - * @param array $cf The custom field array. |
|
| 1095 | - * @since 1.6.6 |
|
| 1096 | - */ |
|
| 1097 | - $html = apply_filters("geodir_custom_field_output_email_var_{$html_var}",$html,$location,$cf); |
|
| 1098 | - } |
|
| 1099 | - |
|
| 1100 | - // Check if there is a custom field key specific filter. |
|
| 1101 | - if(has_filter("geodir_custom_field_output_email_key_{$cf['field_type_key']}")){ |
|
| 1102 | - /** |
|
| 1103 | - * Filter the email html by field type key. |
|
| 1104 | - * |
|
| 1105 | - * @param string $html The html to filter. |
|
| 1106 | - * @param string $location The location to output the html. |
|
| 1107 | - * @param array $cf The custom field array. |
|
| 1108 | - * @since 1.6.6 |
|
| 1109 | - */ |
|
| 1110 | - $html = apply_filters("geodir_custom_field_output_email_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1111 | - } |
|
| 1112 | - |
|
| 1113 | - // If not html then we run the standard output. |
|
| 1114 | - if(empty($html)){ |
|
| 1115 | - |
|
| 1116 | - global $preview; |
|
| 1117 | - if ($cf['htmlvar_name'] == 'geodir_email' && !(geodir_is_page('detail') || geodir_is_page('preview'))) { |
|
| 1118 | - return ''; // Remove Send Enquiry | Send To Friend from listings page |
|
| 1119 | - } |
|
| 1120 | - |
|
| 1121 | - $package_info = (array)geodir_post_package_info(array(), $post, $post->post_type); |
|
| 1122 | - |
|
| 1123 | - if ($cf['htmlvar_name'] == 'geodir_email' && ((isset($package_info['sendtofriend']) && $package_info['sendtofriend']) || $post->{$cf['htmlvar_name']})) { |
|
| 1124 | - global $send_to_friend; |
|
| 1125 | - $send_to_friend = true; |
|
| 1126 | - $b_send_inquiry = ''; |
|
| 1127 | - $b_sendtofriend = ''; |
|
| 1128 | - |
|
| 1129 | - $html = ''; |
|
| 1130 | - if (!$preview) { |
|
| 1131 | - $b_send_inquiry = 'b_send_inquiry'; |
|
| 1132 | - $b_sendtofriend = 'b_sendtofriend'; |
|
| 1133 | - $html = '<input type="hidden" name="geodir_popup_post_id" value="' . $post->ID . '" /><div class="geodir_display_popup_forms"></div>'; |
|
| 1134 | - } |
|
| 1135 | - |
|
| 1136 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1137 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1138 | - $field_icon_af = ''; |
|
| 1139 | - } elseif ($field_icon == '') { |
|
| 1140 | - $field_icon_af = '<i class="fa fa-envelope"></i>'; |
|
| 1141 | - } else { |
|
| 1142 | - $field_icon_af = $field_icon; |
|
| 1143 | - $field_icon = ''; |
|
| 1144 | - } |
|
| 1145 | - |
|
| 1146 | - $html .= '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1147 | - $seperator = ''; |
|
| 1148 | - if ($post->{$cf['htmlvar_name']}) { |
|
| 1149 | - $html .= '<a href="javascript:void(0);" class="' . $b_send_inquiry . '" >' . SEND_INQUIRY . '</a>'; |
|
| 1150 | - $seperator = ' | '; |
|
| 1151 | - } |
|
| 1152 | - |
|
| 1153 | - if (isset($package_info['sendtofriend']) && $package_info['sendtofriend']) { |
|
| 1154 | - $html .= $seperator . '<a href="javascript:void(0);" class="' . $b_sendtofriend . '">' . SEND_TO_FRIEND . '</a>'; |
|
| 1155 | - } |
|
| 1156 | - |
|
| 1157 | - $html .= '</span></div>'; |
|
| 1158 | - |
|
| 1159 | - |
|
| 1160 | - if (isset($_REQUEST['send_inquiry']) && $_REQUEST['send_inquiry'] == 'success') { |
|
| 1161 | - $html .= '<p class="sucess_msg">' . SEND_INQUIRY_SUCCESS . '</p>'; |
|
| 1162 | - } elseif (isset($_REQUEST['sendtofrnd']) && $_REQUEST['sendtofrnd'] == 'success') { |
|
| 1163 | - $html .= '<p class="sucess_msg">' . SEND_FRIEND_SUCCESS . '</p>'; |
|
| 1164 | - } elseif (isset($_REQUEST['emsg']) && $_REQUEST['emsg'] == 'captch') { |
|
| 1165 | - $html .= '<p class="error_msg_fix">' . WRONG_CAPTCH_MSG . '</p>'; |
|
| 1166 | - } |
|
| 1167 | - |
|
| 1168 | - /*if(!$preview){require_once (geodir_plugin_path().'/geodirectory-templates/popup-forms.php');}*/ |
|
| 1169 | - |
|
| 1170 | - } else { |
|
| 1171 | - |
|
| 1172 | - if ($post->{$cf['htmlvar_name']}) { |
|
| 1173 | - |
|
| 1174 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1175 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1176 | - $field_icon_af = ''; |
|
| 1177 | - } elseif ($field_icon == '') { |
|
| 1178 | - $field_icon_af = '<i class="fa fa-envelope"></i>'; |
|
| 1179 | - } else { |
|
| 1180 | - $field_icon_af = $field_icon; |
|
| 1181 | - $field_icon = ''; |
|
| 1182 | - } |
|
| 1183 | - |
|
| 1184 | - |
|
| 1185 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1186 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1187 | - $html .= '</span><span class="geodir-email-address-output">'; |
|
| 1188 | - $email = $post->{$cf['htmlvar_name']} ; |
|
| 1189 | - if($e_split = explode('@',$email)){ |
|
| 1190 | - /** |
|
| 1191 | - * Filter email custom field name output. |
|
| 1192 | - * |
|
| 1193 | - * @since 1.5.3 |
|
| 1194 | - * |
|
| 1195 | - * @param string $email The email string being output. |
|
| 1196 | - * @param array $cf Custom field variables array. |
|
| 1197 | - */ |
|
| 1198 | - $email_name = apply_filters('geodir_email_field_name_output',$email,$cf); |
|
| 1199 | - $html .= "<script>document.write('<a href=\"mailto:'+'$e_split[0]' + '@' + '$e_split[1]'+'\">$email_name</a>')</script>"; |
|
| 1200 | - }else{ |
|
| 1201 | - $html .= $email; |
|
| 1202 | - } |
|
| 1203 | - $html .= '</span></div>'; |
|
| 1204 | - } |
|
| 1205 | - |
|
| 1206 | - } |
|
| 1207 | - |
|
| 1208 | - } |
|
| 1209 | - |
|
| 1210 | - return $html; |
|
| 1064 | + // check we have the post value |
|
| 1065 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1066 | + else{ global $post;} |
|
| 1067 | + |
|
| 1068 | + if(!is_array($cf) && $cf!=''){ |
|
| 1069 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1070 | + if(!$cf){return NULL;} |
|
| 1071 | + } |
|
| 1072 | + |
|
| 1073 | + $html_var = $cf['htmlvar_name']; |
|
| 1074 | + |
|
| 1075 | + // Check if there is a location specific filter. |
|
| 1076 | + if(has_filter("geodir_custom_field_output_email_loc_{$location}")){ |
|
| 1077 | + /** |
|
| 1078 | + * Filter the email html by location. |
|
| 1079 | + * |
|
| 1080 | + * @param string $html The html to filter. |
|
| 1081 | + * @param array $cf The custom field array. |
|
| 1082 | + * @since 1.6.6 |
|
| 1083 | + */ |
|
| 1084 | + $html = apply_filters("geodir_custom_field_output_email_loc_{$location}",$html,$cf); |
|
| 1085 | + } |
|
| 1086 | + |
|
| 1087 | + // Check if there is a custom field specific filter. |
|
| 1088 | + if(has_filter("geodir_custom_field_output_email_var_{$html_var}")){ |
|
| 1089 | + /** |
|
| 1090 | + * Filter the email html by individual custom field. |
|
| 1091 | + * |
|
| 1092 | + * @param string $html The html to filter. |
|
| 1093 | + * @param string $location The location to output the html. |
|
| 1094 | + * @param array $cf The custom field array. |
|
| 1095 | + * @since 1.6.6 |
|
| 1096 | + */ |
|
| 1097 | + $html = apply_filters("geodir_custom_field_output_email_var_{$html_var}",$html,$location,$cf); |
|
| 1098 | + } |
|
| 1099 | + |
|
| 1100 | + // Check if there is a custom field key specific filter. |
|
| 1101 | + if(has_filter("geodir_custom_field_output_email_key_{$cf['field_type_key']}")){ |
|
| 1102 | + /** |
|
| 1103 | + * Filter the email html by field type key. |
|
| 1104 | + * |
|
| 1105 | + * @param string $html The html to filter. |
|
| 1106 | + * @param string $location The location to output the html. |
|
| 1107 | + * @param array $cf The custom field array. |
|
| 1108 | + * @since 1.6.6 |
|
| 1109 | + */ |
|
| 1110 | + $html = apply_filters("geodir_custom_field_output_email_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1111 | + } |
|
| 1112 | + |
|
| 1113 | + // If not html then we run the standard output. |
|
| 1114 | + if(empty($html)){ |
|
| 1115 | + |
|
| 1116 | + global $preview; |
|
| 1117 | + if ($cf['htmlvar_name'] == 'geodir_email' && !(geodir_is_page('detail') || geodir_is_page('preview'))) { |
|
| 1118 | + return ''; // Remove Send Enquiry | Send To Friend from listings page |
|
| 1119 | + } |
|
| 1120 | + |
|
| 1121 | + $package_info = (array)geodir_post_package_info(array(), $post, $post->post_type); |
|
| 1122 | + |
|
| 1123 | + if ($cf['htmlvar_name'] == 'geodir_email' && ((isset($package_info['sendtofriend']) && $package_info['sendtofriend']) || $post->{$cf['htmlvar_name']})) { |
|
| 1124 | + global $send_to_friend; |
|
| 1125 | + $send_to_friend = true; |
|
| 1126 | + $b_send_inquiry = ''; |
|
| 1127 | + $b_sendtofriend = ''; |
|
| 1128 | + |
|
| 1129 | + $html = ''; |
|
| 1130 | + if (!$preview) { |
|
| 1131 | + $b_send_inquiry = 'b_send_inquiry'; |
|
| 1132 | + $b_sendtofriend = 'b_sendtofriend'; |
|
| 1133 | + $html = '<input type="hidden" name="geodir_popup_post_id" value="' . $post->ID . '" /><div class="geodir_display_popup_forms"></div>'; |
|
| 1134 | + } |
|
| 1135 | + |
|
| 1136 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1137 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1138 | + $field_icon_af = ''; |
|
| 1139 | + } elseif ($field_icon == '') { |
|
| 1140 | + $field_icon_af = '<i class="fa fa-envelope"></i>'; |
|
| 1141 | + } else { |
|
| 1142 | + $field_icon_af = $field_icon; |
|
| 1143 | + $field_icon = ''; |
|
| 1144 | + } |
|
| 1145 | + |
|
| 1146 | + $html .= '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1147 | + $seperator = ''; |
|
| 1148 | + if ($post->{$cf['htmlvar_name']}) { |
|
| 1149 | + $html .= '<a href="javascript:void(0);" class="' . $b_send_inquiry . '" >' . SEND_INQUIRY . '</a>'; |
|
| 1150 | + $seperator = ' | '; |
|
| 1151 | + } |
|
| 1152 | + |
|
| 1153 | + if (isset($package_info['sendtofriend']) && $package_info['sendtofriend']) { |
|
| 1154 | + $html .= $seperator . '<a href="javascript:void(0);" class="' . $b_sendtofriend . '">' . SEND_TO_FRIEND . '</a>'; |
|
| 1155 | + } |
|
| 1156 | + |
|
| 1157 | + $html .= '</span></div>'; |
|
| 1158 | + |
|
| 1159 | + |
|
| 1160 | + if (isset($_REQUEST['send_inquiry']) && $_REQUEST['send_inquiry'] == 'success') { |
|
| 1161 | + $html .= '<p class="sucess_msg">' . SEND_INQUIRY_SUCCESS . '</p>'; |
|
| 1162 | + } elseif (isset($_REQUEST['sendtofrnd']) && $_REQUEST['sendtofrnd'] == 'success') { |
|
| 1163 | + $html .= '<p class="sucess_msg">' . SEND_FRIEND_SUCCESS . '</p>'; |
|
| 1164 | + } elseif (isset($_REQUEST['emsg']) && $_REQUEST['emsg'] == 'captch') { |
|
| 1165 | + $html .= '<p class="error_msg_fix">' . WRONG_CAPTCH_MSG . '</p>'; |
|
| 1166 | + } |
|
| 1167 | + |
|
| 1168 | + /*if(!$preview){require_once (geodir_plugin_path().'/geodirectory-templates/popup-forms.php');}*/ |
|
| 1169 | + |
|
| 1170 | + } else { |
|
| 1171 | + |
|
| 1172 | + if ($post->{$cf['htmlvar_name']}) { |
|
| 1173 | + |
|
| 1174 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1175 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1176 | + $field_icon_af = ''; |
|
| 1177 | + } elseif ($field_icon == '') { |
|
| 1178 | + $field_icon_af = '<i class="fa fa-envelope"></i>'; |
|
| 1179 | + } else { |
|
| 1180 | + $field_icon_af = $field_icon; |
|
| 1181 | + $field_icon = ''; |
|
| 1182 | + } |
|
| 1183 | + |
|
| 1184 | + |
|
| 1185 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1186 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1187 | + $html .= '</span><span class="geodir-email-address-output">'; |
|
| 1188 | + $email = $post->{$cf['htmlvar_name']} ; |
|
| 1189 | + if($e_split = explode('@',$email)){ |
|
| 1190 | + /** |
|
| 1191 | + * Filter email custom field name output. |
|
| 1192 | + * |
|
| 1193 | + * @since 1.5.3 |
|
| 1194 | + * |
|
| 1195 | + * @param string $email The email string being output. |
|
| 1196 | + * @param array $cf Custom field variables array. |
|
| 1197 | + */ |
|
| 1198 | + $email_name = apply_filters('geodir_email_field_name_output',$email,$cf); |
|
| 1199 | + $html .= "<script>document.write('<a href=\"mailto:'+'$e_split[0]' + '@' + '$e_split[1]'+'\">$email_name</a>')</script>"; |
|
| 1200 | + }else{ |
|
| 1201 | + $html .= $email; |
|
| 1202 | + } |
|
| 1203 | + $html .= '</span></div>'; |
|
| 1204 | + } |
|
| 1205 | + |
|
| 1206 | + } |
|
| 1207 | + |
|
| 1208 | + } |
|
| 1209 | + |
|
| 1210 | + return $html; |
|
| 1211 | 1211 | } |
| 1212 | 1212 | add_filter('geodir_custom_field_output_email','geodir_cf_email',10,3); |
| 1213 | 1213 | |
@@ -1224,130 +1224,130 @@ discard block |
||
| 1224 | 1224 | */ |
| 1225 | 1225 | function geodir_cf_file($html,$location,$cf,$p=''){ |
| 1226 | 1226 | |
| 1227 | - // check we have the post value |
|
| 1228 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1229 | - else{ global $post;} |
|
| 1230 | - |
|
| 1231 | - if(!is_array($cf) && $cf!=''){ |
|
| 1232 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1233 | - if(!$cf){return NULL;} |
|
| 1234 | - } |
|
| 1235 | - |
|
| 1236 | - $html_var = $cf['htmlvar_name']; |
|
| 1237 | - |
|
| 1238 | - // Check if there is a location specific filter. |
|
| 1239 | - if(has_filter("geodir_custom_field_output_file_loc_{$location}")){ |
|
| 1240 | - /** |
|
| 1241 | - * Filter the file html by location. |
|
| 1242 | - * |
|
| 1243 | - * @param string $html The html to filter. |
|
| 1244 | - * @param array $cf The custom field array. |
|
| 1245 | - * @since 1.6.6 |
|
| 1246 | - */ |
|
| 1247 | - $html = apply_filters("geodir_custom_field_output_file_loc_{$location}",$html,$cf); |
|
| 1248 | - } |
|
| 1249 | - |
|
| 1250 | - // Check if there is a custom field specific filter. |
|
| 1251 | - if(has_filter("geodir_custom_field_output_file_var_{$html_var}")){ |
|
| 1252 | - /** |
|
| 1253 | - * Filter the file html by individual custom field. |
|
| 1254 | - * |
|
| 1255 | - * @param string $html The html to filter. |
|
| 1256 | - * @param string $location The location to output the html. |
|
| 1257 | - * @param array $cf The custom field array. |
|
| 1258 | - * @since 1.6.6 |
|
| 1259 | - */ |
|
| 1260 | - $html = apply_filters("geodir_custom_field_output_file_var_{$html_var}",$html,$location,$cf); |
|
| 1261 | - } |
|
| 1262 | - |
|
| 1263 | - // Check if there is a custom field key specific filter. |
|
| 1264 | - if(has_filter("geodir_custom_field_output_file_key_{$cf['field_type_key']}")){ |
|
| 1265 | - /** |
|
| 1266 | - * Filter the file html by field type key. |
|
| 1267 | - * |
|
| 1268 | - * @param string $html The html to filter. |
|
| 1269 | - * @param string $location The location to output the html. |
|
| 1270 | - * @param array $cf The custom field array. |
|
| 1271 | - * @since 1.6.6 |
|
| 1272 | - */ |
|
| 1273 | - $html = apply_filters("geodir_custom_field_output_file_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1274 | - } |
|
| 1275 | - |
|
| 1276 | - // If not html then we run the standard output. |
|
| 1277 | - if(empty($html)){ |
|
| 1278 | - |
|
| 1279 | - if (!empty($post->{$cf['htmlvar_name']})): |
|
| 1280 | - |
|
| 1281 | - $files = explode(",", $post->{$cf['htmlvar_name']}); |
|
| 1282 | - if (!empty($files)): |
|
| 1283 | - |
|
| 1284 | - $extra_fields = !empty($cf['extra_fields']) ? stripslashes_deep(maybe_unserialize($cf['extra_fields'])) : NULL; |
|
| 1285 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : ''; |
|
| 1286 | - |
|
| 1287 | - $file_paths = ''; |
|
| 1288 | - foreach ($files as $file) { |
|
| 1289 | - if (!empty($file)) { |
|
| 1290 | - |
|
| 1291 | - // $filetype = wp_check_filetype($file); |
|
| 1292 | - |
|
| 1293 | - $image_name_arr = explode('/', $file); |
|
| 1294 | - $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1295 | - $filename = end($image_name_arr); |
|
| 1296 | - $img_name_arr = explode('.', $filename); |
|
| 1297 | - |
|
| 1298 | - $arr_file_type = wp_check_filetype($filename); |
|
| 1299 | - if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) { |
|
| 1300 | - continue; |
|
| 1301 | - } |
|
| 1302 | - |
|
| 1303 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 1304 | - $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1305 | - |
|
| 1306 | - if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) { |
|
| 1307 | - continue; // Invalid file type. |
|
| 1308 | - } |
|
| 1309 | - |
|
| 1310 | - //$allowed_file_types = array('application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain'); |
|
| 1311 | - $image_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'image/bmp', 'image/x-icon'); |
|
| 1312 | - |
|
| 1313 | - // If the uploaded file is image |
|
| 1314 | - if (in_array($uploaded_file_type, $image_file_types)) { |
|
| 1315 | - $file_paths .= '<div class="geodir-custom-post-gallery" class="clearfix">'; |
|
| 1316 | - $file_paths .= '<a href="'.$file.'">'; |
|
| 1317 | - $file_paths .= geodir_show_image(array('src' => $file), 'thumbnail', false, false); |
|
| 1318 | - $file_paths .= '</a>'; |
|
| 1319 | - //$file_paths .= '<img src="'.$file.'" />'; |
|
| 1320 | - $file_paths .= '</div>'; |
|
| 1321 | - } else { |
|
| 1322 | - $ext_path = '_' . $html_var . '_'; |
|
| 1323 | - $filename = explode($ext_path, $filename); |
|
| 1324 | - $file_paths .= '<a href="' . $file . '" target="_blank">' . $filename[count($filename) - 1] . '</a>'; |
|
| 1325 | - } |
|
| 1326 | - } |
|
| 1327 | - } |
|
| 1328 | - |
|
| 1329 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1330 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1331 | - $field_icon_af = ''; |
|
| 1332 | - } elseif ($field_icon == '') { |
|
| 1333 | - $field_icon_af = ''; |
|
| 1334 | - } else { |
|
| 1335 | - $field_icon_af = $field_icon; |
|
| 1336 | - $field_icon = ''; |
|
| 1337 | - } |
|
| 1338 | - |
|
| 1339 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' geodir-custom-file-box ' . $cf['htmlvar_name'] . '"><div class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1340 | - $html .= '<span style="display: inline-block; vertical-align: top; padding-right: 14px;">'; |
|
| 1341 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1342 | - $html .= '</span>'; |
|
| 1343 | - $html .= $file_paths . '</div></div>'; |
|
| 1344 | - |
|
| 1345 | - endif; |
|
| 1346 | - endif; |
|
| 1347 | - |
|
| 1348 | - } |
|
| 1349 | - |
|
| 1350 | - return $html; |
|
| 1227 | + // check we have the post value |
|
| 1228 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1229 | + else{ global $post;} |
|
| 1230 | + |
|
| 1231 | + if(!is_array($cf) && $cf!=''){ |
|
| 1232 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1233 | + if(!$cf){return NULL;} |
|
| 1234 | + } |
|
| 1235 | + |
|
| 1236 | + $html_var = $cf['htmlvar_name']; |
|
| 1237 | + |
|
| 1238 | + // Check if there is a location specific filter. |
|
| 1239 | + if(has_filter("geodir_custom_field_output_file_loc_{$location}")){ |
|
| 1240 | + /** |
|
| 1241 | + * Filter the file html by location. |
|
| 1242 | + * |
|
| 1243 | + * @param string $html The html to filter. |
|
| 1244 | + * @param array $cf The custom field array. |
|
| 1245 | + * @since 1.6.6 |
|
| 1246 | + */ |
|
| 1247 | + $html = apply_filters("geodir_custom_field_output_file_loc_{$location}",$html,$cf); |
|
| 1248 | + } |
|
| 1249 | + |
|
| 1250 | + // Check if there is a custom field specific filter. |
|
| 1251 | + if(has_filter("geodir_custom_field_output_file_var_{$html_var}")){ |
|
| 1252 | + /** |
|
| 1253 | + * Filter the file html by individual custom field. |
|
| 1254 | + * |
|
| 1255 | + * @param string $html The html to filter. |
|
| 1256 | + * @param string $location The location to output the html. |
|
| 1257 | + * @param array $cf The custom field array. |
|
| 1258 | + * @since 1.6.6 |
|
| 1259 | + */ |
|
| 1260 | + $html = apply_filters("geodir_custom_field_output_file_var_{$html_var}",$html,$location,$cf); |
|
| 1261 | + } |
|
| 1262 | + |
|
| 1263 | + // Check if there is a custom field key specific filter. |
|
| 1264 | + if(has_filter("geodir_custom_field_output_file_key_{$cf['field_type_key']}")){ |
|
| 1265 | + /** |
|
| 1266 | + * Filter the file html by field type key. |
|
| 1267 | + * |
|
| 1268 | + * @param string $html The html to filter. |
|
| 1269 | + * @param string $location The location to output the html. |
|
| 1270 | + * @param array $cf The custom field array. |
|
| 1271 | + * @since 1.6.6 |
|
| 1272 | + */ |
|
| 1273 | + $html = apply_filters("geodir_custom_field_output_file_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1274 | + } |
|
| 1275 | + |
|
| 1276 | + // If not html then we run the standard output. |
|
| 1277 | + if(empty($html)){ |
|
| 1278 | + |
|
| 1279 | + if (!empty($post->{$cf['htmlvar_name']})): |
|
| 1280 | + |
|
| 1281 | + $files = explode(",", $post->{$cf['htmlvar_name']}); |
|
| 1282 | + if (!empty($files)): |
|
| 1283 | + |
|
| 1284 | + $extra_fields = !empty($cf['extra_fields']) ? stripslashes_deep(maybe_unserialize($cf['extra_fields'])) : NULL; |
|
| 1285 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : ''; |
|
| 1286 | + |
|
| 1287 | + $file_paths = ''; |
|
| 1288 | + foreach ($files as $file) { |
|
| 1289 | + if (!empty($file)) { |
|
| 1290 | + |
|
| 1291 | + // $filetype = wp_check_filetype($file); |
|
| 1292 | + |
|
| 1293 | + $image_name_arr = explode('/', $file); |
|
| 1294 | + $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1295 | + $filename = end($image_name_arr); |
|
| 1296 | + $img_name_arr = explode('.', $filename); |
|
| 1297 | + |
|
| 1298 | + $arr_file_type = wp_check_filetype($filename); |
|
| 1299 | + if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) { |
|
| 1300 | + continue; |
|
| 1301 | + } |
|
| 1302 | + |
|
| 1303 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 1304 | + $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1305 | + |
|
| 1306 | + if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) { |
|
| 1307 | + continue; // Invalid file type. |
|
| 1308 | + } |
|
| 1309 | + |
|
| 1310 | + //$allowed_file_types = array('application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain'); |
|
| 1311 | + $image_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'image/bmp', 'image/x-icon'); |
|
| 1312 | + |
|
| 1313 | + // If the uploaded file is image |
|
| 1314 | + if (in_array($uploaded_file_type, $image_file_types)) { |
|
| 1315 | + $file_paths .= '<div class="geodir-custom-post-gallery" class="clearfix">'; |
|
| 1316 | + $file_paths .= '<a href="'.$file.'">'; |
|
| 1317 | + $file_paths .= geodir_show_image(array('src' => $file), 'thumbnail', false, false); |
|
| 1318 | + $file_paths .= '</a>'; |
|
| 1319 | + //$file_paths .= '<img src="'.$file.'" />'; |
|
| 1320 | + $file_paths .= '</div>'; |
|
| 1321 | + } else { |
|
| 1322 | + $ext_path = '_' . $html_var . '_'; |
|
| 1323 | + $filename = explode($ext_path, $filename); |
|
| 1324 | + $file_paths .= '<a href="' . $file . '" target="_blank">' . $filename[count($filename) - 1] . '</a>'; |
|
| 1325 | + } |
|
| 1326 | + } |
|
| 1327 | + } |
|
| 1328 | + |
|
| 1329 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1330 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1331 | + $field_icon_af = ''; |
|
| 1332 | + } elseif ($field_icon == '') { |
|
| 1333 | + $field_icon_af = ''; |
|
| 1334 | + } else { |
|
| 1335 | + $field_icon_af = $field_icon; |
|
| 1336 | + $field_icon = ''; |
|
| 1337 | + } |
|
| 1338 | + |
|
| 1339 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' geodir-custom-file-box ' . $cf['htmlvar_name'] . '"><div class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1340 | + $html .= '<span style="display: inline-block; vertical-align: top; padding-right: 14px;">'; |
|
| 1341 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1342 | + $html .= '</span>'; |
|
| 1343 | + $html .= $file_paths . '</div></div>'; |
|
| 1344 | + |
|
| 1345 | + endif; |
|
| 1346 | + endif; |
|
| 1347 | + |
|
| 1348 | + } |
|
| 1349 | + |
|
| 1350 | + return $html; |
|
| 1351 | 1351 | } |
| 1352 | 1352 | add_filter('geodir_custom_field_output_file','geodir_cf_file',10,3); |
| 1353 | 1353 | |
@@ -1365,80 +1365,80 @@ discard block |
||
| 1365 | 1365 | */ |
| 1366 | 1366 | function geodir_cf_textarea($html,$location,$cf,$p=''){ |
| 1367 | 1367 | |
| 1368 | - // check we have the post value |
|
| 1369 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1370 | - else{ global $post;} |
|
| 1371 | - |
|
| 1372 | - if(!is_array($cf) && $cf!=''){ |
|
| 1373 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1374 | - if(!$cf){return NULL;} |
|
| 1375 | - } |
|
| 1376 | - |
|
| 1377 | - $html_var = $cf['htmlvar_name']; |
|
| 1378 | - |
|
| 1379 | - // Check if there is a location specific filter. |
|
| 1380 | - if(has_filter("geodir_custom_field_output_textarea_loc_{$location}")){ |
|
| 1381 | - /** |
|
| 1382 | - * Filter the textarea html by location. |
|
| 1383 | - * |
|
| 1384 | - * @param string $html The html to filter. |
|
| 1385 | - * @param array $cf The custom field array. |
|
| 1386 | - * @since 1.6.6 |
|
| 1387 | - */ |
|
| 1388 | - $html = apply_filters("geodir_custom_field_output_textarea_loc_{$location}",$html,$cf); |
|
| 1389 | - } |
|
| 1390 | - |
|
| 1391 | - // Check if there is a custom field specific filter. |
|
| 1392 | - if(has_filter("geodir_custom_field_output_textarea_var_{$html_var}")){ |
|
| 1393 | - /** |
|
| 1394 | - * Filter the textarea html by individual custom field. |
|
| 1395 | - * |
|
| 1396 | - * @param string $html The html to filter. |
|
| 1397 | - * @param string $location The location to output the html. |
|
| 1398 | - * @param array $cf The custom field array. |
|
| 1399 | - * @since 1.6.6 |
|
| 1400 | - */ |
|
| 1401 | - $html = apply_filters("geodir_custom_field_output_textarea_var_{$html_var}",$html,$location,$cf); |
|
| 1402 | - } |
|
| 1403 | - |
|
| 1404 | - // Check if there is a custom field key specific filter. |
|
| 1405 | - if(has_filter("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}")){ |
|
| 1406 | - /** |
|
| 1407 | - * Filter the textarea html by field type key. |
|
| 1408 | - * |
|
| 1409 | - * @param string $html The html to filter. |
|
| 1410 | - * @param string $location The location to output the html. |
|
| 1411 | - * @param array $cf The custom field array. |
|
| 1412 | - * @since 1.6.6 |
|
| 1413 | - */ |
|
| 1414 | - $html = apply_filters("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1415 | - } |
|
| 1416 | - |
|
| 1417 | - // If not html then we run the standard output. |
|
| 1418 | - if(empty($html)){ |
|
| 1419 | - |
|
| 1420 | - if (!empty($post->{$cf['htmlvar_name']})) { |
|
| 1421 | - |
|
| 1422 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1423 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1424 | - $field_icon_af = ''; |
|
| 1425 | - } elseif ($field_icon == '') { |
|
| 1426 | - $field_icon_af = ''; |
|
| 1427 | - } else { |
|
| 1428 | - $field_icon_af = $field_icon; |
|
| 1429 | - $field_icon = ''; |
|
| 1430 | - } |
|
| 1431 | - |
|
| 1432 | - |
|
| 1433 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1434 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1435 | - $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1436 | - |
|
| 1437 | - } |
|
| 1438 | - |
|
| 1439 | - } |
|
| 1440 | - |
|
| 1441 | - return $html; |
|
| 1368 | + // check we have the post value |
|
| 1369 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1370 | + else{ global $post;} |
|
| 1371 | + |
|
| 1372 | + if(!is_array($cf) && $cf!=''){ |
|
| 1373 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1374 | + if(!$cf){return NULL;} |
|
| 1375 | + } |
|
| 1376 | + |
|
| 1377 | + $html_var = $cf['htmlvar_name']; |
|
| 1378 | + |
|
| 1379 | + // Check if there is a location specific filter. |
|
| 1380 | + if(has_filter("geodir_custom_field_output_textarea_loc_{$location}")){ |
|
| 1381 | + /** |
|
| 1382 | + * Filter the textarea html by location. |
|
| 1383 | + * |
|
| 1384 | + * @param string $html The html to filter. |
|
| 1385 | + * @param array $cf The custom field array. |
|
| 1386 | + * @since 1.6.6 |
|
| 1387 | + */ |
|
| 1388 | + $html = apply_filters("geodir_custom_field_output_textarea_loc_{$location}",$html,$cf); |
|
| 1389 | + } |
|
| 1390 | + |
|
| 1391 | + // Check if there is a custom field specific filter. |
|
| 1392 | + if(has_filter("geodir_custom_field_output_textarea_var_{$html_var}")){ |
|
| 1393 | + /** |
|
| 1394 | + * Filter the textarea html by individual custom field. |
|
| 1395 | + * |
|
| 1396 | + * @param string $html The html to filter. |
|
| 1397 | + * @param string $location The location to output the html. |
|
| 1398 | + * @param array $cf The custom field array. |
|
| 1399 | + * @since 1.6.6 |
|
| 1400 | + */ |
|
| 1401 | + $html = apply_filters("geodir_custom_field_output_textarea_var_{$html_var}",$html,$location,$cf); |
|
| 1402 | + } |
|
| 1403 | + |
|
| 1404 | + // Check if there is a custom field key specific filter. |
|
| 1405 | + if(has_filter("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}")){ |
|
| 1406 | + /** |
|
| 1407 | + * Filter the textarea html by field type key. |
|
| 1408 | + * |
|
| 1409 | + * @param string $html The html to filter. |
|
| 1410 | + * @param string $location The location to output the html. |
|
| 1411 | + * @param array $cf The custom field array. |
|
| 1412 | + * @since 1.6.6 |
|
| 1413 | + */ |
|
| 1414 | + $html = apply_filters("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1415 | + } |
|
| 1416 | + |
|
| 1417 | + // If not html then we run the standard output. |
|
| 1418 | + if(empty($html)){ |
|
| 1419 | + |
|
| 1420 | + if (!empty($post->{$cf['htmlvar_name']})) { |
|
| 1421 | + |
|
| 1422 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1423 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1424 | + $field_icon_af = ''; |
|
| 1425 | + } elseif ($field_icon == '') { |
|
| 1426 | + $field_icon_af = ''; |
|
| 1427 | + } else { |
|
| 1428 | + $field_icon_af = $field_icon; |
|
| 1429 | + $field_icon = ''; |
|
| 1430 | + } |
|
| 1431 | + |
|
| 1432 | + |
|
| 1433 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1434 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1435 | + $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1436 | + |
|
| 1437 | + } |
|
| 1438 | + |
|
| 1439 | + } |
|
| 1440 | + |
|
| 1441 | + return $html; |
|
| 1442 | 1442 | } |
| 1443 | 1443 | add_filter('geodir_custom_field_output_textarea','geodir_cf_textarea',10,3); |
| 1444 | 1444 | |
@@ -1456,79 +1456,79 @@ discard block |
||
| 1456 | 1456 | */ |
| 1457 | 1457 | function geodir_cf_html($html,$location,$cf,$p=''){ |
| 1458 | 1458 | |
| 1459 | - // check we have the post value |
|
| 1460 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1461 | - else{ global $post;} |
|
| 1462 | - |
|
| 1463 | - if(!is_array($cf) && $cf!=''){ |
|
| 1464 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1465 | - if(!$cf){return NULL;} |
|
| 1466 | - } |
|
| 1467 | - |
|
| 1468 | - $html_var = $cf['htmlvar_name']; |
|
| 1469 | - |
|
| 1470 | - // Check if there is a location specific filter. |
|
| 1471 | - if(has_filter("geodir_custom_field_output_html_loc_{$location}")){ |
|
| 1472 | - /** |
|
| 1473 | - * Filter the html html by location. |
|
| 1474 | - * |
|
| 1475 | - * @param string $html The html to filter. |
|
| 1476 | - * @param array $cf The custom field array. |
|
| 1477 | - * @since 1.6.6 |
|
| 1478 | - */ |
|
| 1479 | - $html = apply_filters("geodir_custom_field_output_html_loc_{$location}",$html,$cf); |
|
| 1480 | - } |
|
| 1481 | - |
|
| 1482 | - // Check if there is a custom field specific filter. |
|
| 1483 | - if(has_filter("geodir_custom_field_output_html_var_{$html_var}")){ |
|
| 1484 | - /** |
|
| 1485 | - * Filter the html html by individual custom field. |
|
| 1486 | - * |
|
| 1487 | - * @param string $html The html to filter. |
|
| 1488 | - * @param string $location The location to output the html. |
|
| 1489 | - * @param array $cf The custom field array. |
|
| 1490 | - * @since 1.6.6 |
|
| 1491 | - */ |
|
| 1492 | - $html = apply_filters("geodir_custom_field_output_html_var_{$html_var}",$html,$location,$cf); |
|
| 1493 | - } |
|
| 1494 | - |
|
| 1495 | - // Check if there is a custom field key specific filter. |
|
| 1496 | - if(has_filter("geodir_custom_field_output_html_key_{$cf['field_type_key']}")){ |
|
| 1497 | - /** |
|
| 1498 | - * Filter the html html by field type key. |
|
| 1499 | - * |
|
| 1500 | - * @param string $html The html to filter. |
|
| 1501 | - * @param string $location The location to output the html. |
|
| 1502 | - * @param array $cf The custom field array. |
|
| 1503 | - * @since 1.6.6 |
|
| 1504 | - */ |
|
| 1505 | - $html = apply_filters("geodir_custom_field_output_html_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1506 | - } |
|
| 1507 | - |
|
| 1508 | - // If not html then we run the standard output. |
|
| 1509 | - if(empty($html)){ |
|
| 1510 | - |
|
| 1511 | - if (!empty($post->{$cf['htmlvar_name']})) { |
|
| 1512 | - |
|
| 1513 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1514 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1515 | - $field_icon_af = ''; |
|
| 1516 | - } elseif ($field_icon == '') { |
|
| 1517 | - $field_icon_af = ''; |
|
| 1518 | - } else { |
|
| 1519 | - $field_icon_af = $field_icon; |
|
| 1520 | - $field_icon = ''; |
|
| 1521 | - } |
|
| 1522 | - |
|
| 1523 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1524 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1525 | - $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1526 | - |
|
| 1527 | - } |
|
| 1528 | - |
|
| 1529 | - } |
|
| 1530 | - |
|
| 1531 | - return $html; |
|
| 1459 | + // check we have the post value |
|
| 1460 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1461 | + else{ global $post;} |
|
| 1462 | + |
|
| 1463 | + if(!is_array($cf) && $cf!=''){ |
|
| 1464 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1465 | + if(!$cf){return NULL;} |
|
| 1466 | + } |
|
| 1467 | + |
|
| 1468 | + $html_var = $cf['htmlvar_name']; |
|
| 1469 | + |
|
| 1470 | + // Check if there is a location specific filter. |
|
| 1471 | + if(has_filter("geodir_custom_field_output_html_loc_{$location}")){ |
|
| 1472 | + /** |
|
| 1473 | + * Filter the html html by location. |
|
| 1474 | + * |
|
| 1475 | + * @param string $html The html to filter. |
|
| 1476 | + * @param array $cf The custom field array. |
|
| 1477 | + * @since 1.6.6 |
|
| 1478 | + */ |
|
| 1479 | + $html = apply_filters("geodir_custom_field_output_html_loc_{$location}",$html,$cf); |
|
| 1480 | + } |
|
| 1481 | + |
|
| 1482 | + // Check if there is a custom field specific filter. |
|
| 1483 | + if(has_filter("geodir_custom_field_output_html_var_{$html_var}")){ |
|
| 1484 | + /** |
|
| 1485 | + * Filter the html html by individual custom field. |
|
| 1486 | + * |
|
| 1487 | + * @param string $html The html to filter. |
|
| 1488 | + * @param string $location The location to output the html. |
|
| 1489 | + * @param array $cf The custom field array. |
|
| 1490 | + * @since 1.6.6 |
|
| 1491 | + */ |
|
| 1492 | + $html = apply_filters("geodir_custom_field_output_html_var_{$html_var}",$html,$location,$cf); |
|
| 1493 | + } |
|
| 1494 | + |
|
| 1495 | + // Check if there is a custom field key specific filter. |
|
| 1496 | + if(has_filter("geodir_custom_field_output_html_key_{$cf['field_type_key']}")){ |
|
| 1497 | + /** |
|
| 1498 | + * Filter the html html by field type key. |
|
| 1499 | + * |
|
| 1500 | + * @param string $html The html to filter. |
|
| 1501 | + * @param string $location The location to output the html. |
|
| 1502 | + * @param array $cf The custom field array. |
|
| 1503 | + * @since 1.6.6 |
|
| 1504 | + */ |
|
| 1505 | + $html = apply_filters("geodir_custom_field_output_html_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1506 | + } |
|
| 1507 | + |
|
| 1508 | + // If not html then we run the standard output. |
|
| 1509 | + if(empty($html)){ |
|
| 1510 | + |
|
| 1511 | + if (!empty($post->{$cf['htmlvar_name']})) { |
|
| 1512 | + |
|
| 1513 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1514 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1515 | + $field_icon_af = ''; |
|
| 1516 | + } elseif ($field_icon == '') { |
|
| 1517 | + $field_icon_af = ''; |
|
| 1518 | + } else { |
|
| 1519 | + $field_icon_af = $field_icon; |
|
| 1520 | + $field_icon = ''; |
|
| 1521 | + } |
|
| 1522 | + |
|
| 1523 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1524 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1525 | + $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1526 | + |
|
| 1527 | + } |
|
| 1528 | + |
|
| 1529 | + } |
|
| 1530 | + |
|
| 1531 | + return $html; |
|
| 1532 | 1532 | } |
| 1533 | 1533 | add_filter('geodir_custom_field_output_html','geodir_cf_html',10,3); |
| 1534 | 1534 | |
@@ -1546,113 +1546,113 @@ discard block |
||
| 1546 | 1546 | */ |
| 1547 | 1547 | function geodir_cf_taxonomy($html,$location,$cf,$p=''){ |
| 1548 | 1548 | |
| 1549 | - // check we have the post value |
|
| 1550 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1551 | - else{ global $post;} |
|
| 1552 | - |
|
| 1553 | - if(!is_array($cf) && $cf!=''){ |
|
| 1554 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1555 | - if(!$cf){return NULL;} |
|
| 1556 | - } |
|
| 1557 | - |
|
| 1558 | - $html_var = $cf['htmlvar_name']; |
|
| 1559 | - |
|
| 1560 | - // Check if there is a location specific filter. |
|
| 1561 | - if(has_filter("geodir_custom_field_output_taxonomy_loc_{$location}")){ |
|
| 1562 | - /** |
|
| 1563 | - * Filter the taxonomy html by location. |
|
| 1564 | - * |
|
| 1565 | - * @param string $html The html to filter. |
|
| 1566 | - * @param array $cf The custom field array. |
|
| 1567 | - * @since 1.6.6 |
|
| 1568 | - */ |
|
| 1569 | - $html = apply_filters("geodir_custom_field_output_taxonomy_loc_{$location}",$html,$cf); |
|
| 1570 | - } |
|
| 1571 | - |
|
| 1572 | - // Check if there is a custom field specific filter. |
|
| 1573 | - if(has_filter("geodir_custom_field_output_taxonomy_var_{$html_var}")){ |
|
| 1574 | - /** |
|
| 1575 | - * Filter the taxonomy html by individual custom field. |
|
| 1576 | - * |
|
| 1577 | - * @param string $html The html to filter. |
|
| 1578 | - * @param string $location The location to output the html. |
|
| 1579 | - * @param array $cf The custom field array. |
|
| 1580 | - * @since 1.6.6 |
|
| 1581 | - */ |
|
| 1582 | - $html = apply_filters("geodir_custom_field_output_taxonomy_var_{$html_var}",$html,$location,$cf); |
|
| 1583 | - } |
|
| 1584 | - |
|
| 1585 | - // Check if there is a custom field key specific filter. |
|
| 1586 | - if(has_filter("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}")){ |
|
| 1587 | - /** |
|
| 1588 | - * Filter the taxonomy html by field type key. |
|
| 1589 | - * |
|
| 1590 | - * @param string $html The html to filter. |
|
| 1591 | - * @param string $location The location to output the html. |
|
| 1592 | - * @param array $cf The custom field array. |
|
| 1593 | - * @since 1.6.6 |
|
| 1594 | - */ |
|
| 1595 | - $html = apply_filters("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1596 | - } |
|
| 1597 | - |
|
| 1598 | - // If not html then we run the standard output. |
|
| 1599 | - if(empty($html)){ |
|
| 1600 | - |
|
| 1601 | - if ($html_var == $post->post_type . 'category' && !empty($post->{$html_var})) { |
|
| 1602 | - $post_taxonomy = $post->post_type . 'category'; |
|
| 1603 | - $field_value = $post->{$html_var}; |
|
| 1604 | - $links = array(); |
|
| 1605 | - $terms = array(); |
|
| 1606 | - $termsOrdered = array(); |
|
| 1607 | - if (!is_array($field_value)) { |
|
| 1608 | - $field_value = explode(",", trim($field_value, ",")); |
|
| 1609 | - } |
|
| 1610 | - |
|
| 1611 | - $field_value = array_unique($field_value); |
|
| 1612 | - |
|
| 1613 | - if (!empty($field_value)) { |
|
| 1614 | - foreach ($field_value as $term) { |
|
| 1615 | - $term = trim($term); |
|
| 1616 | - |
|
| 1617 | - if ($term != '') { |
|
| 1618 | - $term = get_term_by('id', $term, $html_var); |
|
| 1619 | - if (is_object($term)) { |
|
| 1620 | - $links[] = "<a href='" . esc_attr(get_term_link($term, $post_taxonomy)) . "'>" . $term->name . "</a>"; |
|
| 1621 | - $terms[] = $term; |
|
| 1622 | - } |
|
| 1623 | - } |
|
| 1624 | - } |
|
| 1625 | - if (!empty($links)) { |
|
| 1626 | - // order alphabetically |
|
| 1627 | - asort($links); |
|
| 1628 | - foreach (array_keys($links) as $key) { |
|
| 1629 | - $termsOrdered[$key] = $terms[$key]; |
|
| 1630 | - } |
|
| 1631 | - $terms = $termsOrdered; |
|
| 1632 | - } |
|
| 1633 | - } |
|
| 1634 | - $html_value = !empty($links) && !empty($terms) ? wp_sprintf('%l', $links, (object)$terms) : ''; |
|
| 1635 | - |
|
| 1636 | - if ($html_value != '') { |
|
| 1637 | - $field_icon = geodir_field_icon_proccess($cf); |
|
| 1638 | - if (strpos($field_icon, 'http') !== false) { |
|
| 1639 | - $field_icon_af = ''; |
|
| 1640 | - } else if ($field_icon == '') { |
|
| 1641 | - $field_icon_af = ''; |
|
| 1642 | - } else { |
|
| 1643 | - $field_icon_af = $field_icon; |
|
| 1644 | - $field_icon = ''; |
|
| 1645 | - } |
|
| 1646 | - |
|
| 1647 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;"><span class="geodir-i-taxonomy geodir-i-category" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1648 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1649 | - $html .= '</span> ' . $html_value . '</div>'; |
|
| 1650 | - } |
|
| 1651 | - } |
|
| 1652 | - |
|
| 1653 | - } |
|
| 1654 | - |
|
| 1655 | - return $html; |
|
| 1549 | + // check we have the post value |
|
| 1550 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1551 | + else{ global $post;} |
|
| 1552 | + |
|
| 1553 | + if(!is_array($cf) && $cf!=''){ |
|
| 1554 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1555 | + if(!$cf){return NULL;} |
|
| 1556 | + } |
|
| 1557 | + |
|
| 1558 | + $html_var = $cf['htmlvar_name']; |
|
| 1559 | + |
|
| 1560 | + // Check if there is a location specific filter. |
|
| 1561 | + if(has_filter("geodir_custom_field_output_taxonomy_loc_{$location}")){ |
|
| 1562 | + /** |
|
| 1563 | + * Filter the taxonomy html by location. |
|
| 1564 | + * |
|
| 1565 | + * @param string $html The html to filter. |
|
| 1566 | + * @param array $cf The custom field array. |
|
| 1567 | + * @since 1.6.6 |
|
| 1568 | + */ |
|
| 1569 | + $html = apply_filters("geodir_custom_field_output_taxonomy_loc_{$location}",$html,$cf); |
|
| 1570 | + } |
|
| 1571 | + |
|
| 1572 | + // Check if there is a custom field specific filter. |
|
| 1573 | + if(has_filter("geodir_custom_field_output_taxonomy_var_{$html_var}")){ |
|
| 1574 | + /** |
|
| 1575 | + * Filter the taxonomy html by individual custom field. |
|
| 1576 | + * |
|
| 1577 | + * @param string $html The html to filter. |
|
| 1578 | + * @param string $location The location to output the html. |
|
| 1579 | + * @param array $cf The custom field array. |
|
| 1580 | + * @since 1.6.6 |
|
| 1581 | + */ |
|
| 1582 | + $html = apply_filters("geodir_custom_field_output_taxonomy_var_{$html_var}",$html,$location,$cf); |
|
| 1583 | + } |
|
| 1584 | + |
|
| 1585 | + // Check if there is a custom field key specific filter. |
|
| 1586 | + if(has_filter("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}")){ |
|
| 1587 | + /** |
|
| 1588 | + * Filter the taxonomy html by field type key. |
|
| 1589 | + * |
|
| 1590 | + * @param string $html The html to filter. |
|
| 1591 | + * @param string $location The location to output the html. |
|
| 1592 | + * @param array $cf The custom field array. |
|
| 1593 | + * @since 1.6.6 |
|
| 1594 | + */ |
|
| 1595 | + $html = apply_filters("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1596 | + } |
|
| 1597 | + |
|
| 1598 | + // If not html then we run the standard output. |
|
| 1599 | + if(empty($html)){ |
|
| 1600 | + |
|
| 1601 | + if ($html_var == $post->post_type . 'category' && !empty($post->{$html_var})) { |
|
| 1602 | + $post_taxonomy = $post->post_type . 'category'; |
|
| 1603 | + $field_value = $post->{$html_var}; |
|
| 1604 | + $links = array(); |
|
| 1605 | + $terms = array(); |
|
| 1606 | + $termsOrdered = array(); |
|
| 1607 | + if (!is_array($field_value)) { |
|
| 1608 | + $field_value = explode(",", trim($field_value, ",")); |
|
| 1609 | + } |
|
| 1610 | + |
|
| 1611 | + $field_value = array_unique($field_value); |
|
| 1612 | + |
|
| 1613 | + if (!empty($field_value)) { |
|
| 1614 | + foreach ($field_value as $term) { |
|
| 1615 | + $term = trim($term); |
|
| 1616 | + |
|
| 1617 | + if ($term != '') { |
|
| 1618 | + $term = get_term_by('id', $term, $html_var); |
|
| 1619 | + if (is_object($term)) { |
|
| 1620 | + $links[] = "<a href='" . esc_attr(get_term_link($term, $post_taxonomy)) . "'>" . $term->name . "</a>"; |
|
| 1621 | + $terms[] = $term; |
|
| 1622 | + } |
|
| 1623 | + } |
|
| 1624 | + } |
|
| 1625 | + if (!empty($links)) { |
|
| 1626 | + // order alphabetically |
|
| 1627 | + asort($links); |
|
| 1628 | + foreach (array_keys($links) as $key) { |
|
| 1629 | + $termsOrdered[$key] = $terms[$key]; |
|
| 1630 | + } |
|
| 1631 | + $terms = $termsOrdered; |
|
| 1632 | + } |
|
| 1633 | + } |
|
| 1634 | + $html_value = !empty($links) && !empty($terms) ? wp_sprintf('%l', $links, (object)$terms) : ''; |
|
| 1635 | + |
|
| 1636 | + if ($html_value != '') { |
|
| 1637 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1638 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1639 | + $field_icon_af = ''; |
|
| 1640 | + } else if ($field_icon == '') { |
|
| 1641 | + $field_icon_af = ''; |
|
| 1642 | + } else { |
|
| 1643 | + $field_icon_af = $field_icon; |
|
| 1644 | + $field_icon = ''; |
|
| 1645 | + } |
|
| 1646 | + |
|
| 1647 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;"><span class="geodir-i-taxonomy geodir-i-category" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1648 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1649 | + $html .= '</span> ' . $html_value . '</div>'; |
|
| 1650 | + } |
|
| 1651 | + } |
|
| 1652 | + |
|
| 1653 | + } |
|
| 1654 | + |
|
| 1655 | + return $html; |
|
| 1656 | 1656 | } |
| 1657 | 1657 | add_filter('geodir_custom_field_output_taxonomy','geodir_cf_taxonomy',10,3); |
| 1658 | 1658 | |
@@ -1669,161 +1669,161 @@ discard block |
||
| 1669 | 1669 | */ |
| 1670 | 1670 | function geodir_cf_address($html,$location,$cf,$p=''){ |
| 1671 | 1671 | |
| 1672 | - // check we have the post value |
|
| 1673 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1674 | - else{ global $post;} |
|
| 1675 | - |
|
| 1676 | - if(!is_array($cf) && $cf!=''){ |
|
| 1677 | - $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1678 | - if(!$cf){return NULL;} |
|
| 1679 | - } |
|
| 1680 | - |
|
| 1681 | - $html_var = $cf['htmlvar_name']; |
|
| 1682 | - |
|
| 1683 | - // Check if there is a location specific filter. |
|
| 1684 | - if(has_filter("geodir_custom_field_output_address_loc_{$location}")){ |
|
| 1685 | - /** |
|
| 1686 | - * Filter the address html by location. |
|
| 1687 | - * |
|
| 1688 | - * @param string $html The html to filter. |
|
| 1689 | - * @param array $cf The custom field array. |
|
| 1690 | - * @since 1.6.6 |
|
| 1691 | - */ |
|
| 1692 | - $html = apply_filters("geodir_custom_field_output_address_loc_{$location}",$html,$cf); |
|
| 1693 | - } |
|
| 1694 | - |
|
| 1695 | - // Check if there is a custom field specific filter. |
|
| 1696 | - if(has_filter("geodir_custom_field_output_address_var_{$html_var}")){ |
|
| 1697 | - /** |
|
| 1698 | - * Filter the address html by individual custom field. |
|
| 1699 | - * |
|
| 1700 | - * @param string $html The html to filter. |
|
| 1701 | - * @param string $location The location to output the html. |
|
| 1702 | - * @param array $cf The custom field array. |
|
| 1703 | - * @since 1.6.6 |
|
| 1704 | - */ |
|
| 1705 | - $html = apply_filters("geodir_custom_field_output_address_var_{$html_var}",$html,$location,$cf); |
|
| 1706 | - } |
|
| 1707 | - |
|
| 1708 | - // Check if there is a custom field key specific filter. |
|
| 1709 | - if(has_filter("geodir_custom_field_output_address_key_{$cf['field_type_key']}")){ |
|
| 1710 | - /** |
|
| 1711 | - * Filter the address html by field type key. |
|
| 1712 | - * |
|
| 1713 | - * @param string $html The html to filter. |
|
| 1714 | - * @param string $location The location to output the html. |
|
| 1715 | - * @param array $cf The custom field array. |
|
| 1716 | - * @since 1.6.6 |
|
| 1717 | - */ |
|
| 1718 | - $html = apply_filters("geodir_custom_field_output_address_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1719 | - } |
|
| 1720 | - |
|
| 1721 | - // If not html then we run the standard output. |
|
| 1722 | - if(empty($html)){ |
|
| 1723 | - |
|
| 1724 | - global $preview; |
|
| 1725 | - $html_var = $cf['htmlvar_name'] . '_address'; |
|
| 1726 | - |
|
| 1727 | - if ($cf['extra_fields']) { |
|
| 1728 | - |
|
| 1729 | - $extra_fields = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 1730 | - |
|
| 1731 | - $addition_fields = ''; |
|
| 1732 | - |
|
| 1733 | - if (!empty($extra_fields)) { |
|
| 1734 | - |
|
| 1735 | - $show_city_in_address = false; |
|
| 1736 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) { |
|
| 1737 | - $show_city_in_address = true; |
|
| 1738 | - } |
|
| 1739 | - /** |
|
| 1740 | - * Filter "show city in address" value. |
|
| 1741 | - * |
|
| 1742 | - * @since 1.0.0 |
|
| 1743 | - */ |
|
| 1744 | - $show_city_in_address = apply_filters('geodir_show_city_in_address', $show_city_in_address); |
|
| 1745 | - |
|
| 1746 | - |
|
| 1747 | - $show_region_in_address = false; |
|
| 1748 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) { |
|
| 1749 | - $show_region_in_address = true; |
|
| 1750 | - } |
|
| 1751 | - /** |
|
| 1752 | - * Filter "show region in address" value. |
|
| 1753 | - * |
|
| 1754 | - * @since 1.6.6 |
|
| 1755 | - */ |
|
| 1756 | - $show_region_in_address = apply_filters('geodir_show_region_in_address', $show_region_in_address); |
|
| 1757 | - |
|
| 1758 | - $show_country_in_address = false; |
|
| 1759 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) { |
|
| 1760 | - $show_country_in_address = true; |
|
| 1761 | - } |
|
| 1762 | - /** |
|
| 1763 | - * Filter "show country in address" value. |
|
| 1764 | - * |
|
| 1765 | - * @since 1.6.6 |
|
| 1766 | - */ |
|
| 1767 | - $show_country_in_address = apply_filters('geodir_show_country_in_address', $show_country_in_address); |
|
| 1768 | - |
|
| 1769 | - $show_zip_in_address = false; |
|
| 1770 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) { |
|
| 1771 | - $show_zip_in_address = true; |
|
| 1772 | - } |
|
| 1773 | - /** |
|
| 1774 | - * Filter "show zip in address" value. |
|
| 1775 | - * |
|
| 1776 | - * @since 1.6.6 |
|
| 1777 | - */ |
|
| 1778 | - $show_zip_in_address = apply_filters('geodir_show_zip_in_address', $show_zip_in_address); |
|
| 1779 | - |
|
| 1780 | - |
|
| 1781 | - } |
|
| 1782 | - |
|
| 1783 | - } |
|
| 1784 | - |
|
| 1785 | - |
|
| 1786 | - if ($post->{$html_var}) { |
|
| 1787 | - |
|
| 1788 | - $field_icon = geodir_field_icon_proccess( $cf ); |
|
| 1789 | - if ( strpos( $field_icon, 'http' ) !== false ) { |
|
| 1790 | - $field_icon_af = ''; |
|
| 1791 | - } elseif ( $field_icon == '' ) { |
|
| 1792 | - $field_icon_af = '<i class="fa fa-home"></i>'; |
|
| 1793 | - } else { |
|
| 1794 | - $field_icon_af = $field_icon; |
|
| 1795 | - $field_icon = ''; |
|
| 1796 | - } |
|
| 1672 | + // check we have the post value |
|
| 1673 | + if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1674 | + else{ global $post;} |
|
| 1675 | + |
|
| 1676 | + if(!is_array($cf) && $cf!=''){ |
|
| 1677 | + $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
|
| 1678 | + if(!$cf){return NULL;} |
|
| 1679 | + } |
|
| 1680 | + |
|
| 1681 | + $html_var = $cf['htmlvar_name']; |
|
| 1682 | + |
|
| 1683 | + // Check if there is a location specific filter. |
|
| 1684 | + if(has_filter("geodir_custom_field_output_address_loc_{$location}")){ |
|
| 1685 | + /** |
|
| 1686 | + * Filter the address html by location. |
|
| 1687 | + * |
|
| 1688 | + * @param string $html The html to filter. |
|
| 1689 | + * @param array $cf The custom field array. |
|
| 1690 | + * @since 1.6.6 |
|
| 1691 | + */ |
|
| 1692 | + $html = apply_filters("geodir_custom_field_output_address_loc_{$location}",$html,$cf); |
|
| 1693 | + } |
|
| 1694 | + |
|
| 1695 | + // Check if there is a custom field specific filter. |
|
| 1696 | + if(has_filter("geodir_custom_field_output_address_var_{$html_var}")){ |
|
| 1697 | + /** |
|
| 1698 | + * Filter the address html by individual custom field. |
|
| 1699 | + * |
|
| 1700 | + * @param string $html The html to filter. |
|
| 1701 | + * @param string $location The location to output the html. |
|
| 1702 | + * @param array $cf The custom field array. |
|
| 1703 | + * @since 1.6.6 |
|
| 1704 | + */ |
|
| 1705 | + $html = apply_filters("geodir_custom_field_output_address_var_{$html_var}",$html,$location,$cf); |
|
| 1706 | + } |
|
| 1707 | + |
|
| 1708 | + // Check if there is a custom field key specific filter. |
|
| 1709 | + if(has_filter("geodir_custom_field_output_address_key_{$cf['field_type_key']}")){ |
|
| 1710 | + /** |
|
| 1711 | + * Filter the address html by field type key. |
|
| 1712 | + * |
|
| 1713 | + * @param string $html The html to filter. |
|
| 1714 | + * @param string $location The location to output the html. |
|
| 1715 | + * @param array $cf The custom field array. |
|
| 1716 | + * @since 1.6.6 |
|
| 1717 | + */ |
|
| 1718 | + $html = apply_filters("geodir_custom_field_output_address_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1719 | + } |
|
| 1720 | + |
|
| 1721 | + // If not html then we run the standard output. |
|
| 1722 | + if(empty($html)){ |
|
| 1723 | + |
|
| 1724 | + global $preview; |
|
| 1725 | + $html_var = $cf['htmlvar_name'] . '_address'; |
|
| 1726 | + |
|
| 1727 | + if ($cf['extra_fields']) { |
|
| 1728 | + |
|
| 1729 | + $extra_fields = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 1730 | + |
|
| 1731 | + $addition_fields = ''; |
|
| 1732 | + |
|
| 1733 | + if (!empty($extra_fields)) { |
|
| 1734 | + |
|
| 1735 | + $show_city_in_address = false; |
|
| 1736 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) { |
|
| 1737 | + $show_city_in_address = true; |
|
| 1738 | + } |
|
| 1739 | + /** |
|
| 1740 | + * Filter "show city in address" value. |
|
| 1741 | + * |
|
| 1742 | + * @since 1.0.0 |
|
| 1743 | + */ |
|
| 1744 | + $show_city_in_address = apply_filters('geodir_show_city_in_address', $show_city_in_address); |
|
| 1745 | + |
|
| 1746 | + |
|
| 1747 | + $show_region_in_address = false; |
|
| 1748 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) { |
|
| 1749 | + $show_region_in_address = true; |
|
| 1750 | + } |
|
| 1751 | + /** |
|
| 1752 | + * Filter "show region in address" value. |
|
| 1753 | + * |
|
| 1754 | + * @since 1.6.6 |
|
| 1755 | + */ |
|
| 1756 | + $show_region_in_address = apply_filters('geodir_show_region_in_address', $show_region_in_address); |
|
| 1757 | + |
|
| 1758 | + $show_country_in_address = false; |
|
| 1759 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) { |
|
| 1760 | + $show_country_in_address = true; |
|
| 1761 | + } |
|
| 1762 | + /** |
|
| 1763 | + * Filter "show country in address" value. |
|
| 1764 | + * |
|
| 1765 | + * @since 1.6.6 |
|
| 1766 | + */ |
|
| 1767 | + $show_country_in_address = apply_filters('geodir_show_country_in_address', $show_country_in_address); |
|
| 1768 | + |
|
| 1769 | + $show_zip_in_address = false; |
|
| 1770 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) { |
|
| 1771 | + $show_zip_in_address = true; |
|
| 1772 | + } |
|
| 1773 | + /** |
|
| 1774 | + * Filter "show zip in address" value. |
|
| 1775 | + * |
|
| 1776 | + * @since 1.6.6 |
|
| 1777 | + */ |
|
| 1778 | + $show_zip_in_address = apply_filters('geodir_show_zip_in_address', $show_zip_in_address); |
|
| 1779 | + |
|
| 1780 | + |
|
| 1781 | + } |
|
| 1782 | + |
|
| 1783 | + } |
|
| 1784 | + |
|
| 1785 | + |
|
| 1786 | + if ($post->{$html_var}) { |
|
| 1787 | + |
|
| 1788 | + $field_icon = geodir_field_icon_proccess( $cf ); |
|
| 1789 | + if ( strpos( $field_icon, 'http' ) !== false ) { |
|
| 1790 | + $field_icon_af = ''; |
|
| 1791 | + } elseif ( $field_icon == '' ) { |
|
| 1792 | + $field_icon_af = '<i class="fa fa-home"></i>'; |
|
| 1793 | + } else { |
|
| 1794 | + $field_icon_af = $field_icon; |
|
| 1795 | + $field_icon = ''; |
|
| 1796 | + } |
|
| 1797 | 1797 | |
| 1798 | 1798 | |
| 1799 | 1799 | |
| 1800 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;" itemscope itemtype="https://schema.org/PostalAddress">'; |
|
| 1801 | - $html .= '<span class="geodir-i-location" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1802 | - $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ' '; |
|
| 1803 | - $html .= '</span>'; |
|
| 1800 | + $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;" itemscope itemtype="https://schema.org/PostalAddress">'; |
|
| 1801 | + $html .= '<span class="geodir-i-location" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1802 | + $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ' '; |
|
| 1803 | + $html .= '</span>'; |
|
| 1804 | 1804 | |
| 1805 | - if ( isset($post->post_address) ) { |
|
| 1806 | - $html .= '<span itemprop="streetAddress">' . $post->post_address . '</span><br>'; |
|
| 1807 | - } |
|
| 1808 | - if ($show_city_in_address && isset( $post->post_city ) && $post->post_city ) { |
|
| 1809 | - $html .= '<span itemprop="addressLocality">' . $post->post_city . '</span><br>'; |
|
| 1810 | - } |
|
| 1811 | - if ($show_region_in_address && isset( $post->post_region ) && $post->post_region ) { |
|
| 1812 | - $html .= '<span itemprop="addressRegion">' . $post->post_region . '</span><br>'; |
|
| 1813 | - } |
|
| 1814 | - if ($show_zip_in_address && isset( $post->post_zip ) && $post->post_zip ) { |
|
| 1815 | - $html .= '<span itemprop="postalCode">' . $post->post_zip . '</span><br>'; |
|
| 1816 | - } |
|
| 1817 | - if ($show_country_in_address && isset( $post->post_country ) && $post->post_country ) { |
|
| 1818 | - $html .= '<span itemprop="addressCountry">' . __( $post->post_country, 'geodirectory' ) . '</span><br>'; |
|
| 1819 | - } |
|
| 1820 | - $html .= '</div>'; |
|
| 1805 | + if ( isset($post->post_address) ) { |
|
| 1806 | + $html .= '<span itemprop="streetAddress">' . $post->post_address . '</span><br>'; |
|
| 1807 | + } |
|
| 1808 | + if ($show_city_in_address && isset( $post->post_city ) && $post->post_city ) { |
|
| 1809 | + $html .= '<span itemprop="addressLocality">' . $post->post_city . '</span><br>'; |
|
| 1810 | + } |
|
| 1811 | + if ($show_region_in_address && isset( $post->post_region ) && $post->post_region ) { |
|
| 1812 | + $html .= '<span itemprop="addressRegion">' . $post->post_region . '</span><br>'; |
|
| 1813 | + } |
|
| 1814 | + if ($show_zip_in_address && isset( $post->post_zip ) && $post->post_zip ) { |
|
| 1815 | + $html .= '<span itemprop="postalCode">' . $post->post_zip . '</span><br>'; |
|
| 1816 | + } |
|
| 1817 | + if ($show_country_in_address && isset( $post->post_country ) && $post->post_country ) { |
|
| 1818 | + $html .= '<span itemprop="addressCountry">' . __( $post->post_country, 'geodirectory' ) . '</span><br>'; |
|
| 1819 | + } |
|
| 1820 | + $html .= '</div>'; |
|
| 1821 | 1821 | |
| 1822 | - } |
|
| 1822 | + } |
|
| 1823 | 1823 | |
| 1824 | - } |
|
| 1824 | + } |
|
| 1825 | 1825 | |
| 1826 | 1826 | |
| 1827 | - return $html; |
|
| 1827 | + return $html; |
|
| 1828 | 1828 | } |
| 1829 | 1829 | add_filter('geodir_custom_field_output_address','geodir_cf_address',10,3); |
| 1830 | 1830 | \ No newline at end of file |
@@ -19,21 +19,21 @@ discard block |
||
| 19 | 19 | * |
| 20 | 20 | * @return string The html to output for the custom field. |
| 21 | 21 | */ |
| 22 | -function geodir_cf_checkbox($html,$location,$cf,$p=''){ |
|
| 22 | +function geodir_cf_checkbox($html, $location, $cf, $p = '') { |
|
| 23 | 23 | |
| 24 | 24 | // check we have the post value |
| 25 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 26 | - else{ global $post;} |
|
| 25 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 26 | + else { global $post; } |
|
| 27 | 27 | |
| 28 | - if(!is_array($cf) && $cf!=''){ |
|
| 28 | + if (!is_array($cf) && $cf != '') { |
|
| 29 | 29 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 30 | - if(!$cf){return NULL;} |
|
| 30 | + if (!$cf) {return NULL; } |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | $html_var = $cf['htmlvar_name']; |
| 34 | 34 | |
| 35 | 35 | // Check if there is a location specific filter. |
| 36 | - if(has_filter("geodir_custom_field_output_checkbox_loc_{$location}")){ |
|
| 36 | + if (has_filter("geodir_custom_field_output_checkbox_loc_{$location}")) { |
|
| 37 | 37 | /** |
| 38 | 38 | * Filter the checkbox html by location. |
| 39 | 39 | * |
@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $cf The custom field array. |
| 42 | 42 | * @since 1.6.6 |
| 43 | 43 | */ |
| 44 | - $html = apply_filters("geodir_custom_field_output_checkbox_loc_{$location}",$html,$cf); |
|
| 44 | + $html = apply_filters("geodir_custom_field_output_checkbox_loc_{$location}", $html, $cf); |
|
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | // Check if there is a custom field specific filter. |
| 48 | - if(has_filter("geodir_custom_field_output_checkbox_var_{$html_var}")){ |
|
| 48 | + if (has_filter("geodir_custom_field_output_checkbox_var_{$html_var}")) { |
|
| 49 | 49 | /** |
| 50 | 50 | * Filter the checkbox html by individual custom field. |
| 51 | 51 | * |
@@ -54,11 +54,11 @@ discard block |
||
| 54 | 54 | * @param array $cf The custom field array. |
| 55 | 55 | * @since 1.6.6 |
| 56 | 56 | */ |
| 57 | - $html = apply_filters("geodir_custom_field_output_checkbox_var_{$html_var}",$html,$location,$cf); |
|
| 57 | + $html = apply_filters("geodir_custom_field_output_checkbox_var_{$html_var}", $html, $location, $cf); |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | // Check if there is a custom field key specific filter. |
| 61 | - if(has_filter("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}")){ |
|
| 61 | + if (has_filter("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}")) { |
|
| 62 | 62 | /** |
| 63 | 63 | * Filter the checkbox html by field type key. |
| 64 | 64 | * |
@@ -67,18 +67,18 @@ discard block |
||
| 67 | 67 | * @param array $cf The custom field array. |
| 68 | 68 | * @since 1.6.6 |
| 69 | 69 | */ |
| 70 | - $html = apply_filters("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 70 | + $html = apply_filters("geodir_custom_field_output_checkbox_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | // If not html then we run the standard output. |
| 74 | - if(empty($html)){ |
|
| 74 | + if (empty($html)) { |
|
| 75 | 75 | |
| 76 | - if ( (int) $post->{$html_var} == 1 ): |
|
| 76 | + if ((int) $post->{$html_var} == 1): |
|
| 77 | 77 | |
| 78 | - if ( $post->{$html_var} == '1' ): |
|
| 79 | - $html_val = __( 'Yes', 'geodirectory' ); |
|
| 78 | + if ($post->{$html_var} == '1'): |
|
| 79 | + $html_val = __('Yes', 'geodirectory'); |
|
| 80 | 80 | else: |
| 81 | - $html_val = __( 'No', 'geodirectory' ); |
|
| 81 | + $html_val = __('No', 'geodirectory'); |
|
| 82 | 82 | endif; |
| 83 | 83 | |
| 84 | 84 | $field_icon = geodir_field_icon_proccess($cf); |
@@ -91,16 +91,16 @@ discard block |
||
| 91 | 91 | $field_icon = ''; |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-checkbox" style="' . $field_icon . '">' . $field_icon_af; |
|
| 95 | - $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ''; |
|
| 96 | - $html .= '</span>' . $html_val . '</div>'; |
|
| 94 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-checkbox" style="'.$field_icon.'">'.$field_icon_af; |
|
| 95 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 96 | + $html .= '</span>'.$html_val.'</div>'; |
|
| 97 | 97 | endif; |
| 98 | 98 | |
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | return $html; |
| 102 | 102 | } |
| 103 | -add_filter('geodir_custom_field_output_checkbox','geodir_cf_checkbox',10,3); |
|
| 103 | +add_filter('geodir_custom_field_output_checkbox', 'geodir_cf_checkbox', 10, 3); |
|
| 104 | 104 | |
| 105 | 105 | |
| 106 | 106 | /** |
@@ -113,21 +113,21 @@ discard block |
||
| 113 | 113 | * |
| 114 | 114 | * @return string The html to output for the custom field. |
| 115 | 115 | */ |
| 116 | -function geodir_cf_fieldset($html,$location,$cf,$p=''){ |
|
| 116 | +function geodir_cf_fieldset($html, $location, $cf, $p = '') { |
|
| 117 | 117 | |
| 118 | 118 | // check we have the post value |
| 119 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 120 | - else{ global $post;} |
|
| 119 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 120 | + else { global $post; } |
|
| 121 | 121 | |
| 122 | - if(!is_array($cf) && $cf!=''){ |
|
| 122 | + if (!is_array($cf) && $cf != '') { |
|
| 123 | 123 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 124 | - if(!$cf){return NULL;} |
|
| 124 | + if (!$cf) {return NULL; } |
|
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | $html_var = $cf['htmlvar_name']; |
| 128 | 128 | |
| 129 | 129 | // Check if there is a location specific filter. |
| 130 | - if(has_filter("geodir_custom_field_output_fieldset_loc_{$location}")){ |
|
| 130 | + if (has_filter("geodir_custom_field_output_fieldset_loc_{$location}")) { |
|
| 131 | 131 | /** |
| 132 | 132 | * Filter the fieldset html by location. |
| 133 | 133 | * |
@@ -135,11 +135,11 @@ discard block |
||
| 135 | 135 | * @param array $cf The custom field array. |
| 136 | 136 | * @since 1.6.6 |
| 137 | 137 | */ |
| 138 | - $html = apply_filters("geodir_custom_field_output_fieldset_loc_{$location}",$html,$cf); |
|
| 138 | + $html = apply_filters("geodir_custom_field_output_fieldset_loc_{$location}", $html, $cf); |
|
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | // Check if there is a custom field specific filter. |
| 142 | - if(has_filter("geodir_custom_field_output_fieldset_var_{$html_var}")){ |
|
| 142 | + if (has_filter("geodir_custom_field_output_fieldset_var_{$html_var}")) { |
|
| 143 | 143 | /** |
| 144 | 144 | * Filter the fieldset html by individual custom field. |
| 145 | 145 | * |
@@ -148,11 +148,11 @@ discard block |
||
| 148 | 148 | * @param array $cf The custom field array. |
| 149 | 149 | * @since 1.6.6 |
| 150 | 150 | */ |
| 151 | - $html = apply_filters("geodir_custom_field_output_fieldset_var_{$html_var}",$html,$location,$cf); |
|
| 151 | + $html = apply_filters("geodir_custom_field_output_fieldset_var_{$html_var}", $html, $location, $cf); |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | // Check if there is a custom field key specific filter. |
| 155 | - if(has_filter("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}")){ |
|
| 155 | + if (has_filter("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}")) { |
|
| 156 | 156 | /** |
| 157 | 157 | * Filter the fieldset html by field type key. |
| 158 | 158 | * |
@@ -161,11 +161,11 @@ discard block |
||
| 161 | 161 | * @param array $cf The custom field array. |
| 162 | 162 | * @since 1.6.6 |
| 163 | 163 | */ |
| 164 | - $html = apply_filters("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 164 | + $html = apply_filters("geodir_custom_field_output_fieldset_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | // If not html then we run the standard output. |
| 168 | - if(empty($html)){ |
|
| 168 | + if (empty($html)) { |
|
| 169 | 169 | |
| 170 | 170 | global $field_set_start; |
| 171 | 171 | $fieldset_class = 'fieldset-'.sanitize_title_with_dashes($cf['site_title']); |
@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | if ($field_set_start == 1) { |
| 174 | 174 | $html = ''; |
| 175 | 175 | } else { |
| 176 | - $html = '<h2 class="'.$fieldset_class.'">'. __($cf['site_title'], 'geodirectory') . '</h2>'; |
|
| 176 | + $html = '<h2 class="'.$fieldset_class.'">'.__($cf['site_title'], 'geodirectory').'</h2>'; |
|
| 177 | 177 | //$field_set_start = 1; |
| 178 | 178 | } |
| 179 | 179 | |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | |
| 182 | 182 | return $html; |
| 183 | 183 | } |
| 184 | -add_filter('geodir_custom_field_output_fieldset','geodir_cf_fieldset',10,3); |
|
| 184 | +add_filter('geodir_custom_field_output_fieldset', 'geodir_cf_fieldset', 10, 3); |
|
| 185 | 185 | |
| 186 | 186 | |
| 187 | 187 | /** |
@@ -194,21 +194,21 @@ discard block |
||
| 194 | 194 | * |
| 195 | 195 | * @return string The html to output for the custom field. |
| 196 | 196 | */ |
| 197 | -function geodir_cf_url($html,$location,$cf,$p=''){ |
|
| 197 | +function geodir_cf_url($html, $location, $cf, $p = '') { |
|
| 198 | 198 | |
| 199 | 199 | // check we have the post value |
| 200 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 201 | - else{ global $post;} |
|
| 200 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 201 | + else { global $post; } |
|
| 202 | 202 | |
| 203 | - if(!is_array($cf) && $cf!=''){ |
|
| 203 | + if (!is_array($cf) && $cf != '') { |
|
| 204 | 204 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 205 | - if(!$cf){return NULL;} |
|
| 205 | + if (!$cf) {return NULL; } |
|
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | $html_var = $cf['htmlvar_name']; |
| 209 | 209 | |
| 210 | 210 | // Check if there is a location specific filter. |
| 211 | - if(has_filter("geodir_custom_field_output_url_loc_{$location}")){ |
|
| 211 | + if (has_filter("geodir_custom_field_output_url_loc_{$location}")) { |
|
| 212 | 212 | /** |
| 213 | 213 | * Filter the url html by location. |
| 214 | 214 | * |
@@ -216,11 +216,11 @@ discard block |
||
| 216 | 216 | * @param array $cf The custom field array. |
| 217 | 217 | * @since 1.6.6 |
| 218 | 218 | */ |
| 219 | - $html = apply_filters("geodir_custom_field_output_url_loc_{$location}",$html,$cf); |
|
| 219 | + $html = apply_filters("geodir_custom_field_output_url_loc_{$location}", $html, $cf); |
|
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | // Check if there is a custom field specific filter. |
| 223 | - if(has_filter("geodir_custom_field_output_url_var_{$html_var}")){ |
|
| 223 | + if (has_filter("geodir_custom_field_output_url_var_{$html_var}")) { |
|
| 224 | 224 | /** |
| 225 | 225 | * Filter the url html by individual custom field. |
| 226 | 226 | * |
@@ -229,11 +229,11 @@ discard block |
||
| 229 | 229 | * @param array $cf The custom field array. |
| 230 | 230 | * @since 1.6.6 |
| 231 | 231 | */ |
| 232 | - $html = apply_filters("geodir_custom_field_output_url_var_{$html_var}",$html,$location,$cf); |
|
| 232 | + $html = apply_filters("geodir_custom_field_output_url_var_{$html_var}", $html, $location, $cf); |
|
| 233 | 233 | } |
| 234 | 234 | |
| 235 | 235 | // Check if there is a custom field key specific filter. |
| 236 | - if(has_filter("geodir_custom_field_output_url_key_{$cf['field_type_key']}")){ |
|
| 236 | + if (has_filter("geodir_custom_field_output_url_key_{$cf['field_type_key']}")) { |
|
| 237 | 237 | /** |
| 238 | 238 | * Filter the url html by field type key. |
| 239 | 239 | * |
@@ -242,11 +242,11 @@ discard block |
||
| 242 | 242 | * @param array $cf The custom field array. |
| 243 | 243 | * @since 1.6.6 |
| 244 | 244 | */ |
| 245 | - $html = apply_filters("geodir_custom_field_output_url_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 245 | + $html = apply_filters("geodir_custom_field_output_url_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 246 | 246 | } |
| 247 | 247 | |
| 248 | 248 | // If not html then we run the standard output. |
| 249 | - if(empty($html)){ |
|
| 249 | + if (empty($html)) { |
|
| 250 | 250 | |
| 251 | 251 | if ($post->{$cf['htmlvar_name']}): |
| 252 | 252 | |
@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | |
| 274 | 274 | $website = !empty($a_url['url']) ? $a_url['url'] : ''; |
| 275 | 275 | $title = !empty($a_url['label']) ? $a_url['label'] : $cf['site_title']; |
| 276 | - if(!empty($cf['default_value'])){$title = $cf['default_value'];} |
|
| 276 | + if (!empty($cf['default_value'])) {$title = $cf['default_value']; } |
|
| 277 | 277 | $title = $title != '' ? __(stripslashes($title), 'geodirectory') : ''; |
| 278 | 278 | |
| 279 | 279 | |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | * @param string $website Website URL. |
| 290 | 290 | * @param int $post->ID Post ID. |
| 291 | 291 | */ |
| 292 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-website" style="' . $field_icon . '">' . $field_icon_af . '<a href="' . $website . '" target="_blank" ' . $rel . ' ><strong>' . apply_filters('geodir_custom_field_website_name', $title, $website, $post->ID) . '</strong></a></span></div>'; |
|
| 292 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'"><span class="geodir-i-website" style="'.$field_icon.'">'.$field_icon_af.'<a href="'.$website.'" target="_blank" '.$rel.' ><strong>'.apply_filters('geodir_custom_field_website_name', $title, $website, $post->ID).'</strong></a></span></div>'; |
|
| 293 | 293 | |
| 294 | 294 | endif; |
| 295 | 295 | |
@@ -297,7 +297,7 @@ discard block |
||
| 297 | 297 | |
| 298 | 298 | return $html; |
| 299 | 299 | } |
| 300 | -add_filter('geodir_custom_field_output_url','geodir_cf_url',10,3); |
|
| 300 | +add_filter('geodir_custom_field_output_url', 'geodir_cf_url', 10, 3); |
|
| 301 | 301 | |
| 302 | 302 | |
| 303 | 303 | /** |
@@ -310,21 +310,21 @@ discard block |
||
| 310 | 310 | * |
| 311 | 311 | * @return string The html to output for the custom field. |
| 312 | 312 | */ |
| 313 | -function geodir_cf_phone($html,$location,$cf,$p=''){ |
|
| 313 | +function geodir_cf_phone($html, $location, $cf, $p = '') { |
|
| 314 | 314 | |
| 315 | 315 | // check we have the post value |
| 316 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 317 | - else{ global $post;} |
|
| 316 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 317 | + else { global $post; } |
|
| 318 | 318 | |
| 319 | - if(!is_array($cf) && $cf!=''){ |
|
| 319 | + if (!is_array($cf) && $cf != '') { |
|
| 320 | 320 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 321 | - if(!$cf){return NULL;} |
|
| 321 | + if (!$cf) {return NULL; } |
|
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | $html_var = $cf['htmlvar_name']; |
| 325 | 325 | |
| 326 | 326 | // Check if there is a location specific filter. |
| 327 | - if(has_filter("geodir_custom_field_output_phone_loc_{$location}")){ |
|
| 327 | + if (has_filter("geodir_custom_field_output_phone_loc_{$location}")) { |
|
| 328 | 328 | /** |
| 329 | 329 | * Filter the phone html by location. |
| 330 | 330 | * |
@@ -332,11 +332,11 @@ discard block |
||
| 332 | 332 | * @param array $cf The custom field array. |
| 333 | 333 | * @since 1.6.6 |
| 334 | 334 | */ |
| 335 | - $html = apply_filters("geodir_custom_field_output_phone_loc_{$location}",$html,$cf); |
|
| 335 | + $html = apply_filters("geodir_custom_field_output_phone_loc_{$location}", $html, $cf); |
|
| 336 | 336 | } |
| 337 | 337 | |
| 338 | 338 | // Check if there is a custom field specific filter. |
| 339 | - if(has_filter("geodir_custom_field_output_phone_var_{$html_var}")){ |
|
| 339 | + if (has_filter("geodir_custom_field_output_phone_var_{$html_var}")) { |
|
| 340 | 340 | /** |
| 341 | 341 | * Filter the phone html by individual custom field. |
| 342 | 342 | * |
@@ -345,11 +345,11 @@ discard block |
||
| 345 | 345 | * @param array $cf The custom field array. |
| 346 | 346 | * @since 1.6.6 |
| 347 | 347 | */ |
| 348 | - $html = apply_filters("geodir_custom_field_output_phone_var_{$html_var}",$html,$location,$cf); |
|
| 348 | + $html = apply_filters("geodir_custom_field_output_phone_var_{$html_var}", $html, $location, $cf); |
|
| 349 | 349 | } |
| 350 | 350 | |
| 351 | 351 | // Check if there is a custom field key specific filter. |
| 352 | - if(has_filter("geodir_custom_field_output_phone_key_{$cf['field_type_key']}")){ |
|
| 352 | + if (has_filter("geodir_custom_field_output_phone_key_{$cf['field_type_key']}")) { |
|
| 353 | 353 | /** |
| 354 | 354 | * Filter the phone html by field type key. |
| 355 | 355 | * |
@@ -358,11 +358,11 @@ discard block |
||
| 358 | 358 | * @param array $cf The custom field array. |
| 359 | 359 | * @since 1.6.6 |
| 360 | 360 | */ |
| 361 | - $html = apply_filters("geodir_custom_field_output_phone_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 361 | + $html = apply_filters("geodir_custom_field_output_phone_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | // If not html then we run the standard output. |
| 365 | - if(empty($html)){ |
|
| 365 | + if (empty($html)) { |
|
| 366 | 366 | |
| 367 | 367 | if ($post->{$cf['htmlvar_name']}): |
| 368 | 368 | |
@@ -377,9 +377,9 @@ discard block |
||
| 377 | 377 | } |
| 378 | 378 | |
| 379 | 379 | |
| 380 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-contact" style="' . $field_icon . '">' . $field_icon_af . |
|
| 381 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 382 | - $html .= '</span><a href="tel:' . preg_replace('/[^0-9+]/', '', $post->{$cf['htmlvar_name']}) . '">' . $post->{$cf['htmlvar_name']} . '</a></div>'; |
|
| 380 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-contact" style="'.$field_icon.'">'.$field_icon_af. |
|
| 381 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ' '; |
|
| 382 | + $html .= '</span><a href="tel:'.preg_replace('/[^0-9+]/', '', $post->{$cf['htmlvar_name']}).'">'.$post->{$cf['htmlvar_name']}.'</a></div>'; |
|
| 383 | 383 | |
| 384 | 384 | endif; |
| 385 | 385 | |
@@ -387,7 +387,7 @@ discard block |
||
| 387 | 387 | |
| 388 | 388 | return $html; |
| 389 | 389 | } |
| 390 | -add_filter('geodir_custom_field_output_phone','geodir_cf_phone',10,3); |
|
| 390 | +add_filter('geodir_custom_field_output_phone', 'geodir_cf_phone', 10, 3); |
|
| 391 | 391 | |
| 392 | 392 | |
| 393 | 393 | /** |
@@ -400,21 +400,21 @@ discard block |
||
| 400 | 400 | * |
| 401 | 401 | * @return string The html to output for the custom field. |
| 402 | 402 | */ |
| 403 | -function geodir_cf_time($html,$location,$cf,$p=''){ |
|
| 403 | +function geodir_cf_time($html, $location, $cf, $p = '') { |
|
| 404 | 404 | |
| 405 | 405 | // check we have the post value |
| 406 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 407 | - else{ global $post;} |
|
| 406 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 407 | + else { global $post; } |
|
| 408 | 408 | |
| 409 | - if(!is_array($cf) && $cf!=''){ |
|
| 409 | + if (!is_array($cf) && $cf != '') { |
|
| 410 | 410 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 411 | - if(!$cf){return NULL;} |
|
| 411 | + if (!$cf) {return NULL; } |
|
| 412 | 412 | } |
| 413 | 413 | |
| 414 | 414 | $html_var = $cf['htmlvar_name']; |
| 415 | 415 | |
| 416 | 416 | // Check if there is a location specific filter. |
| 417 | - if(has_filter("geodir_custom_field_output_time_loc_{$location}")){ |
|
| 417 | + if (has_filter("geodir_custom_field_output_time_loc_{$location}")) { |
|
| 418 | 418 | /** |
| 419 | 419 | * Filter the time html by location. |
| 420 | 420 | * |
@@ -422,11 +422,11 @@ discard block |
||
| 422 | 422 | * @param array $cf The custom field array. |
| 423 | 423 | * @since 1.6.6 |
| 424 | 424 | */ |
| 425 | - $html = apply_filters("geodir_custom_field_output_time_loc_{$location}",$html,$cf); |
|
| 425 | + $html = apply_filters("geodir_custom_field_output_time_loc_{$location}", $html, $cf); |
|
| 426 | 426 | } |
| 427 | 427 | |
| 428 | 428 | // Check if there is a custom field specific filter. |
| 429 | - if(has_filter("geodir_custom_field_output_time_var_{$html_var}")){ |
|
| 429 | + if (has_filter("geodir_custom_field_output_time_var_{$html_var}")) { |
|
| 430 | 430 | /** |
| 431 | 431 | * Filter the time html by individual custom field. |
| 432 | 432 | * |
@@ -435,11 +435,11 @@ discard block |
||
| 435 | 435 | * @param array $cf The custom field array. |
| 436 | 436 | * @since 1.6.6 |
| 437 | 437 | */ |
| 438 | - $html = apply_filters("geodir_custom_field_output_time_var_{$html_var}",$html,$location,$cf); |
|
| 438 | + $html = apply_filters("geodir_custom_field_output_time_var_{$html_var}", $html, $location, $cf); |
|
| 439 | 439 | } |
| 440 | 440 | |
| 441 | 441 | // Check if there is a custom field key specific filter. |
| 442 | - if(has_filter("geodir_custom_field_output_time_key_{$cf['field_type_key']}")){ |
|
| 442 | + if (has_filter("geodir_custom_field_output_time_key_{$cf['field_type_key']}")) { |
|
| 443 | 443 | /** |
| 444 | 444 | * Filter the time html by field type key. |
| 445 | 445 | * |
@@ -448,11 +448,11 @@ discard block |
||
| 448 | 448 | * @param array $cf The custom field array. |
| 449 | 449 | * @since 1.6.6 |
| 450 | 450 | */ |
| 451 | - $html = apply_filters("geodir_custom_field_output_time_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 451 | + $html = apply_filters("geodir_custom_field_output_time_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 452 | 452 | } |
| 453 | 453 | |
| 454 | 454 | // If not html then we run the standard output. |
| 455 | - if(empty($html)){ |
|
| 455 | + if (empty($html)) { |
|
| 456 | 456 | |
| 457 | 457 | if ($post->{$cf['htmlvar_name']}): |
| 458 | 458 | |
@@ -472,9 +472,9 @@ discard block |
||
| 472 | 472 | } |
| 473 | 473 | |
| 474 | 474 | |
| 475 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-time" style="' . $field_icon . '">' . $field_icon_af; |
|
| 476 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ' '; |
|
| 477 | - $html .= '</span>' . $value . '</div>'; |
|
| 475 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-time" style="'.$field_icon.'">'.$field_icon_af; |
|
| 476 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ' '; |
|
| 477 | + $html .= '</span>'.$value.'</div>'; |
|
| 478 | 478 | |
| 479 | 479 | endif; |
| 480 | 480 | |
@@ -482,7 +482,7 @@ discard block |
||
| 482 | 482 | |
| 483 | 483 | return $html; |
| 484 | 484 | } |
| 485 | -add_filter('geodir_custom_field_output_time','geodir_cf_time',10,3); |
|
| 485 | +add_filter('geodir_custom_field_output_time', 'geodir_cf_time', 10, 3); |
|
| 486 | 486 | |
| 487 | 487 | |
| 488 | 488 | /** |
@@ -495,21 +495,21 @@ discard block |
||
| 495 | 495 | * |
| 496 | 496 | * @return string The html to output for the custom field. |
| 497 | 497 | */ |
| 498 | -function geodir_cf_datepicker($html,$location,$cf,$p=''){ |
|
| 498 | +function geodir_cf_datepicker($html, $location, $cf, $p = '') { |
|
| 499 | 499 | global $preview; |
| 500 | 500 | // check we have the post value |
| 501 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 502 | - else{ global $post;} |
|
| 501 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 502 | + else { global $post; } |
|
| 503 | 503 | |
| 504 | - if(!is_array($cf) && $cf!=''){ |
|
| 504 | + if (!is_array($cf) && $cf != '') { |
|
| 505 | 505 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 506 | - if(!$cf){return NULL;} |
|
| 506 | + if (!$cf) {return NULL; } |
|
| 507 | 507 | } |
| 508 | 508 | |
| 509 | 509 | $html_var = $cf['htmlvar_name']; |
| 510 | 510 | |
| 511 | 511 | // Check if there is a location specific filter. |
| 512 | - if(has_filter("geodir_custom_field_output_datepicker_loc_{$location}")){ |
|
| 512 | + if (has_filter("geodir_custom_field_output_datepicker_loc_{$location}")) { |
|
| 513 | 513 | /** |
| 514 | 514 | * Filter the datepicker html by location. |
| 515 | 515 | * |
@@ -517,11 +517,11 @@ discard block |
||
| 517 | 517 | * @param array $cf The custom field array. |
| 518 | 518 | * @since 1.6.6 |
| 519 | 519 | */ |
| 520 | - $html = apply_filters("geodir_custom_field_output_datepicker_loc_{$location}",$html,$cf); |
|
| 520 | + $html = apply_filters("geodir_custom_field_output_datepicker_loc_{$location}", $html, $cf); |
|
| 521 | 521 | } |
| 522 | 522 | |
| 523 | 523 | // Check if there is a custom field specific filter. |
| 524 | - if(has_filter("geodir_custom_field_output_datepicker_var_{$html_var}")){ |
|
| 524 | + if (has_filter("geodir_custom_field_output_datepicker_var_{$html_var}")) { |
|
| 525 | 525 | /** |
| 526 | 526 | * Filter the datepicker html by individual custom field. |
| 527 | 527 | * |
@@ -530,11 +530,11 @@ discard block |
||
| 530 | 530 | * @param array $cf The custom field array. |
| 531 | 531 | * @since 1.6.6 |
| 532 | 532 | */ |
| 533 | - $html = apply_filters("geodir_custom_field_output_datepicker_var_{$html_var}",$html,$location,$cf); |
|
| 533 | + $html = apply_filters("geodir_custom_field_output_datepicker_var_{$html_var}", $html, $location, $cf); |
|
| 534 | 534 | } |
| 535 | 535 | |
| 536 | 536 | // Check if there is a custom field key specific filter. |
| 537 | - if(has_filter("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}")){ |
|
| 537 | + if (has_filter("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}")) { |
|
| 538 | 538 | /** |
| 539 | 539 | * Filter the datepicker html by field type key. |
| 540 | 540 | * |
@@ -543,11 +543,11 @@ discard block |
||
| 543 | 543 | * @param array $cf The custom field array. |
| 544 | 544 | * @since 1.6.6 |
| 545 | 545 | */ |
| 546 | - $html = apply_filters("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 546 | + $html = apply_filters("geodir_custom_field_output_datepicker_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 547 | 547 | } |
| 548 | 548 | |
| 549 | 549 | // If not html then we run the standard output. |
| 550 | - if(empty($html)){ |
|
| 550 | + if (empty($html)) { |
|
| 551 | 551 | |
| 552 | 552 | if ($post->{$cf['htmlvar_name']}): |
| 553 | 553 | |
@@ -558,24 +558,24 @@ discard block |
||
| 558 | 558 | } |
| 559 | 559 | // check if we need to change the format or not |
| 560 | 560 | $date_format_len = strlen(str_replace(' ', '', $date_format)); |
| 561 | - if($date_format_len>5){// if greater then 4 then it's the old style format. |
|
| 561 | + if ($date_format_len > 5) {// if greater then 4 then it's the old style format. |
|
| 562 | 562 | |
| 563 | - $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 564 | - $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 563 | + $search = array('dd', 'd', 'DD', 'mm', 'm', 'MM', 'yy'); //jQuery UI datepicker format |
|
| 564 | + $replace = array('d', 'j', 'l', 'm', 'n', 'F', 'Y'); //PHP date format |
|
| 565 | 565 | |
| 566 | 566 | $date_format = str_replace($search, $replace, $date_format); |
| 567 | 567 | |
| 568 | - $post_htmlvar_value = ($date_format == 'd/m/Y' || $date_format == 'j/n/Y' ) ? str_replace('/', '-', $post->{$cf['htmlvar_name']}) : $post->{$cf['htmlvar_name']}; // PHP doesn't work well with dd/mm/yyyy format |
|
| 569 | - }else{ |
|
| 568 | + $post_htmlvar_value = ($date_format == 'd/m/Y' || $date_format == 'j/n/Y') ? str_replace('/', '-', $post->{$cf['htmlvar_name']}) : $post->{$cf['htmlvar_name']}; // PHP doesn't work well with dd/mm/yyyy format |
|
| 569 | + } else { |
|
| 570 | 570 | $post_htmlvar_value = $post->{$cf['htmlvar_name']}; |
| 571 | 571 | } |
| 572 | 572 | |
| 573 | - if ($post->{$cf['htmlvar_name']} != '' && $post->{$cf['htmlvar_name']}!="0000-00-00") { |
|
| 573 | + if ($post->{$cf['htmlvar_name']} != '' && $post->{$cf['htmlvar_name']} != "0000-00-00") { |
|
| 574 | 574 | $date_format_from = $preview ? $date_format : 'Y-m-d'; |
| 575 | 575 | $value = geodir_date($post_htmlvar_value, $date_format, $date_format_from); // save as sql format Y-m-d |
| 576 | 576 | //$post_htmlvar_value = strpos($post_htmlvar_value, '/') !== false ? str_replace('/', '-', $post_htmlvar_value) : $post_htmlvar_value; |
| 577 | 577 | //$value = date_i18n($date_format, strtotime($post_htmlvar_value)); |
| 578 | - }else{ |
|
| 578 | + } else { |
|
| 579 | 579 | return ''; |
| 580 | 580 | } |
| 581 | 581 | |
@@ -592,9 +592,9 @@ discard block |
||
| 592 | 592 | |
| 593 | 593 | |
| 594 | 594 | |
| 595 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-datepicker" style="' . $field_icon . '">' . $field_icon_af; |
|
| 596 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 597 | - $html .= '</span>' . $value . '</div>'; |
|
| 595 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-datepicker" style="'.$field_icon.'">'.$field_icon_af; |
|
| 596 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 597 | + $html .= '</span>'.$value.'</div>'; |
|
| 598 | 598 | |
| 599 | 599 | endif; |
| 600 | 600 | |
@@ -602,7 +602,7 @@ discard block |
||
| 602 | 602 | |
| 603 | 603 | return $html; |
| 604 | 604 | } |
| 605 | -add_filter('geodir_custom_field_output_datepicker','geodir_cf_datepicker',10,3); |
|
| 605 | +add_filter('geodir_custom_field_output_datepicker', 'geodir_cf_datepicker', 10, 3); |
|
| 606 | 606 | |
| 607 | 607 | |
| 608 | 608 | /** |
@@ -615,21 +615,21 @@ discard block |
||
| 615 | 615 | * |
| 616 | 616 | * @return string The html to output for the custom field. |
| 617 | 617 | */ |
| 618 | -function geodir_cf_text($html,$location,$cf,$p=''){ |
|
| 618 | +function geodir_cf_text($html, $location, $cf, $p = '') { |
|
| 619 | 619 | |
| 620 | 620 | // check we have the post value |
| 621 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 622 | - else{ global $post;} |
|
| 621 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 622 | + else { global $post; } |
|
| 623 | 623 | |
| 624 | - if(!is_array($cf) && $cf!=''){ |
|
| 624 | + if (!is_array($cf) && $cf != '') { |
|
| 625 | 625 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 626 | - if(!$cf){return NULL;} |
|
| 626 | + if (!$cf) {return NULL; } |
|
| 627 | 627 | } |
| 628 | 628 | |
| 629 | 629 | $html_var = $cf['htmlvar_name']; |
| 630 | 630 | |
| 631 | 631 | // Check if there is a location specific filter. |
| 632 | - if(has_filter("geodir_custom_field_output_text_loc_{$location}")){ |
|
| 632 | + if (has_filter("geodir_custom_field_output_text_loc_{$location}")) { |
|
| 633 | 633 | /** |
| 634 | 634 | * Filter the text html by location. |
| 635 | 635 | * |
@@ -637,11 +637,11 @@ discard block |
||
| 637 | 637 | * @param array $cf The custom field array. |
| 638 | 638 | * @since 1.6.6 |
| 639 | 639 | */ |
| 640 | - $html = apply_filters("geodir_custom_field_output_text_loc_{$location}",$html,$cf); |
|
| 640 | + $html = apply_filters("geodir_custom_field_output_text_loc_{$location}", $html, $cf); |
|
| 641 | 641 | } |
| 642 | 642 | |
| 643 | 643 | // Check if there is a custom field specific filter. |
| 644 | - if(has_filter("geodir_custom_field_output_text_var_{$html_var}")){ |
|
| 644 | + if (has_filter("geodir_custom_field_output_text_var_{$html_var}")) { |
|
| 645 | 645 | /** |
| 646 | 646 | * Filter the text html by individual custom field. |
| 647 | 647 | * |
@@ -650,11 +650,11 @@ discard block |
||
| 650 | 650 | * @param array $cf The custom field array. |
| 651 | 651 | * @since 1.6.6 |
| 652 | 652 | */ |
| 653 | - $html = apply_filters("geodir_custom_field_output_text_var_{$html_var}",$html,$location,$cf); |
|
| 653 | + $html = apply_filters("geodir_custom_field_output_text_var_{$html_var}", $html, $location, $cf); |
|
| 654 | 654 | } |
| 655 | 655 | |
| 656 | 656 | // Check if there is a custom field key specific filter. |
| 657 | - if(has_filter("geodir_custom_field_output_text_key_{$cf['field_type_key']}")){ |
|
| 657 | + if (has_filter("geodir_custom_field_output_text_key_{$cf['field_type_key']}")) { |
|
| 658 | 658 | /** |
| 659 | 659 | * Filter the text html by field type key. |
| 660 | 660 | * |
@@ -663,15 +663,15 @@ discard block |
||
| 663 | 663 | * @param array $cf The custom field array. |
| 664 | 664 | * @since 1.6.6 |
| 665 | 665 | */ |
| 666 | - $html = apply_filters("geodir_custom_field_output_text_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 666 | + $html = apply_filters("geodir_custom_field_output_text_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 667 | 667 | } |
| 668 | 668 | |
| 669 | 669 | |
| 670 | 670 | |
| 671 | 671 | // If not html then we run the standard output. |
| 672 | - if(empty($html)){ |
|
| 672 | + if (empty($html)) { |
|
| 673 | 673 | |
| 674 | - if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != '' ): |
|
| 674 | + if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != ''): |
|
| 675 | 675 | |
| 676 | 676 | $class = ($cf['htmlvar_name'] == 'geodir_timing') ? "geodir-i-time" : "geodir-i-text"; |
| 677 | 677 | |
@@ -686,16 +686,16 @@ discard block |
||
| 686 | 686 | } |
| 687 | 687 | |
| 688 | 688 | |
| 689 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="'.$class.'" style="' . $field_icon . '">' . $field_icon_af; |
|
| 690 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 689 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="'.$class.'" style="'.$field_icon.'">'.$field_icon_af; |
|
| 690 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 691 | 691 | $html .= '</span>'; |
| 692 | 692 | |
| 693 | 693 | $value = $post->{$cf['htmlvar_name']}; |
| 694 | - if(isset($cf['data_type']) && ($cf['data_type']=='INT' || $cf['data_type']=='FLOAT') && isset($cf['extra_fields']) && $cf['extra_fields']){ |
|
| 694 | + if (isset($cf['data_type']) && ($cf['data_type'] == 'INT' || $cf['data_type'] == 'FLOAT') && isset($cf['extra_fields']) && $cf['extra_fields']) { |
|
| 695 | 695 | $extra_fields = stripslashes_deep(maybe_unserialize($cf['extra_fields'])); |
| 696 | - if(isset($extra_fields['is_price']) && $extra_fields['is_price']){ |
|
| 697 | - if(!ceil($value) > 0){return '';}// dont output blank prices |
|
| 698 | - $value = geodir_currency_format_number($value,$cf); |
|
| 696 | + if (isset($extra_fields['is_price']) && $extra_fields['is_price']) { |
|
| 697 | + if (!ceil($value) > 0) {return ''; }// dont output blank prices |
|
| 698 | + $value = geodir_currency_format_number($value, $cf); |
|
| 699 | 699 | } |
| 700 | 700 | } |
| 701 | 701 | |
@@ -709,7 +709,7 @@ discard block |
||
| 709 | 709 | |
| 710 | 710 | return $html; |
| 711 | 711 | } |
| 712 | -add_filter('geodir_custom_field_output_text','geodir_cf_text',10,3); |
|
| 712 | +add_filter('geodir_custom_field_output_text', 'geodir_cf_text', 10, 3); |
|
| 713 | 713 | |
| 714 | 714 | |
| 715 | 715 | /** |
@@ -722,21 +722,21 @@ discard block |
||
| 722 | 722 | * |
| 723 | 723 | * @return string The html to output for the custom field. |
| 724 | 724 | */ |
| 725 | -function geodir_cf_radio($html,$location,$cf,$p=''){ |
|
| 725 | +function geodir_cf_radio($html, $location, $cf, $p = '') { |
|
| 726 | 726 | |
| 727 | 727 | // check we have the post value |
| 728 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 729 | - else{ global $post;} |
|
| 728 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 729 | + else { global $post; } |
|
| 730 | 730 | |
| 731 | - if(!is_array($cf) && $cf!=''){ |
|
| 731 | + if (!is_array($cf) && $cf != '') { |
|
| 732 | 732 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 733 | - if(!$cf){return NULL;} |
|
| 733 | + if (!$cf) {return NULL; } |
|
| 734 | 734 | } |
| 735 | 735 | |
| 736 | 736 | $html_var = $cf['htmlvar_name']; |
| 737 | 737 | |
| 738 | 738 | // Check if there is a location specific filter. |
| 739 | - if(has_filter("geodir_custom_field_output_radio_loc_{$location}")){ |
|
| 739 | + if (has_filter("geodir_custom_field_output_radio_loc_{$location}")) { |
|
| 740 | 740 | /** |
| 741 | 741 | * Filter the radio html by location. |
| 742 | 742 | * |
@@ -744,11 +744,11 @@ discard block |
||
| 744 | 744 | * @param array $cf The custom field array. |
| 745 | 745 | * @since 1.6.6 |
| 746 | 746 | */ |
| 747 | - $html = apply_filters("geodir_custom_field_output_radio_loc_{$location}",$html,$cf); |
|
| 747 | + $html = apply_filters("geodir_custom_field_output_radio_loc_{$location}", $html, $cf); |
|
| 748 | 748 | } |
| 749 | 749 | |
| 750 | 750 | // Check if there is a custom field specific filter. |
| 751 | - if(has_filter("geodir_custom_field_output_radio_var_{$html_var}")){ |
|
| 751 | + if (has_filter("geodir_custom_field_output_radio_var_{$html_var}")) { |
|
| 752 | 752 | /** |
| 753 | 753 | * Filter the radio html by individual custom field. |
| 754 | 754 | * |
@@ -757,11 +757,11 @@ discard block |
||
| 757 | 757 | * @param array $cf The custom field array. |
| 758 | 758 | * @since 1.6.6 |
| 759 | 759 | */ |
| 760 | - $html = apply_filters("geodir_custom_field_output_radio_var_{$html_var}",$html,$location,$cf); |
|
| 760 | + $html = apply_filters("geodir_custom_field_output_radio_var_{$html_var}", $html, $location, $cf); |
|
| 761 | 761 | } |
| 762 | 762 | |
| 763 | 763 | // Check if there is a custom field key specific filter. |
| 764 | - if(has_filter("geodir_custom_field_output_radio_key_{$cf['field_type_key']}")){ |
|
| 764 | + if (has_filter("geodir_custom_field_output_radio_key_{$cf['field_type_key']}")) { |
|
| 765 | 765 | /** |
| 766 | 766 | * Filter the radio html by field type key. |
| 767 | 767 | * |
@@ -770,11 +770,11 @@ discard block |
||
| 770 | 770 | * @param array $cf The custom field array. |
| 771 | 771 | * @since 1.6.6 |
| 772 | 772 | */ |
| 773 | - $html = apply_filters("geodir_custom_field_output_radio_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 773 | + $html = apply_filters("geodir_custom_field_output_radio_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 774 | 774 | } |
| 775 | 775 | |
| 776 | 776 | // If not html then we run the standard output. |
| 777 | - if(empty($html)){ |
|
| 777 | + if (empty($html)) { |
|
| 778 | 778 | |
| 779 | 779 | $html_val = isset($post->{$cf['htmlvar_name']}) ? __($post->{$cf['htmlvar_name']}, 'geodirectory') : ''; |
| 780 | 780 | if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != ''): |
@@ -808,16 +808,16 @@ discard block |
||
| 808 | 808 | } |
| 809 | 809 | |
| 810 | 810 | |
| 811 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-radio" style="' . $field_icon . '">' . $field_icon_af; |
|
| 812 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 813 | - $html .= '</span>' . $html_val . '</div>'; |
|
| 811 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-radio" style="'.$field_icon.'">'.$field_icon_af; |
|
| 812 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 813 | + $html .= '</span>'.$html_val.'</div>'; |
|
| 814 | 814 | endif; |
| 815 | 815 | |
| 816 | 816 | } |
| 817 | 817 | |
| 818 | 818 | return $html; |
| 819 | 819 | } |
| 820 | -add_filter('geodir_custom_field_output_radio','geodir_cf_radio',10,3); |
|
| 820 | +add_filter('geodir_custom_field_output_radio', 'geodir_cf_radio', 10, 3); |
|
| 821 | 821 | |
| 822 | 822 | |
| 823 | 823 | /** |
@@ -830,21 +830,21 @@ discard block |
||
| 830 | 830 | * |
| 831 | 831 | * @return string The html to output for the custom field. |
| 832 | 832 | */ |
| 833 | -function geodir_cf_select($html,$location,$cf,$p=''){ |
|
| 833 | +function geodir_cf_select($html, $location, $cf, $p = '') { |
|
| 834 | 834 | |
| 835 | 835 | // check we have the post value |
| 836 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 837 | - else{ global $post;} |
|
| 836 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 837 | + else { global $post; } |
|
| 838 | 838 | |
| 839 | - if(!is_array($cf) && $cf!=''){ |
|
| 839 | + if (!is_array($cf) && $cf != '') { |
|
| 840 | 840 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 841 | - if(!$cf){return NULL;} |
|
| 841 | + if (!$cf) {return NULL; } |
|
| 842 | 842 | } |
| 843 | 843 | |
| 844 | 844 | $html_var = $cf['htmlvar_name']; |
| 845 | 845 | |
| 846 | 846 | // Check if there is a location specific filter. |
| 847 | - if(has_filter("geodir_custom_field_output_select_loc_{$location}")){ |
|
| 847 | + if (has_filter("geodir_custom_field_output_select_loc_{$location}")) { |
|
| 848 | 848 | /** |
| 849 | 849 | * Filter the select html by location. |
| 850 | 850 | * |
@@ -852,11 +852,11 @@ discard block |
||
| 852 | 852 | * @param array $cf The custom field array. |
| 853 | 853 | * @since 1.6.6 |
| 854 | 854 | */ |
| 855 | - $html = apply_filters("geodir_custom_field_output_select_loc_{$location}",$html,$cf); |
|
| 855 | + $html = apply_filters("geodir_custom_field_output_select_loc_{$location}", $html, $cf); |
|
| 856 | 856 | } |
| 857 | 857 | |
| 858 | 858 | // Check if there is a custom field specific filter. |
| 859 | - if(has_filter("geodir_custom_field_output_select_var_{$html_var}")){ |
|
| 859 | + if (has_filter("geodir_custom_field_output_select_var_{$html_var}")) { |
|
| 860 | 860 | /** |
| 861 | 861 | * Filter the select html by individual custom field. |
| 862 | 862 | * |
@@ -865,11 +865,11 @@ discard block |
||
| 865 | 865 | * @param array $cf The custom field array. |
| 866 | 866 | * @since 1.6.6 |
| 867 | 867 | */ |
| 868 | - $html = apply_filters("geodir_custom_field_output_select_var_{$html_var}",$html,$location,$cf); |
|
| 868 | + $html = apply_filters("geodir_custom_field_output_select_var_{$html_var}", $html, $location, $cf); |
|
| 869 | 869 | } |
| 870 | 870 | |
| 871 | 871 | // Check if there is a custom field key specific filter. |
| 872 | - if(has_filter("geodir_custom_field_output_select_key_{$cf['field_type_key']}")){ |
|
| 872 | + if (has_filter("geodir_custom_field_output_select_key_{$cf['field_type_key']}")) { |
|
| 873 | 873 | /** |
| 874 | 874 | * Filter the select html by field type key. |
| 875 | 875 | * |
@@ -878,11 +878,11 @@ discard block |
||
| 878 | 878 | * @param array $cf The custom field array. |
| 879 | 879 | * @since 1.6.6 |
| 880 | 880 | */ |
| 881 | - $html = apply_filters("geodir_custom_field_output_select_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 881 | + $html = apply_filters("geodir_custom_field_output_select_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 882 | 882 | } |
| 883 | 883 | |
| 884 | 884 | // If not html then we run the standard output. |
| 885 | - if(empty($html)){ |
|
| 885 | + if (empty($html)) { |
|
| 886 | 886 | |
| 887 | 887 | if ($post->{$cf['htmlvar_name']}): |
| 888 | 888 | $field_value = __($post->{$cf['htmlvar_name']}, 'geodirectory'); |
@@ -910,16 +910,16 @@ discard block |
||
| 910 | 910 | } |
| 911 | 911 | |
| 912 | 912 | |
| 913 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 914 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 915 | - $html .= '</span>' . $field_value . '</div>'; |
|
| 913 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-select" style="'.$field_icon.'">'.$field_icon_af; |
|
| 914 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 915 | + $html .= '</span>'.$field_value.'</div>'; |
|
| 916 | 916 | endif; |
| 917 | 917 | |
| 918 | 918 | } |
| 919 | 919 | |
| 920 | 920 | return $html; |
| 921 | 921 | } |
| 922 | -add_filter('geodir_custom_field_output_select','geodir_cf_select',10,3); |
|
| 922 | +add_filter('geodir_custom_field_output_select', 'geodir_cf_select', 10, 3); |
|
| 923 | 923 | |
| 924 | 924 | |
| 925 | 925 | /** |
@@ -932,21 +932,21 @@ discard block |
||
| 932 | 932 | * |
| 933 | 933 | * @return string The html to output for the custom field. |
| 934 | 934 | */ |
| 935 | -function geodir_cf_multiselect($html,$location,$cf,$p=''){ |
|
| 935 | +function geodir_cf_multiselect($html, $location, $cf, $p = '') { |
|
| 936 | 936 | |
| 937 | 937 | // check we have the post value |
| 938 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 939 | - else{ global $post;} |
|
| 938 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 939 | + else { global $post; } |
|
| 940 | 940 | |
| 941 | - if(!is_array($cf) && $cf!=''){ |
|
| 941 | + if (!is_array($cf) && $cf != '') { |
|
| 942 | 942 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 943 | - if(!$cf){return NULL;} |
|
| 943 | + if (!$cf) {return NULL; } |
|
| 944 | 944 | } |
| 945 | 945 | |
| 946 | 946 | $html_var = $cf['htmlvar_name']; |
| 947 | 947 | |
| 948 | 948 | // Check if there is a location specific filter. |
| 949 | - if(has_filter("geodir_custom_field_output_multiselect_loc_{$location}")){ |
|
| 949 | + if (has_filter("geodir_custom_field_output_multiselect_loc_{$location}")) { |
|
| 950 | 950 | /** |
| 951 | 951 | * Filter the multiselect html by location. |
| 952 | 952 | * |
@@ -954,11 +954,11 @@ discard block |
||
| 954 | 954 | * @param array $cf The custom field array. |
| 955 | 955 | * @since 1.6.6 |
| 956 | 956 | */ |
| 957 | - $html = apply_filters("geodir_custom_field_output_multiselect_loc_{$location}",$html,$cf); |
|
| 957 | + $html = apply_filters("geodir_custom_field_output_multiselect_loc_{$location}", $html, $cf); |
|
| 958 | 958 | } |
| 959 | 959 | |
| 960 | 960 | // Check if there is a custom field specific filter. |
| 961 | - if(has_filter("geodir_custom_field_output_multiselect_var_{$html_var}")){ |
|
| 961 | + if (has_filter("geodir_custom_field_output_multiselect_var_{$html_var}")) { |
|
| 962 | 962 | /** |
| 963 | 963 | * Filter the multiselect html by individual custom field. |
| 964 | 964 | * |
@@ -967,11 +967,11 @@ discard block |
||
| 967 | 967 | * @param array $cf The custom field array. |
| 968 | 968 | * @since 1.6.6 |
| 969 | 969 | */ |
| 970 | - $html = apply_filters("geodir_custom_field_output_multiselect_var_{$html_var}",$html,$location,$cf); |
|
| 970 | + $html = apply_filters("geodir_custom_field_output_multiselect_var_{$html_var}", $html, $location, $cf); |
|
| 971 | 971 | } |
| 972 | 972 | |
| 973 | 973 | // Check if there is a custom field key specific filter. |
| 974 | - if(has_filter("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}")){ |
|
| 974 | + if (has_filter("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}")) { |
|
| 975 | 975 | /** |
| 976 | 976 | * Filter the multiselect html by field type key. |
| 977 | 977 | * |
@@ -980,11 +980,11 @@ discard block |
||
| 980 | 980 | * @param array $cf The custom field array. |
| 981 | 981 | * @since 1.6.6 |
| 982 | 982 | */ |
| 983 | - $html = apply_filters("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 983 | + $html = apply_filters("geodir_custom_field_output_multiselect_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 984 | 984 | } |
| 985 | 985 | |
| 986 | 986 | // If not html then we run the standard output. |
| 987 | - if(empty($html)){ |
|
| 987 | + if (empty($html)) { |
|
| 988 | 988 | |
| 989 | 989 | |
| 990 | 990 | if (!empty($post->{$cf['htmlvar_name']})): |
@@ -1005,7 +1005,7 @@ discard block |
||
| 1005 | 1005 | |
| 1006 | 1006 | $field_values = explode(',', trim($post->{$cf['htmlvar_name']}, ",")); |
| 1007 | 1007 | |
| 1008 | - if(is_array($field_values)){ |
|
| 1008 | + if (is_array($field_values)) { |
|
| 1009 | 1009 | $field_values = array_map('trim', $field_values); |
| 1010 | 1010 | } |
| 1011 | 1011 | |
@@ -1023,15 +1023,15 @@ discard block |
||
| 1023 | 1023 | } |
| 1024 | 1024 | |
| 1025 | 1025 | |
| 1026 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1027 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1026 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-select" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1027 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1028 | 1028 | $html .= '</span>'; |
| 1029 | 1029 | |
| 1030 | 1030 | if (count($option_values) > 1) { |
| 1031 | 1031 | $html .= '<ul>'; |
| 1032 | 1032 | |
| 1033 | 1033 | foreach ($option_values as $val) { |
| 1034 | - $html .= '<li>' . $val . '</li>'; |
|
| 1034 | + $html .= '<li>'.$val.'</li>'; |
|
| 1035 | 1035 | } |
| 1036 | 1036 | |
| 1037 | 1037 | $html .= '</ul>'; |
@@ -1046,7 +1046,7 @@ discard block |
||
| 1046 | 1046 | |
| 1047 | 1047 | return $html; |
| 1048 | 1048 | } |
| 1049 | -add_filter('geodir_custom_field_output_multiselect','geodir_cf_multiselect',10,3); |
|
| 1049 | +add_filter('geodir_custom_field_output_multiselect', 'geodir_cf_multiselect', 10, 3); |
|
| 1050 | 1050 | |
| 1051 | 1051 | |
| 1052 | 1052 | /** |
@@ -1059,21 +1059,21 @@ discard block |
||
| 1059 | 1059 | * |
| 1060 | 1060 | * @return string The html to output for the custom field. |
| 1061 | 1061 | */ |
| 1062 | -function geodir_cf_email($html,$location,$cf,$p=''){ |
|
| 1062 | +function geodir_cf_email($html, $location, $cf, $p = '') { |
|
| 1063 | 1063 | |
| 1064 | 1064 | // check we have the post value |
| 1065 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1066 | - else{ global $post;} |
|
| 1065 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1066 | + else { global $post; } |
|
| 1067 | 1067 | |
| 1068 | - if(!is_array($cf) && $cf!=''){ |
|
| 1068 | + if (!is_array($cf) && $cf != '') { |
|
| 1069 | 1069 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1070 | - if(!$cf){return NULL;} |
|
| 1070 | + if (!$cf) {return NULL; } |
|
| 1071 | 1071 | } |
| 1072 | 1072 | |
| 1073 | 1073 | $html_var = $cf['htmlvar_name']; |
| 1074 | 1074 | |
| 1075 | 1075 | // Check if there is a location specific filter. |
| 1076 | - if(has_filter("geodir_custom_field_output_email_loc_{$location}")){ |
|
| 1076 | + if (has_filter("geodir_custom_field_output_email_loc_{$location}")) { |
|
| 1077 | 1077 | /** |
| 1078 | 1078 | * Filter the email html by location. |
| 1079 | 1079 | * |
@@ -1081,11 +1081,11 @@ discard block |
||
| 1081 | 1081 | * @param array $cf The custom field array. |
| 1082 | 1082 | * @since 1.6.6 |
| 1083 | 1083 | */ |
| 1084 | - $html = apply_filters("geodir_custom_field_output_email_loc_{$location}",$html,$cf); |
|
| 1084 | + $html = apply_filters("geodir_custom_field_output_email_loc_{$location}", $html, $cf); |
|
| 1085 | 1085 | } |
| 1086 | 1086 | |
| 1087 | 1087 | // Check if there is a custom field specific filter. |
| 1088 | - if(has_filter("geodir_custom_field_output_email_var_{$html_var}")){ |
|
| 1088 | + if (has_filter("geodir_custom_field_output_email_var_{$html_var}")) { |
|
| 1089 | 1089 | /** |
| 1090 | 1090 | * Filter the email html by individual custom field. |
| 1091 | 1091 | * |
@@ -1094,11 +1094,11 @@ discard block |
||
| 1094 | 1094 | * @param array $cf The custom field array. |
| 1095 | 1095 | * @since 1.6.6 |
| 1096 | 1096 | */ |
| 1097 | - $html = apply_filters("geodir_custom_field_output_email_var_{$html_var}",$html,$location,$cf); |
|
| 1097 | + $html = apply_filters("geodir_custom_field_output_email_var_{$html_var}", $html, $location, $cf); |
|
| 1098 | 1098 | } |
| 1099 | 1099 | |
| 1100 | 1100 | // Check if there is a custom field key specific filter. |
| 1101 | - if(has_filter("geodir_custom_field_output_email_key_{$cf['field_type_key']}")){ |
|
| 1101 | + if (has_filter("geodir_custom_field_output_email_key_{$cf['field_type_key']}")) { |
|
| 1102 | 1102 | /** |
| 1103 | 1103 | * Filter the email html by field type key. |
| 1104 | 1104 | * |
@@ -1107,18 +1107,18 @@ discard block |
||
| 1107 | 1107 | * @param array $cf The custom field array. |
| 1108 | 1108 | * @since 1.6.6 |
| 1109 | 1109 | */ |
| 1110 | - $html = apply_filters("geodir_custom_field_output_email_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1110 | + $html = apply_filters("geodir_custom_field_output_email_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1111 | 1111 | } |
| 1112 | 1112 | |
| 1113 | 1113 | // If not html then we run the standard output. |
| 1114 | - if(empty($html)){ |
|
| 1114 | + if (empty($html)) { |
|
| 1115 | 1115 | |
| 1116 | 1116 | global $preview; |
| 1117 | 1117 | if ($cf['htmlvar_name'] == 'geodir_email' && !(geodir_is_page('detail') || geodir_is_page('preview'))) { |
| 1118 | 1118 | return ''; // Remove Send Enquiry | Send To Friend from listings page |
| 1119 | 1119 | } |
| 1120 | 1120 | |
| 1121 | - $package_info = (array)geodir_post_package_info(array(), $post, $post->post_type); |
|
| 1121 | + $package_info = (array) geodir_post_package_info(array(), $post, $post->post_type); |
|
| 1122 | 1122 | |
| 1123 | 1123 | if ($cf['htmlvar_name'] == 'geodir_email' && ((isset($package_info['sendtofriend']) && $package_info['sendtofriend']) || $post->{$cf['htmlvar_name']})) { |
| 1124 | 1124 | global $send_to_friend; |
@@ -1130,7 +1130,7 @@ discard block |
||
| 1130 | 1130 | if (!$preview) { |
| 1131 | 1131 | $b_send_inquiry = 'b_send_inquiry'; |
| 1132 | 1132 | $b_sendtofriend = 'b_sendtofriend'; |
| 1133 | - $html = '<input type="hidden" name="geodir_popup_post_id" value="' . $post->ID . '" /><div class="geodir_display_popup_forms"></div>'; |
|
| 1133 | + $html = '<input type="hidden" name="geodir_popup_post_id" value="'.$post->ID.'" /><div class="geodir_display_popup_forms"></div>'; |
|
| 1134 | 1134 | } |
| 1135 | 1135 | |
| 1136 | 1136 | $field_icon = geodir_field_icon_proccess($cf); |
@@ -1143,26 +1143,26 @@ discard block |
||
| 1143 | 1143 | $field_icon = ''; |
| 1144 | 1144 | } |
| 1145 | 1145 | |
| 1146 | - $html .= '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1146 | + $html .= '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'"><span class="geodir-i-email" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1147 | 1147 | $seperator = ''; |
| 1148 | 1148 | if ($post->{$cf['htmlvar_name']}) { |
| 1149 | - $html .= '<a href="javascript:void(0);" class="' . $b_send_inquiry . '" >' . SEND_INQUIRY . '</a>'; |
|
| 1149 | + $html .= '<a href="javascript:void(0);" class="'.$b_send_inquiry.'" >'.SEND_INQUIRY.'</a>'; |
|
| 1150 | 1150 | $seperator = ' | '; |
| 1151 | 1151 | } |
| 1152 | 1152 | |
| 1153 | 1153 | if (isset($package_info['sendtofriend']) && $package_info['sendtofriend']) { |
| 1154 | - $html .= $seperator . '<a href="javascript:void(0);" class="' . $b_sendtofriend . '">' . SEND_TO_FRIEND . '</a>'; |
|
| 1154 | + $html .= $seperator.'<a href="javascript:void(0);" class="'.$b_sendtofriend.'">'.SEND_TO_FRIEND.'</a>'; |
|
| 1155 | 1155 | } |
| 1156 | 1156 | |
| 1157 | 1157 | $html .= '</span></div>'; |
| 1158 | 1158 | |
| 1159 | 1159 | |
| 1160 | 1160 | if (isset($_REQUEST['send_inquiry']) && $_REQUEST['send_inquiry'] == 'success') { |
| 1161 | - $html .= '<p class="sucess_msg">' . SEND_INQUIRY_SUCCESS . '</p>'; |
|
| 1161 | + $html .= '<p class="sucess_msg">'.SEND_INQUIRY_SUCCESS.'</p>'; |
|
| 1162 | 1162 | } elseif (isset($_REQUEST['sendtofrnd']) && $_REQUEST['sendtofrnd'] == 'success') { |
| 1163 | - $html .= '<p class="sucess_msg">' . SEND_FRIEND_SUCCESS . '</p>'; |
|
| 1163 | + $html .= '<p class="sucess_msg">'.SEND_FRIEND_SUCCESS.'</p>'; |
|
| 1164 | 1164 | } elseif (isset($_REQUEST['emsg']) && $_REQUEST['emsg'] == 'captch') { |
| 1165 | - $html .= '<p class="error_msg_fix">' . WRONG_CAPTCH_MSG . '</p>'; |
|
| 1165 | + $html .= '<p class="error_msg_fix">'.WRONG_CAPTCH_MSG.'</p>'; |
|
| 1166 | 1166 | } |
| 1167 | 1167 | |
| 1168 | 1168 | /*if(!$preview){require_once (geodir_plugin_path().'/geodirectory-templates/popup-forms.php');}*/ |
@@ -1182,11 +1182,11 @@ discard block |
||
| 1182 | 1182 | } |
| 1183 | 1183 | |
| 1184 | 1184 | |
| 1185 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-email" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1186 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1185 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-email" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1186 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1187 | 1187 | $html .= '</span><span class="geodir-email-address-output">'; |
| 1188 | 1188 | $email = $post->{$cf['htmlvar_name']} ; |
| 1189 | - if($e_split = explode('@',$email)){ |
|
| 1189 | + if ($e_split = explode('@', $email)) { |
|
| 1190 | 1190 | /** |
| 1191 | 1191 | * Filter email custom field name output. |
| 1192 | 1192 | * |
@@ -1195,10 +1195,10 @@ discard block |
||
| 1195 | 1195 | * @param string $email The email string being output. |
| 1196 | 1196 | * @param array $cf Custom field variables array. |
| 1197 | 1197 | */ |
| 1198 | - $email_name = apply_filters('geodir_email_field_name_output',$email,$cf); |
|
| 1199 | - $html .= "<script>document.write('<a href=\"mailto:'+'$e_split[0]' + '@' + '$e_split[1]'+'\">$email_name</a>')</script>"; |
|
| 1200 | - }else{ |
|
| 1201 | - $html .= $email; |
|
| 1198 | + $email_name = apply_filters('geodir_email_field_name_output', $email, $cf); |
|
| 1199 | + $html .= "<script>document.write('<a href=\"mailto:'+'$e_split[0]' + '@' + '$e_split[1]'+'\">$email_name</a>')</script>"; |
|
| 1200 | + } else { |
|
| 1201 | + $html .= $email; |
|
| 1202 | 1202 | } |
| 1203 | 1203 | $html .= '</span></div>'; |
| 1204 | 1204 | } |
@@ -1209,7 +1209,7 @@ discard block |
||
| 1209 | 1209 | |
| 1210 | 1210 | return $html; |
| 1211 | 1211 | } |
| 1212 | -add_filter('geodir_custom_field_output_email','geodir_cf_email',10,3); |
|
| 1212 | +add_filter('geodir_custom_field_output_email', 'geodir_cf_email', 10, 3); |
|
| 1213 | 1213 | |
| 1214 | 1214 | |
| 1215 | 1215 | /** |
@@ -1222,21 +1222,21 @@ discard block |
||
| 1222 | 1222 | * |
| 1223 | 1223 | * @return string The html to output for the custom field. |
| 1224 | 1224 | */ |
| 1225 | -function geodir_cf_file($html,$location,$cf,$p=''){ |
|
| 1225 | +function geodir_cf_file($html, $location, $cf, $p = '') { |
|
| 1226 | 1226 | |
| 1227 | 1227 | // check we have the post value |
| 1228 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1229 | - else{ global $post;} |
|
| 1228 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1229 | + else { global $post; } |
|
| 1230 | 1230 | |
| 1231 | - if(!is_array($cf) && $cf!=''){ |
|
| 1231 | + if (!is_array($cf) && $cf != '') { |
|
| 1232 | 1232 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1233 | - if(!$cf){return NULL;} |
|
| 1233 | + if (!$cf) {return NULL; } |
|
| 1234 | 1234 | } |
| 1235 | 1235 | |
| 1236 | 1236 | $html_var = $cf['htmlvar_name']; |
| 1237 | 1237 | |
| 1238 | 1238 | // Check if there is a location specific filter. |
| 1239 | - if(has_filter("geodir_custom_field_output_file_loc_{$location}")){ |
|
| 1239 | + if (has_filter("geodir_custom_field_output_file_loc_{$location}")) { |
|
| 1240 | 1240 | /** |
| 1241 | 1241 | * Filter the file html by location. |
| 1242 | 1242 | * |
@@ -1244,11 +1244,11 @@ discard block |
||
| 1244 | 1244 | * @param array $cf The custom field array. |
| 1245 | 1245 | * @since 1.6.6 |
| 1246 | 1246 | */ |
| 1247 | - $html = apply_filters("geodir_custom_field_output_file_loc_{$location}",$html,$cf); |
|
| 1247 | + $html = apply_filters("geodir_custom_field_output_file_loc_{$location}", $html, $cf); |
|
| 1248 | 1248 | } |
| 1249 | 1249 | |
| 1250 | 1250 | // Check if there is a custom field specific filter. |
| 1251 | - if(has_filter("geodir_custom_field_output_file_var_{$html_var}")){ |
|
| 1251 | + if (has_filter("geodir_custom_field_output_file_var_{$html_var}")) { |
|
| 1252 | 1252 | /** |
| 1253 | 1253 | * Filter the file html by individual custom field. |
| 1254 | 1254 | * |
@@ -1257,11 +1257,11 @@ discard block |
||
| 1257 | 1257 | * @param array $cf The custom field array. |
| 1258 | 1258 | * @since 1.6.6 |
| 1259 | 1259 | */ |
| 1260 | - $html = apply_filters("geodir_custom_field_output_file_var_{$html_var}",$html,$location,$cf); |
|
| 1260 | + $html = apply_filters("geodir_custom_field_output_file_var_{$html_var}", $html, $location, $cf); |
|
| 1261 | 1261 | } |
| 1262 | 1262 | |
| 1263 | 1263 | // Check if there is a custom field key specific filter. |
| 1264 | - if(has_filter("geodir_custom_field_output_file_key_{$cf['field_type_key']}")){ |
|
| 1264 | + if (has_filter("geodir_custom_field_output_file_key_{$cf['field_type_key']}")) { |
|
| 1265 | 1265 | /** |
| 1266 | 1266 | * Filter the file html by field type key. |
| 1267 | 1267 | * |
@@ -1270,11 +1270,11 @@ discard block |
||
| 1270 | 1270 | * @param array $cf The custom field array. |
| 1271 | 1271 | * @since 1.6.6 |
| 1272 | 1272 | */ |
| 1273 | - $html = apply_filters("geodir_custom_field_output_file_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1273 | + $html = apply_filters("geodir_custom_field_output_file_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1274 | 1274 | } |
| 1275 | 1275 | |
| 1276 | 1276 | // If not html then we run the standard output. |
| 1277 | - if(empty($html)){ |
|
| 1277 | + if (empty($html)) { |
|
| 1278 | 1278 | |
| 1279 | 1279 | if (!empty($post->{$cf['htmlvar_name']})): |
| 1280 | 1280 | |
@@ -1282,7 +1282,7 @@ discard block |
||
| 1282 | 1282 | if (!empty($files)): |
| 1283 | 1283 | |
| 1284 | 1284 | $extra_fields = !empty($cf['extra_fields']) ? stripslashes_deep(maybe_unserialize($cf['extra_fields'])) : NULL; |
| 1285 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : ''; |
|
| 1285 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : ''; |
|
| 1286 | 1286 | |
| 1287 | 1287 | $file_paths = ''; |
| 1288 | 1288 | foreach ($files as $file) { |
@@ -1319,9 +1319,9 @@ discard block |
||
| 1319 | 1319 | //$file_paths .= '<img src="'.$file.'" />'; |
| 1320 | 1320 | $file_paths .= '</div>'; |
| 1321 | 1321 | } else { |
| 1322 | - $ext_path = '_' . $html_var . '_'; |
|
| 1322 | + $ext_path = '_'.$html_var.'_'; |
|
| 1323 | 1323 | $filename = explode($ext_path, $filename); |
| 1324 | - $file_paths .= '<a href="' . $file . '" target="_blank">' . $filename[count($filename) - 1] . '</a>'; |
|
| 1324 | + $file_paths .= '<a href="'.$file.'" target="_blank">'.$filename[count($filename) - 1].'</a>'; |
|
| 1325 | 1325 | } |
| 1326 | 1326 | } |
| 1327 | 1327 | } |
@@ -1336,11 +1336,11 @@ discard block |
||
| 1336 | 1336 | $field_icon = ''; |
| 1337 | 1337 | } |
| 1338 | 1338 | |
| 1339 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' geodir-custom-file-box ' . $cf['htmlvar_name'] . '"><div class="geodir-i-select" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1339 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' geodir-custom-file-box '.$cf['htmlvar_name'].'"><div class="geodir-i-select" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1340 | 1340 | $html .= '<span style="display: inline-block; vertical-align: top; padding-right: 14px;">'; |
| 1341 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1341 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1342 | 1342 | $html .= '</span>'; |
| 1343 | - $html .= $file_paths . '</div></div>'; |
|
| 1343 | + $html .= $file_paths.'</div></div>'; |
|
| 1344 | 1344 | |
| 1345 | 1345 | endif; |
| 1346 | 1346 | endif; |
@@ -1349,7 +1349,7 @@ discard block |
||
| 1349 | 1349 | |
| 1350 | 1350 | return $html; |
| 1351 | 1351 | } |
| 1352 | -add_filter('geodir_custom_field_output_file','geodir_cf_file',10,3); |
|
| 1352 | +add_filter('geodir_custom_field_output_file', 'geodir_cf_file', 10, 3); |
|
| 1353 | 1353 | |
| 1354 | 1354 | |
| 1355 | 1355 | |
@@ -1363,21 +1363,21 @@ discard block |
||
| 1363 | 1363 | * |
| 1364 | 1364 | * @return string The html to output for the custom field. |
| 1365 | 1365 | */ |
| 1366 | -function geodir_cf_textarea($html,$location,$cf,$p=''){ |
|
| 1366 | +function geodir_cf_textarea($html, $location, $cf, $p = '') { |
|
| 1367 | 1367 | |
| 1368 | 1368 | // check we have the post value |
| 1369 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1370 | - else{ global $post;} |
|
| 1369 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1370 | + else { global $post; } |
|
| 1371 | 1371 | |
| 1372 | - if(!is_array($cf) && $cf!=''){ |
|
| 1372 | + if (!is_array($cf) && $cf != '') { |
|
| 1373 | 1373 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1374 | - if(!$cf){return NULL;} |
|
| 1374 | + if (!$cf) {return NULL; } |
|
| 1375 | 1375 | } |
| 1376 | 1376 | |
| 1377 | 1377 | $html_var = $cf['htmlvar_name']; |
| 1378 | 1378 | |
| 1379 | 1379 | // Check if there is a location specific filter. |
| 1380 | - if(has_filter("geodir_custom_field_output_textarea_loc_{$location}")){ |
|
| 1380 | + if (has_filter("geodir_custom_field_output_textarea_loc_{$location}")) { |
|
| 1381 | 1381 | /** |
| 1382 | 1382 | * Filter the textarea html by location. |
| 1383 | 1383 | * |
@@ -1385,11 +1385,11 @@ discard block |
||
| 1385 | 1385 | * @param array $cf The custom field array. |
| 1386 | 1386 | * @since 1.6.6 |
| 1387 | 1387 | */ |
| 1388 | - $html = apply_filters("geodir_custom_field_output_textarea_loc_{$location}",$html,$cf); |
|
| 1388 | + $html = apply_filters("geodir_custom_field_output_textarea_loc_{$location}", $html, $cf); |
|
| 1389 | 1389 | } |
| 1390 | 1390 | |
| 1391 | 1391 | // Check if there is a custom field specific filter. |
| 1392 | - if(has_filter("geodir_custom_field_output_textarea_var_{$html_var}")){ |
|
| 1392 | + if (has_filter("geodir_custom_field_output_textarea_var_{$html_var}")) { |
|
| 1393 | 1393 | /** |
| 1394 | 1394 | * Filter the textarea html by individual custom field. |
| 1395 | 1395 | * |
@@ -1398,11 +1398,11 @@ discard block |
||
| 1398 | 1398 | * @param array $cf The custom field array. |
| 1399 | 1399 | * @since 1.6.6 |
| 1400 | 1400 | */ |
| 1401 | - $html = apply_filters("geodir_custom_field_output_textarea_var_{$html_var}",$html,$location,$cf); |
|
| 1401 | + $html = apply_filters("geodir_custom_field_output_textarea_var_{$html_var}", $html, $location, $cf); |
|
| 1402 | 1402 | } |
| 1403 | 1403 | |
| 1404 | 1404 | // Check if there is a custom field key specific filter. |
| 1405 | - if(has_filter("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}")){ |
|
| 1405 | + if (has_filter("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}")) { |
|
| 1406 | 1406 | /** |
| 1407 | 1407 | * Filter the textarea html by field type key. |
| 1408 | 1408 | * |
@@ -1411,11 +1411,11 @@ discard block |
||
| 1411 | 1411 | * @param array $cf The custom field array. |
| 1412 | 1412 | * @since 1.6.6 |
| 1413 | 1413 | */ |
| 1414 | - $html = apply_filters("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1414 | + $html = apply_filters("geodir_custom_field_output_textarea_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1415 | 1415 | } |
| 1416 | 1416 | |
| 1417 | 1417 | // If not html then we run the standard output. |
| 1418 | - if(empty($html)){ |
|
| 1418 | + if (empty($html)) { |
|
| 1419 | 1419 | |
| 1420 | 1420 | if (!empty($post->{$cf['htmlvar_name']})) { |
| 1421 | 1421 | |
@@ -1430,9 +1430,9 @@ discard block |
||
| 1430 | 1430 | } |
| 1431 | 1431 | |
| 1432 | 1432 | |
| 1433 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1434 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1435 | - $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1433 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-text" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1434 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1435 | + $html .= '</span>'.wpautop($post->{$cf['htmlvar_name']}).'</div>'; |
|
| 1436 | 1436 | |
| 1437 | 1437 | } |
| 1438 | 1438 | |
@@ -1440,7 +1440,7 @@ discard block |
||
| 1440 | 1440 | |
| 1441 | 1441 | return $html; |
| 1442 | 1442 | } |
| 1443 | -add_filter('geodir_custom_field_output_textarea','geodir_cf_textarea',10,3); |
|
| 1443 | +add_filter('geodir_custom_field_output_textarea', 'geodir_cf_textarea', 10, 3); |
|
| 1444 | 1444 | |
| 1445 | 1445 | |
| 1446 | 1446 | |
@@ -1454,21 +1454,21 @@ discard block |
||
| 1454 | 1454 | * |
| 1455 | 1455 | * @return string The html to output for the custom field. |
| 1456 | 1456 | */ |
| 1457 | -function geodir_cf_html($html,$location,$cf,$p=''){ |
|
| 1457 | +function geodir_cf_html($html, $location, $cf, $p = '') { |
|
| 1458 | 1458 | |
| 1459 | 1459 | // check we have the post value |
| 1460 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1461 | - else{ global $post;} |
|
| 1460 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1461 | + else { global $post; } |
|
| 1462 | 1462 | |
| 1463 | - if(!is_array($cf) && $cf!=''){ |
|
| 1463 | + if (!is_array($cf) && $cf != '') { |
|
| 1464 | 1464 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1465 | - if(!$cf){return NULL;} |
|
| 1465 | + if (!$cf) {return NULL; } |
|
| 1466 | 1466 | } |
| 1467 | 1467 | |
| 1468 | 1468 | $html_var = $cf['htmlvar_name']; |
| 1469 | 1469 | |
| 1470 | 1470 | // Check if there is a location specific filter. |
| 1471 | - if(has_filter("geodir_custom_field_output_html_loc_{$location}")){ |
|
| 1471 | + if (has_filter("geodir_custom_field_output_html_loc_{$location}")) { |
|
| 1472 | 1472 | /** |
| 1473 | 1473 | * Filter the html html by location. |
| 1474 | 1474 | * |
@@ -1476,11 +1476,11 @@ discard block |
||
| 1476 | 1476 | * @param array $cf The custom field array. |
| 1477 | 1477 | * @since 1.6.6 |
| 1478 | 1478 | */ |
| 1479 | - $html = apply_filters("geodir_custom_field_output_html_loc_{$location}",$html,$cf); |
|
| 1479 | + $html = apply_filters("geodir_custom_field_output_html_loc_{$location}", $html, $cf); |
|
| 1480 | 1480 | } |
| 1481 | 1481 | |
| 1482 | 1482 | // Check if there is a custom field specific filter. |
| 1483 | - if(has_filter("geodir_custom_field_output_html_var_{$html_var}")){ |
|
| 1483 | + if (has_filter("geodir_custom_field_output_html_var_{$html_var}")) { |
|
| 1484 | 1484 | /** |
| 1485 | 1485 | * Filter the html html by individual custom field. |
| 1486 | 1486 | * |
@@ -1489,11 +1489,11 @@ discard block |
||
| 1489 | 1489 | * @param array $cf The custom field array. |
| 1490 | 1490 | * @since 1.6.6 |
| 1491 | 1491 | */ |
| 1492 | - $html = apply_filters("geodir_custom_field_output_html_var_{$html_var}",$html,$location,$cf); |
|
| 1492 | + $html = apply_filters("geodir_custom_field_output_html_var_{$html_var}", $html, $location, $cf); |
|
| 1493 | 1493 | } |
| 1494 | 1494 | |
| 1495 | 1495 | // Check if there is a custom field key specific filter. |
| 1496 | - if(has_filter("geodir_custom_field_output_html_key_{$cf['field_type_key']}")){ |
|
| 1496 | + if (has_filter("geodir_custom_field_output_html_key_{$cf['field_type_key']}")) { |
|
| 1497 | 1497 | /** |
| 1498 | 1498 | * Filter the html html by field type key. |
| 1499 | 1499 | * |
@@ -1502,11 +1502,11 @@ discard block |
||
| 1502 | 1502 | * @param array $cf The custom field array. |
| 1503 | 1503 | * @since 1.6.6 |
| 1504 | 1504 | */ |
| 1505 | - $html = apply_filters("geodir_custom_field_output_html_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1505 | + $html = apply_filters("geodir_custom_field_output_html_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1506 | 1506 | } |
| 1507 | 1507 | |
| 1508 | 1508 | // If not html then we run the standard output. |
| 1509 | - if(empty($html)){ |
|
| 1509 | + if (empty($html)) { |
|
| 1510 | 1510 | |
| 1511 | 1511 | if (!empty($post->{$cf['htmlvar_name']})) { |
| 1512 | 1512 | |
@@ -1520,9 +1520,9 @@ discard block |
||
| 1520 | 1520 | $field_icon = ''; |
| 1521 | 1521 | } |
| 1522 | 1522 | |
| 1523 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $cf['htmlvar_name'] . '" style="clear:both;"><span class="geodir-i-text" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1524 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1525 | - $html .= '</span>' . wpautop($post->{$cf['htmlvar_name']}) . '</div>'; |
|
| 1523 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$cf['htmlvar_name'].'" style="clear:both;"><span class="geodir-i-text" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1524 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1525 | + $html .= '</span>'.wpautop($post->{$cf['htmlvar_name']}).'</div>'; |
|
| 1526 | 1526 | |
| 1527 | 1527 | } |
| 1528 | 1528 | |
@@ -1530,7 +1530,7 @@ discard block |
||
| 1530 | 1530 | |
| 1531 | 1531 | return $html; |
| 1532 | 1532 | } |
| 1533 | -add_filter('geodir_custom_field_output_html','geodir_cf_html',10,3); |
|
| 1533 | +add_filter('geodir_custom_field_output_html', 'geodir_cf_html', 10, 3); |
|
| 1534 | 1534 | |
| 1535 | 1535 | |
| 1536 | 1536 | |
@@ -1544,21 +1544,21 @@ discard block |
||
| 1544 | 1544 | * |
| 1545 | 1545 | * @return string The html to output for the custom field. |
| 1546 | 1546 | */ |
| 1547 | -function geodir_cf_taxonomy($html,$location,$cf,$p=''){ |
|
| 1547 | +function geodir_cf_taxonomy($html, $location, $cf, $p = '') { |
|
| 1548 | 1548 | |
| 1549 | 1549 | // check we have the post value |
| 1550 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1551 | - else{ global $post;} |
|
| 1550 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1551 | + else { global $post; } |
|
| 1552 | 1552 | |
| 1553 | - if(!is_array($cf) && $cf!=''){ |
|
| 1553 | + if (!is_array($cf) && $cf != '') { |
|
| 1554 | 1554 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1555 | - if(!$cf){return NULL;} |
|
| 1555 | + if (!$cf) {return NULL; } |
|
| 1556 | 1556 | } |
| 1557 | 1557 | |
| 1558 | 1558 | $html_var = $cf['htmlvar_name']; |
| 1559 | 1559 | |
| 1560 | 1560 | // Check if there is a location specific filter. |
| 1561 | - if(has_filter("geodir_custom_field_output_taxonomy_loc_{$location}")){ |
|
| 1561 | + if (has_filter("geodir_custom_field_output_taxonomy_loc_{$location}")) { |
|
| 1562 | 1562 | /** |
| 1563 | 1563 | * Filter the taxonomy html by location. |
| 1564 | 1564 | * |
@@ -1566,11 +1566,11 @@ discard block |
||
| 1566 | 1566 | * @param array $cf The custom field array. |
| 1567 | 1567 | * @since 1.6.6 |
| 1568 | 1568 | */ |
| 1569 | - $html = apply_filters("geodir_custom_field_output_taxonomy_loc_{$location}",$html,$cf); |
|
| 1569 | + $html = apply_filters("geodir_custom_field_output_taxonomy_loc_{$location}", $html, $cf); |
|
| 1570 | 1570 | } |
| 1571 | 1571 | |
| 1572 | 1572 | // Check if there is a custom field specific filter. |
| 1573 | - if(has_filter("geodir_custom_field_output_taxonomy_var_{$html_var}")){ |
|
| 1573 | + if (has_filter("geodir_custom_field_output_taxonomy_var_{$html_var}")) { |
|
| 1574 | 1574 | /** |
| 1575 | 1575 | * Filter the taxonomy html by individual custom field. |
| 1576 | 1576 | * |
@@ -1579,11 +1579,11 @@ discard block |
||
| 1579 | 1579 | * @param array $cf The custom field array. |
| 1580 | 1580 | * @since 1.6.6 |
| 1581 | 1581 | */ |
| 1582 | - $html = apply_filters("geodir_custom_field_output_taxonomy_var_{$html_var}",$html,$location,$cf); |
|
| 1582 | + $html = apply_filters("geodir_custom_field_output_taxonomy_var_{$html_var}", $html, $location, $cf); |
|
| 1583 | 1583 | } |
| 1584 | 1584 | |
| 1585 | 1585 | // Check if there is a custom field key specific filter. |
| 1586 | - if(has_filter("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}")){ |
|
| 1586 | + if (has_filter("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}")) { |
|
| 1587 | 1587 | /** |
| 1588 | 1588 | * Filter the taxonomy html by field type key. |
| 1589 | 1589 | * |
@@ -1592,14 +1592,14 @@ discard block |
||
| 1592 | 1592 | * @param array $cf The custom field array. |
| 1593 | 1593 | * @since 1.6.6 |
| 1594 | 1594 | */ |
| 1595 | - $html = apply_filters("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1595 | + $html = apply_filters("geodir_custom_field_output_taxonomy_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1596 | 1596 | } |
| 1597 | 1597 | |
| 1598 | 1598 | // If not html then we run the standard output. |
| 1599 | - if(empty($html)){ |
|
| 1599 | + if (empty($html)) { |
|
| 1600 | 1600 | |
| 1601 | - if ($html_var == $post->post_type . 'category' && !empty($post->{$html_var})) { |
|
| 1602 | - $post_taxonomy = $post->post_type . 'category'; |
|
| 1601 | + if ($html_var == $post->post_type.'category' && !empty($post->{$html_var})) { |
|
| 1602 | + $post_taxonomy = $post->post_type.'category'; |
|
| 1603 | 1603 | $field_value = $post->{$html_var}; |
| 1604 | 1604 | $links = array(); |
| 1605 | 1605 | $terms = array(); |
@@ -1617,7 +1617,7 @@ discard block |
||
| 1617 | 1617 | if ($term != '') { |
| 1618 | 1618 | $term = get_term_by('id', $term, $html_var); |
| 1619 | 1619 | if (is_object($term)) { |
| 1620 | - $links[] = "<a href='" . esc_attr(get_term_link($term, $post_taxonomy)) . "'>" . $term->name . "</a>"; |
|
| 1620 | + $links[] = "<a href='".esc_attr(get_term_link($term, $post_taxonomy))."'>".$term->name."</a>"; |
|
| 1621 | 1621 | $terms[] = $term; |
| 1622 | 1622 | } |
| 1623 | 1623 | } |
@@ -1631,7 +1631,7 @@ discard block |
||
| 1631 | 1631 | $terms = $termsOrdered; |
| 1632 | 1632 | } |
| 1633 | 1633 | } |
| 1634 | - $html_value = !empty($links) && !empty($terms) ? wp_sprintf('%l', $links, (object)$terms) : ''; |
|
| 1634 | + $html_value = !empty($links) && !empty($terms) ? wp_sprintf('%l', $links, (object) $terms) : ''; |
|
| 1635 | 1635 | |
| 1636 | 1636 | if ($html_value != '') { |
| 1637 | 1637 | $field_icon = geodir_field_icon_proccess($cf); |
@@ -1644,9 +1644,9 @@ discard block |
||
| 1644 | 1644 | $field_icon = ''; |
| 1645 | 1645 | } |
| 1646 | 1646 | |
| 1647 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;"><span class="geodir-i-taxonomy geodir-i-category" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1648 | - $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory') . ': ' : ''; |
|
| 1649 | - $html .= '</span> ' . $html_value . '</div>'; |
|
| 1647 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$html_var.'" style="clear:both;"><span class="geodir-i-taxonomy geodir-i-category" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1648 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ''; |
|
| 1649 | + $html .= '</span> '.$html_value.'</div>'; |
|
| 1650 | 1650 | } |
| 1651 | 1651 | } |
| 1652 | 1652 | |
@@ -1654,7 +1654,7 @@ discard block |
||
| 1654 | 1654 | |
| 1655 | 1655 | return $html; |
| 1656 | 1656 | } |
| 1657 | -add_filter('geodir_custom_field_output_taxonomy','geodir_cf_taxonomy',10,3); |
|
| 1657 | +add_filter('geodir_custom_field_output_taxonomy', 'geodir_cf_taxonomy', 10, 3); |
|
| 1658 | 1658 | |
| 1659 | 1659 | |
| 1660 | 1660 | /** |
@@ -1667,21 +1667,21 @@ discard block |
||
| 1667 | 1667 | * |
| 1668 | 1668 | * @return string The html to output for the custom field. |
| 1669 | 1669 | */ |
| 1670 | -function geodir_cf_address($html,$location,$cf,$p=''){ |
|
| 1670 | +function geodir_cf_address($html, $location, $cf, $p = '') { |
|
| 1671 | 1671 | |
| 1672 | 1672 | // check we have the post value |
| 1673 | - if(is_int($p)){$post = geodir_get_post_info($p);} |
|
| 1674 | - else{ global $post;} |
|
| 1673 | + if (is_int($p)) {$post = geodir_get_post_info($p); } |
|
| 1674 | + else { global $post; } |
|
| 1675 | 1675 | |
| 1676 | - if(!is_array($cf) && $cf!=''){ |
|
| 1676 | + if (!is_array($cf) && $cf != '') { |
|
| 1677 | 1677 | $cf = geodir_get_field_infoby('htmlvar_name', $cf, $post->post_type); |
| 1678 | - if(!$cf){return NULL;} |
|
| 1678 | + if (!$cf) {return NULL; } |
|
| 1679 | 1679 | } |
| 1680 | 1680 | |
| 1681 | 1681 | $html_var = $cf['htmlvar_name']; |
| 1682 | 1682 | |
| 1683 | 1683 | // Check if there is a location specific filter. |
| 1684 | - if(has_filter("geodir_custom_field_output_address_loc_{$location}")){ |
|
| 1684 | + if (has_filter("geodir_custom_field_output_address_loc_{$location}")) { |
|
| 1685 | 1685 | /** |
| 1686 | 1686 | * Filter the address html by location. |
| 1687 | 1687 | * |
@@ -1689,11 +1689,11 @@ discard block |
||
| 1689 | 1689 | * @param array $cf The custom field array. |
| 1690 | 1690 | * @since 1.6.6 |
| 1691 | 1691 | */ |
| 1692 | - $html = apply_filters("geodir_custom_field_output_address_loc_{$location}",$html,$cf); |
|
| 1692 | + $html = apply_filters("geodir_custom_field_output_address_loc_{$location}", $html, $cf); |
|
| 1693 | 1693 | } |
| 1694 | 1694 | |
| 1695 | 1695 | // Check if there is a custom field specific filter. |
| 1696 | - if(has_filter("geodir_custom_field_output_address_var_{$html_var}")){ |
|
| 1696 | + if (has_filter("geodir_custom_field_output_address_var_{$html_var}")) { |
|
| 1697 | 1697 | /** |
| 1698 | 1698 | * Filter the address html by individual custom field. |
| 1699 | 1699 | * |
@@ -1702,11 +1702,11 @@ discard block |
||
| 1702 | 1702 | * @param array $cf The custom field array. |
| 1703 | 1703 | * @since 1.6.6 |
| 1704 | 1704 | */ |
| 1705 | - $html = apply_filters("geodir_custom_field_output_address_var_{$html_var}",$html,$location,$cf); |
|
| 1705 | + $html = apply_filters("geodir_custom_field_output_address_var_{$html_var}", $html, $location, $cf); |
|
| 1706 | 1706 | } |
| 1707 | 1707 | |
| 1708 | 1708 | // Check if there is a custom field key specific filter. |
| 1709 | - if(has_filter("geodir_custom_field_output_address_key_{$cf['field_type_key']}")){ |
|
| 1709 | + if (has_filter("geodir_custom_field_output_address_key_{$cf['field_type_key']}")) { |
|
| 1710 | 1710 | /** |
| 1711 | 1711 | * Filter the address html by field type key. |
| 1712 | 1712 | * |
@@ -1715,14 +1715,14 @@ discard block |
||
| 1715 | 1715 | * @param array $cf The custom field array. |
| 1716 | 1716 | * @since 1.6.6 |
| 1717 | 1717 | */ |
| 1718 | - $html = apply_filters("geodir_custom_field_output_address_key_{$cf['field_type_key']}",$html,$location,$cf); |
|
| 1718 | + $html = apply_filters("geodir_custom_field_output_address_key_{$cf['field_type_key']}", $html, $location, $cf); |
|
| 1719 | 1719 | } |
| 1720 | 1720 | |
| 1721 | 1721 | // If not html then we run the standard output. |
| 1722 | - if(empty($html)){ |
|
| 1722 | + if (empty($html)) { |
|
| 1723 | 1723 | |
| 1724 | 1724 | global $preview; |
| 1725 | - $html_var = $cf['htmlvar_name'] . '_address'; |
|
| 1725 | + $html_var = $cf['htmlvar_name'].'_address'; |
|
| 1726 | 1726 | |
| 1727 | 1727 | if ($cf['extra_fields']) { |
| 1728 | 1728 | |
@@ -1785,10 +1785,10 @@ discard block |
||
| 1785 | 1785 | |
| 1786 | 1786 | if ($post->{$html_var}) { |
| 1787 | 1787 | |
| 1788 | - $field_icon = geodir_field_icon_proccess( $cf ); |
|
| 1789 | - if ( strpos( $field_icon, 'http' ) !== false ) { |
|
| 1788 | + $field_icon = geodir_field_icon_proccess($cf); |
|
| 1789 | + if (strpos($field_icon, 'http') !== false) { |
|
| 1790 | 1790 | $field_icon_af = ''; |
| 1791 | - } elseif ( $field_icon == '' ) { |
|
| 1791 | + } elseif ($field_icon == '') { |
|
| 1792 | 1792 | $field_icon_af = '<i class="fa fa-home"></i>'; |
| 1793 | 1793 | } else { |
| 1794 | 1794 | $field_icon_af = $field_icon; |
@@ -1797,25 +1797,25 @@ discard block |
||
| 1797 | 1797 | |
| 1798 | 1798 | |
| 1799 | 1799 | |
| 1800 | - $html = '<div class="geodir_more_info ' . $cf['css_class'] . ' ' . $html_var . '" style="clear:both;" itemscope itemtype="https://schema.org/PostalAddress">'; |
|
| 1801 | - $html .= '<span class="geodir-i-location" style="' . $field_icon . '">' . $field_icon_af; |
|
| 1802 | - $html .= ( trim( $cf['site_title'] ) ) ? __( $cf['site_title'], 'geodirectory' ) . ': ' : ' '; |
|
| 1800 | + $html = '<div class="geodir_more_info '.$cf['css_class'].' '.$html_var.'" style="clear:both;" itemscope itemtype="https://schema.org/PostalAddress">'; |
|
| 1801 | + $html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af; |
|
| 1802 | + $html .= (trim($cf['site_title'])) ? __($cf['site_title'], 'geodirectory').': ' : ' '; |
|
| 1803 | 1803 | $html .= '</span>'; |
| 1804 | 1804 | |
| 1805 | - if ( isset($post->post_address) ) { |
|
| 1806 | - $html .= '<span itemprop="streetAddress">' . $post->post_address . '</span><br>'; |
|
| 1805 | + if (isset($post->post_address)) { |
|
| 1806 | + $html .= '<span itemprop="streetAddress">'.$post->post_address.'</span><br>'; |
|
| 1807 | 1807 | } |
| 1808 | - if ($show_city_in_address && isset( $post->post_city ) && $post->post_city ) { |
|
| 1809 | - $html .= '<span itemprop="addressLocality">' . $post->post_city . '</span><br>'; |
|
| 1808 | + if ($show_city_in_address && isset($post->post_city) && $post->post_city) { |
|
| 1809 | + $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span><br>'; |
|
| 1810 | 1810 | } |
| 1811 | - if ($show_region_in_address && isset( $post->post_region ) && $post->post_region ) { |
|
| 1812 | - $html .= '<span itemprop="addressRegion">' . $post->post_region . '</span><br>'; |
|
| 1811 | + if ($show_region_in_address && isset($post->post_region) && $post->post_region) { |
|
| 1812 | + $html .= '<span itemprop="addressRegion">'.$post->post_region.'</span><br>'; |
|
| 1813 | 1813 | } |
| 1814 | - if ($show_zip_in_address && isset( $post->post_zip ) && $post->post_zip ) { |
|
| 1815 | - $html .= '<span itemprop="postalCode">' . $post->post_zip . '</span><br>'; |
|
| 1814 | + if ($show_zip_in_address && isset($post->post_zip) && $post->post_zip) { |
|
| 1815 | + $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span><br>'; |
|
| 1816 | 1816 | } |
| 1817 | - if ($show_country_in_address && isset( $post->post_country ) && $post->post_country ) { |
|
| 1818 | - $html .= '<span itemprop="addressCountry">' . __( $post->post_country, 'geodirectory' ) . '</span><br>'; |
|
| 1817 | + if ($show_country_in_address && isset($post->post_country) && $post->post_country) { |
|
| 1818 | + $html .= '<span itemprop="addressCountry">'.__($post->post_country, 'geodirectory').'</span><br>'; |
|
| 1819 | 1819 | } |
| 1820 | 1820 | $html .= '</div>'; |
| 1821 | 1821 | |
@@ -1826,4 +1826,4 @@ discard block |
||
| 1826 | 1826 | |
| 1827 | 1827 | return $html; |
| 1828 | 1828 | } |
| 1829 | -add_filter('geodir_custom_field_output_address','geodir_cf_address',10,3); |
|
| 1830 | 1829 | \ No newline at end of file |
| 1830 | +add_filter('geodir_custom_field_output_address', 'geodir_cf_address', 10, 3); |
|
| 1831 | 1831 | \ No newline at end of file |
@@ -86,26 +86,31 @@ discard block |
||
| 86 | 86 | $value = geodir_get_cf_value($cf); |
| 87 | 87 | $type = $cf['type']; |
| 88 | 88 | //number and float validation $validation_pattern |
| 89 | - if(isset($cf['data_type']) && $cf['data_type']=='INT'){$type = 'number';} |
|
| 90 | - elseif(isset($cf['data_type']) && $cf['data_type']=='FLOAT'){$type = 'float';} |
|
| 89 | + if(isset($cf['data_type']) && $cf['data_type']=='INT'){$type = 'number';} elseif(isset($cf['data_type']) && $cf['data_type']=='FLOAT'){$type = 'float';} |
|
| 91 | 90 | |
| 92 | 91 | //validation |
| 93 | 92 | if(isset($cf['validation_pattern']) && $cf['validation_pattern']){ |
| 94 | 93 | $validation = 'pattern="'.$cf['validation_pattern'].'"'; |
| 95 | - }else{$validation='';} |
|
| 94 | + } else{$validation='';} |
|
| 96 | 95 | |
| 97 | 96 | // validation message |
| 98 | 97 | if(isset($cf['validation_msg']) && $cf['validation_msg']){ |
| 99 | 98 | $validation_msg = 'title="'.$cf['validation_msg'].'"'; |
| 100 | - }else{$validation_msg='';} |
|
| 99 | + } else{$validation_msg='';} |
|
| 101 | 100 | ?> |
| 102 | 101 | |
| 103 | 102 | <div id="<?php echo $cf['name'];?>_row" |
| 104 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 103 | + class="<?php if ($cf['is_required']) { |
|
| 104 | + echo 'required_field'; |
|
| 105 | +} |
|
| 106 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 105 | 107 | <label> |
| 106 | 108 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 107 | 109 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 108 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 110 | + <?php if ($cf['is_required']) { |
|
| 111 | + echo '<span>*</span>'; |
|
| 112 | +} |
|
| 113 | +?> |
|
| 109 | 114 | </label> |
| 110 | 115 | <input field_type="<?php echo $type;?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
| 111 | 116 | value="<?php echo esc_attr(stripslashes($value));?>" type="<?php echo $type;?>" class="geodir_textfield" <?php echo $validation;echo $validation_msg;?> /> |
@@ -160,11 +165,17 @@ discard block |
||
| 160 | 165 | }?> |
| 161 | 166 | |
| 162 | 167 | <div id="<?php echo $cf['name'];?>_row" |
| 163 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 168 | + class="<?php if ($cf['is_required']) { |
|
| 169 | + echo 'required_field'; |
|
| 170 | +} |
|
| 171 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 164 | 172 | <label> |
| 165 | 173 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 166 | 174 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 167 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 175 | + <?php if ($cf['is_required']) { |
|
| 176 | + echo '<span>*</span>'; |
|
| 177 | +} |
|
| 178 | +?> |
|
| 168 | 179 | </label> |
| 169 | 180 | <input field_type="<?php echo $cf['type'];?>" name="<?php $cf['name'];?>" id="<?php echo $cf['name'];?>" |
| 170 | 181 | value="<?php echo esc_attr(stripslashes($value));?>" type="email" class="geodir_textfield"/> |
@@ -220,11 +231,17 @@ discard block |
||
| 220 | 231 | }?> |
| 221 | 232 | |
| 222 | 233 | <div id="<?php echo $cf['name'];?>_row" |
| 223 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 234 | + class="<?php if ($cf['is_required']) { |
|
| 235 | + echo 'required_field'; |
|
| 236 | +} |
|
| 237 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 224 | 238 | <label> |
| 225 | 239 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 226 | 240 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 227 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 241 | + <?php if ($cf['is_required']) { |
|
| 242 | + echo '<span>*</span>'; |
|
| 243 | +} |
|
| 244 | +?> |
|
| 228 | 245 | </label> |
| 229 | 246 | <input field_type="<?php echo $cf['type'];?>" name="<?php $cf['name'];?>" id="<?php echo $cf['name'];?>" |
| 230 | 247 | value="<?php echo esc_attr(stripslashes($value));?>" type="tel" class="geodir_textfield"/> |
@@ -280,11 +297,17 @@ discard block |
||
| 280 | 297 | }?> |
| 281 | 298 | |
| 282 | 299 | <div id="<?php echo $cf['name'];?>_row" |
| 283 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 300 | + class="<?php if ($cf['is_required']) { |
|
| 301 | + echo 'required_field'; |
|
| 302 | +} |
|
| 303 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 284 | 304 | <label> |
| 285 | 305 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 286 | 306 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 287 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 307 | + <?php if ($cf['is_required']) { |
|
| 308 | + echo '<span>*</span>'; |
|
| 309 | +} |
|
| 310 | +?> |
|
| 288 | 311 | </label> |
| 289 | 312 | <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
| 290 | 313 | value="<?php echo esc_attr(stripslashes($value));?>" type="url" class="geodir_textfield" |
@@ -339,11 +362,17 @@ discard block |
||
| 339 | 362 | |
| 340 | 363 | ?> |
| 341 | 364 | <div id="<?php echo $cf['name'];?>_row" |
| 342 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 365 | + class="<?php if ($cf['is_required']) { |
|
| 366 | + echo 'required_field'; |
|
| 367 | +} |
|
| 368 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 343 | 369 | <label> |
| 344 | 370 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 345 | 371 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 346 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 372 | + <?php if ($cf['is_required']) { |
|
| 373 | + echo '<span>*</span>'; |
|
| 374 | +} |
|
| 375 | +?> |
|
| 347 | 376 | </label> |
| 348 | 377 | <?php if ($cf['option_values']) { |
| 349 | 378 | $option_values = geodir_string_values_to_options($cf['option_values'], true); |
@@ -410,11 +439,17 @@ discard block |
||
| 410 | 439 | }?> |
| 411 | 440 | |
| 412 | 441 | <div id="<?php echo $cf['name'];?>_row" |
| 413 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 442 | + class="<?php if ($cf['is_required']) { |
|
| 443 | + echo 'required_field'; |
|
| 444 | +} |
|
| 445 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 414 | 446 | <label> |
| 415 | 447 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 416 | 448 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 417 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 449 | + <?php if ($cf['is_required']) { |
|
| 450 | + echo '<span>*</span>'; |
|
| 451 | +} |
|
| 452 | +?> |
|
| 418 | 453 | </label> |
| 419 | 454 | <?php if ($value != '1') { |
| 420 | 455 | $value = '0'; |
@@ -474,11 +509,17 @@ discard block |
||
| 474 | 509 | ?> |
| 475 | 510 | |
| 476 | 511 | <div id="<?php echo $cf['name'];?>_row" |
| 477 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 512 | + class="<?php if ($cf['is_required']) { |
|
| 513 | + echo 'required_field'; |
|
| 514 | +} |
|
| 515 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 478 | 516 | <label> |
| 479 | 517 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 480 | 518 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 481 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 519 | + <?php if ($cf['is_required']) { |
|
| 520 | + echo '<span>*</span>'; |
|
| 521 | +} |
|
| 522 | +?> |
|
| 482 | 523 | </label><?php |
| 483 | 524 | |
| 484 | 525 | |
@@ -546,11 +587,17 @@ discard block |
||
| 546 | 587 | |
| 547 | 588 | ?> |
| 548 | 589 | <div id="<?php echo $cf['name'];?>_row" |
| 549 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row geodir_custom_fields clearfix gd-fieldset-details"> |
|
| 590 | + class="<?php if ($cf['is_required']) { |
|
| 591 | + echo 'required_field'; |
|
| 592 | +} |
|
| 593 | +?> geodir_form_row geodir_custom_fields clearfix gd-fieldset-details"> |
|
| 550 | 594 | <label> |
| 551 | 595 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 552 | 596 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 553 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 597 | + <?php if ($cf['is_required']) { |
|
| 598 | + echo '<span>*</span>'; |
|
| 599 | +} |
|
| 600 | +?> |
|
| 554 | 601 | </label> |
| 555 | 602 | <?php |
| 556 | 603 | $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
@@ -627,11 +674,17 @@ discard block |
||
| 627 | 674 | } |
| 628 | 675 | ?> |
| 629 | 676 | <div id="<?php echo $cf['name']; ?>_row" |
| 630 | - class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 677 | + class="<?php if ($cf['is_required']) { |
|
| 678 | + echo 'required_field'; |
|
| 679 | +} |
|
| 680 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 631 | 681 | <label> |
| 632 | 682 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 633 | 683 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 634 | - <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 684 | + <?php if ($cf['is_required']) { |
|
| 685 | + echo '<span>*</span>'; |
|
| 686 | +} |
|
| 687 | +?> |
|
| 635 | 688 | </label> |
| 636 | 689 | <input type="hidden" name="gd_field_<?php echo $cf['name']; ?>" value="1"/> |
| 637 | 690 | <?php if ($multi_display == 'select') { ?> |
@@ -738,11 +791,17 @@ discard block |
||
| 738 | 791 | ?> |
| 739 | 792 | |
| 740 | 793 | <div id="<?php echo $cf['name']; ?>_row" |
| 741 | - class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 794 | + class="<?php if ($cf['is_required']) { |
|
| 795 | + echo 'required_field'; |
|
| 796 | +} |
|
| 797 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 742 | 798 | <label> |
| 743 | 799 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 744 | 800 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 745 | - <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 801 | + <?php if ($cf['is_required']) { |
|
| 802 | + echo '<span>*</span>'; |
|
| 803 | +} |
|
| 804 | +?> |
|
| 746 | 805 | </label> |
| 747 | 806 | |
| 748 | 807 | <?php $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10); ?> |
@@ -802,8 +861,9 @@ discard block |
||
| 802 | 861 | $extra_fields = unserialize($cf['extra_fields']); |
| 803 | 862 | $name = $cf['name']; |
| 804 | 863 | |
| 805 | - if ($extra_fields['date_format'] == '') |
|
| 806 | - $extra_fields['date_format'] = 'yy-mm-dd'; |
|
| 864 | + if ($extra_fields['date_format'] == '') { |
|
| 865 | + $extra_fields['date_format'] = 'yy-mm-dd'; |
|
| 866 | + } |
|
| 807 | 867 | |
| 808 | 868 | $date_format = $extra_fields['date_format']; |
| 809 | 869 | $jquery_date_format = $date_format; |
@@ -817,7 +877,7 @@ discard block |
||
| 817 | 877 | $replace = array('d','j','l','m','n','F','Y');//PHP date format |
| 818 | 878 | |
| 819 | 879 | $date_format = str_replace($search, $replace, $date_format); |
| 820 | - }else{ |
|
| 880 | + } else{ |
|
| 821 | 881 | $jquery_date_format = geodir_date_format_php_to_jqueryui( $jquery_date_format ); |
| 822 | 882 | } |
| 823 | 883 | |
@@ -851,12 +911,18 @@ discard block |
||
| 851 | 911 | |
| 852 | 912 | </script> |
| 853 | 913 | <div id="<?php echo $name;?>_row" |
| 854 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 914 | + class="<?php if ($cf['is_required']) { |
|
| 915 | + echo 'required_field'; |
|
| 916 | +} |
|
| 917 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 855 | 918 | <label> |
| 856 | 919 | |
| 857 | 920 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 858 | 921 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 859 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 922 | + <?php if ($cf['is_required']) { |
|
| 923 | + echo '<span>*</span>'; |
|
| 924 | +} |
|
| 925 | +?> |
|
| 860 | 926 | </label> |
| 861 | 927 | |
| 862 | 928 | <input field_type="<?php echo $cf['type'];?>" name="<?php echo $name;?>" id="<?php echo $name;?>" |
@@ -910,8 +976,9 @@ discard block |
||
| 910 | 976 | |
| 911 | 977 | $name = $cf['name']; |
| 912 | 978 | |
| 913 | - if ($value != '') |
|
| 914 | - $value = date('H:i', strtotime($value)); |
|
| 979 | + if ($value != '') { |
|
| 980 | + $value = date('H:i', strtotime($value)); |
|
| 981 | + } |
|
| 915 | 982 | ?> |
| 916 | 983 | <script type="text/javascript"> |
| 917 | 984 | jQuery(document).ready(function () { |
@@ -924,12 +991,18 @@ discard block |
||
| 924 | 991 | }); |
| 925 | 992 | </script> |
| 926 | 993 | <div id="<?php echo $name;?>_row" |
| 927 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 994 | + class="<?php if ($cf['is_required']) { |
|
| 995 | + echo 'required_field'; |
|
| 996 | +} |
|
| 997 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 928 | 998 | <label> |
| 929 | 999 | |
| 930 | 1000 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 931 | 1001 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 932 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 1002 | + <?php if ($cf['is_required']) { |
|
| 1003 | + echo '<span>*</span>'; |
|
| 1004 | +} |
|
| 1005 | +?> |
|
| 933 | 1006 | </label> |
| 934 | 1007 | <input readonly="readonly" field_type="<?php echo $cf['type'];?>" name="<?php echo $name;?>" |
| 935 | 1008 | id="<?php echo $name;?>" value="<?php echo esc_attr($value);?>" type="text" class="geodir_textfield"/> |
@@ -1021,17 +1094,27 @@ discard block |
||
| 1021 | 1094 | } |
| 1022 | 1095 | |
| 1023 | 1096 | $location = geodir_get_default_location(); |
| 1024 | - if (empty($city)) $city = isset($location->city) ? $location->city : ''; |
|
| 1025 | - if (empty($region)) $region = isset($location->region) ? $location->region : ''; |
|
| 1026 | - if (empty($country)) $country = isset($location->country) ? $location->country : ''; |
|
| 1097 | + if (empty($city)) { |
|
| 1098 | + $city = isset($location->city) ? $location->city : ''; |
|
| 1099 | + } |
|
| 1100 | + if (empty($region)) { |
|
| 1101 | + $region = isset($location->region) ? $location->region : ''; |
|
| 1102 | + } |
|
| 1103 | + if (empty($country)) { |
|
| 1104 | + $country = isset($location->country) ? $location->country : ''; |
|
| 1105 | + } |
|
| 1027 | 1106 | |
| 1028 | 1107 | $lat_lng_blank = false; |
| 1029 | 1108 | if (empty($lat) && empty($lng)) { |
| 1030 | 1109 | $lat_lng_blank = true; |
| 1031 | 1110 | } |
| 1032 | 1111 | |
| 1033 | - if (empty($lat)) $lat = isset($location->city_latitude) ? $location->city_latitude : ''; |
|
| 1034 | - if (empty($lng)) $lng = isset($location->city_longitude) ? $location->city_longitude : ''; |
|
| 1112 | + if (empty($lat)) { |
|
| 1113 | + $lat = isset($location->city_latitude) ? $location->city_latitude : ''; |
|
| 1114 | + } |
|
| 1115 | + if (empty($lng)) { |
|
| 1116 | + $lng = isset($location->city_longitude) ? $location->city_longitude : ''; |
|
| 1117 | + } |
|
| 1035 | 1118 | |
| 1036 | 1119 | /** |
| 1037 | 1120 | * Filter the default latitude. |
@@ -1055,10 +1138,16 @@ discard block |
||
| 1055 | 1138 | ?> |
| 1056 | 1139 | |
| 1057 | 1140 | <div id="geodir_<?php echo $prefix . 'address';?>_row" |
| 1058 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1141 | + class="<?php if ($is_required) { |
|
| 1142 | + echo 'required_field'; |
|
| 1143 | +} |
|
| 1144 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1059 | 1145 | <label> |
| 1060 | 1146 | <?php _e($address_title, 'geodirectory'); ?> |
| 1061 | - <?php if ($is_required) echo '<span>*</span>';?> |
|
| 1147 | + <?php if ($is_required) { |
|
| 1148 | + echo '<span>*</span>'; |
|
| 1149 | +} |
|
| 1150 | +?> |
|
| 1062 | 1151 | </label> |
| 1063 | 1152 | <input type="text" field_type="<?php echo $type;?>" name="<?php echo $prefix . 'address';?>" |
| 1064 | 1153 | id="<?php echo $prefix . 'address';?>" class="geodir_textfield" |
@@ -1119,10 +1208,16 @@ discard block |
||
| 1119 | 1208 | /* show lat lng */ |
| 1120 | 1209 | $style_latlng = ((isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) || is_admin()) ? '' : 'style="display:none"'; ?> |
| 1121 | 1210 | <div id="geodir_<?php echo $prefix . 'latitude'; ?>_row" |
| 1122 | - class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
|
| 1211 | + class="<?php if ($is_required) { |
|
| 1212 | + echo 'required_field'; |
|
| 1213 | +} |
|
| 1214 | +?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
|
| 1123 | 1215 | <label> |
| 1124 | 1216 | <?php echo PLACE_ADDRESS_LAT; ?> |
| 1125 | - <?php if ($is_required) echo '<span>*</span>'; ?> |
|
| 1217 | + <?php if ($is_required) { |
|
| 1218 | + echo '<span>*</span>'; |
|
| 1219 | +} |
|
| 1220 | +?> |
|
| 1126 | 1221 | </label> |
| 1127 | 1222 | <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix . 'latitude'; ?>" |
| 1128 | 1223 | id="<?php echo $prefix . 'latitude'; ?>" class="geodir_textfield" |
@@ -1134,10 +1229,16 @@ discard block |
||
| 1134 | 1229 | </div> |
| 1135 | 1230 | |
| 1136 | 1231 | <div id="geodir_<?php echo $prefix . 'longitude'; ?>_row" |
| 1137 | - class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
|
| 1232 | + class="<?php if ($is_required) { |
|
| 1233 | + echo 'required_field'; |
|
| 1234 | +} |
|
| 1235 | +?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
|
| 1138 | 1236 | <label> |
| 1139 | 1237 | <?php echo PLACE_ADDRESS_LNG; ?> |
| 1140 | - <?php if ($is_required) echo '<span>*</span>'; ?> |
|
| 1238 | + <?php if ($is_required) { |
|
| 1239 | + echo '<span>*</span>'; |
|
| 1240 | +} |
|
| 1241 | +?> |
|
| 1141 | 1242 | </label> |
| 1142 | 1243 | <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix . 'longitude'; ?>" |
| 1143 | 1244 | id="<?php echo $prefix . 'longitude'; ?>" class="geodir_textfield" |
@@ -1241,11 +1342,17 @@ discard block |
||
| 1241 | 1342 | $value = ''; |
| 1242 | 1343 | } ?> |
| 1243 | 1344 | <div id="<?php echo $name;?>_row" |
| 1244 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1345 | + class="<?php if ($is_required) { |
|
| 1346 | + echo 'required_field'; |
|
| 1347 | +} |
|
| 1348 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1245 | 1349 | <label> |
| 1246 | 1350 | <?php $site_title = __($site_title, 'geodirectory'); |
| 1247 | 1351 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 1248 | - <?php if ($is_required) echo '<span>*</span>';?> |
|
| 1352 | + <?php if ($is_required) { |
|
| 1353 | + echo '<span>*</span>'; |
|
| 1354 | +} |
|
| 1355 | +?> |
|
| 1249 | 1356 | </label> |
| 1250 | 1357 | |
| 1251 | 1358 | <div id="<?php echo $name;?>" class="geodir_taxonomy_field" style="float:left; width:70%;"> |
@@ -1279,8 +1386,9 @@ discard block |
||
| 1279 | 1386 | $post_cat = implode(",", $post_cat[$name]); |
| 1280 | 1387 | |
| 1281 | 1388 | } else { |
| 1282 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') |
|
| 1283 | - $post_cat = geodir_get_post_meta($_REQUEST['pid'], $name, true); |
|
| 1389 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') { |
|
| 1390 | + $post_cat = geodir_get_post_meta($_REQUEST['pid'], $name, true); |
|
| 1391 | + } |
|
| 1284 | 1392 | } |
| 1285 | 1393 | |
| 1286 | 1394 | |
@@ -1318,21 +1426,24 @@ discard block |
||
| 1318 | 1426 | |
| 1319 | 1427 | $cat_display == ''; |
| 1320 | 1428 | $multiple = ''; |
| 1321 | - if ($cat_display == 'multiselect') |
|
| 1322 | - $multiple = 'multiple="multiple"'; |
|
| 1429 | + if ($cat_display == 'multiselect') { |
|
| 1430 | + $multiple = 'multiple="multiple"'; |
|
| 1431 | + } |
|
| 1323 | 1432 | |
| 1324 | 1433 | echo '<select id="' . $name . '" ' . $multiple . ' type="' . $name . '" name="post_category[' . $name . '][]" alt="' . $name . '" field_type="' . $cat_display . '" class="geodir_textfield textfield_x chosen_select" data-placeholder="' . __('Select Category', 'geodirectory') . '">'; |
| 1325 | 1434 | |
| 1326 | 1435 | |
| 1327 | - if ($cat_display == 'select') |
|
| 1328 | - echo '<option value="">' . __('Select Category', 'geodirectory') . '</option>'; |
|
| 1436 | + if ($cat_display == 'select') { |
|
| 1437 | + echo '<option value="">' . __('Select Category', 'geodirectory') . '</option>'; |
|
| 1438 | + } |
|
| 1329 | 1439 | |
| 1330 | 1440 | } |
| 1331 | 1441 | |
| 1332 | 1442 | echo geodir_custom_taxonomy_walker($name, $catadd_limit = 0); |
| 1333 | 1443 | |
| 1334 | - if ($cat_display == 'select' || $cat_display == 'multiselect') |
|
| 1335 | - echo '</select>'; |
|
| 1444 | + if ($cat_display == 'select' || $cat_display == 'multiselect') { |
|
| 1445 | + echo '</select>'; |
|
| 1446 | + } |
|
| 1336 | 1447 | |
| 1337 | 1448 | } else { |
| 1338 | 1449 | |
@@ -1404,18 +1515,23 @@ discard block |
||
| 1404 | 1515 | |
| 1405 | 1516 | $file_value = trim($value, ","); // this will be initial value of the above form field. Image urls. |
| 1406 | 1517 | |
| 1407 | - } else |
|
| 1408 | - $file_value = ''; |
|
| 1518 | + } else { |
|
| 1519 | + $file_value = ''; |
|
| 1520 | + } |
|
| 1409 | 1521 | |
| 1410 | - if (isset($extra_fields['file_multiple']) && $extra_fields['file_multiple']) |
|
| 1411 | - $file_multiple = true; // allow multiple files upload |
|
| 1412 | - else |
|
| 1413 | - $file_multiple = false; |
|
| 1522 | + if (isset($extra_fields['file_multiple']) && $extra_fields['file_multiple']) { |
|
| 1523 | + $file_multiple = true; |
|
| 1524 | + } |
|
| 1525 | + // allow multiple files upload |
|
| 1526 | + else { |
|
| 1527 | + $file_multiple = false; |
|
| 1528 | + } |
|
| 1414 | 1529 | |
| 1415 | - if (isset($extra_fields['image_limit']) && $extra_fields['image_limit']) |
|
| 1416 | - $file_image_limit = $extra_fields['image_limit']; |
|
| 1417 | - else |
|
| 1418 | - $file_image_limit = 1; |
|
| 1530 | + if (isset($extra_fields['image_limit']) && $extra_fields['image_limit']) { |
|
| 1531 | + $file_image_limit = $extra_fields['image_limit']; |
|
| 1532 | + } else { |
|
| 1533 | + $file_image_limit = 1; |
|
| 1534 | + } |
|
| 1419 | 1535 | |
| 1420 | 1536 | $file_width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels) |
| 1421 | 1537 | |
@@ -1423,8 +1539,9 @@ discard block |
||
| 1423 | 1539 | |
| 1424 | 1540 | if (!empty($file_value)) { |
| 1425 | 1541 | $curImages = explode(',', $file_value); |
| 1426 | - if (!empty($curImages)) |
|
| 1427 | - $file_totImg = count($curImages); |
|
| 1542 | + if (!empty($curImages)) { |
|
| 1543 | + $file_totImg = count($curImages); |
|
| 1544 | + } |
|
| 1428 | 1545 | } |
| 1429 | 1546 | |
| 1430 | 1547 | $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? implode(",", $extra_fields['gd_file_types']) : ''; |
@@ -1439,12 +1556,18 @@ discard block |
||
| 1439 | 1556 | ?> |
| 1440 | 1557 | |
| 1441 | 1558 | <div id="<?php echo $name;?>_row" |
| 1442 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1559 | + class="<?php if ($is_required) { |
|
| 1560 | + echo 'required_field'; |
|
| 1561 | +} |
|
| 1562 | +?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1443 | 1563 | |
| 1444 | 1564 | <div id="<?php echo $file_id; ?>dropbox" style="text-align:center;"> |
| 1445 | 1565 | <label |
| 1446 | 1566 | style="text-align:left; padding-top:10px;"><?php $site_title = __($site_title, 'geodirectory'); |
| 1447 | - echo $site_title; ?><?php if ($is_required) echo '<span>*</span>';?></label> |
|
| 1567 | + echo $site_title; ?><?php if ($is_required) { |
|
| 1568 | + echo '<span>*</span>'; |
|
| 1569 | + } |
|
| 1570 | + ?></label> |
|
| 1448 | 1571 | <input class="geodir-custom-file-upload" field_type="file" type="hidden" |
| 1449 | 1572 | name="<?php echo $file_id; ?>" id="<?php echo $file_id; ?>" |
| 1450 | 1573 | value="<?php echo esc_attr($file_value); ?>"/> |
@@ -19,35 +19,35 @@ discard block |
||
| 19 | 19 | */ |
| 20 | 20 | function geodir_cfi_fieldset($html,$cf){ |
| 21 | 21 | |
| 22 | - $html_var = $cf['htmlvar_name']; |
|
| 23 | - |
|
| 24 | - // Check if there is a custom field specific filter. |
|
| 25 | - if(has_filter("geodir_custom_field_input_fieldset_{$html_var}")){ |
|
| 26 | - /** |
|
| 27 | - * Filter the fieldset html by individual custom field. |
|
| 28 | - * |
|
| 29 | - * @param string $html The html to filter. |
|
| 30 | - * @param array $cf The custom field array. |
|
| 31 | - * @since 1.6.6 |
|
| 32 | - */ |
|
| 33 | - $html = apply_filters("geodir_custom_field_input_fieldset_{$html_var}",$html,$cf); |
|
| 34 | - } |
|
| 35 | - |
|
| 36 | - // If no html then we run the standard output. |
|
| 37 | - if(empty($html)) { |
|
| 38 | - |
|
| 39 | - ob_start(); // Start buffering; |
|
| 40 | - ?> |
|
| 22 | + $html_var = $cf['htmlvar_name']; |
|
| 23 | + |
|
| 24 | + // Check if there is a custom field specific filter. |
|
| 25 | + if(has_filter("geodir_custom_field_input_fieldset_{$html_var}")){ |
|
| 26 | + /** |
|
| 27 | + * Filter the fieldset html by individual custom field. |
|
| 28 | + * |
|
| 29 | + * @param string $html The html to filter. |
|
| 30 | + * @param array $cf The custom field array. |
|
| 31 | + * @since 1.6.6 |
|
| 32 | + */ |
|
| 33 | + $html = apply_filters("geodir_custom_field_input_fieldset_{$html_var}",$html,$cf); |
|
| 34 | + } |
|
| 35 | + |
|
| 36 | + // If no html then we run the standard output. |
|
| 37 | + if(empty($html)) { |
|
| 38 | + |
|
| 39 | + ob_start(); // Start buffering; |
|
| 40 | + ?> |
|
| 41 | 41 | <h5 id="geodir_fieldset_<?php echo (int) $cf['id']; ?>" class="geodir-fieldset-row" |
| 42 | 42 | gd-fieldset="<?php echo (int) $cf['id']; ?>"><?php echo __( $cf['site_title'], 'geodirectory' ); ?> |
| 43 | 43 | <?php if ( $cf['desc'] != '' ) { |
| 44 | - echo '<small>( ' . __( $cf['desc'], 'geodirectory' ) . ' )</small>'; |
|
| 45 | - } ?></h5> |
|
| 44 | + echo '<small>( ' . __( $cf['desc'], 'geodirectory' ) . ' )</small>'; |
|
| 45 | + } ?></h5> |
|
| 46 | 46 | <?php |
| 47 | - $html = ob_get_clean(); |
|
| 48 | - } |
|
| 47 | + $html = ob_get_clean(); |
|
| 48 | + } |
|
| 49 | 49 | |
| 50 | - return $html; |
|
| 50 | + return $html; |
|
| 51 | 51 | } |
| 52 | 52 | add_filter('geodir_custom_field_input_fieldset','geodir_cfi_fieldset',10,2); |
| 53 | 53 | |
@@ -64,47 +64,47 @@ discard block |
||
| 64 | 64 | */ |
| 65 | 65 | function geodir_cfi_text($html,$cf){ |
| 66 | 66 | |
| 67 | - $html_var = $cf['htmlvar_name']; |
|
| 68 | - |
|
| 69 | - // Check if there is a custom field specific filter. |
|
| 70 | - if(has_filter("geodir_custom_field_input_text_{$html_var}")){ |
|
| 71 | - /** |
|
| 72 | - * Filter the text html by individual custom field. |
|
| 73 | - * |
|
| 74 | - * @param string $html The html to filter. |
|
| 75 | - * @param array $cf The custom field array. |
|
| 76 | - * @since 1.6.6 |
|
| 77 | - */ |
|
| 78 | - $html = apply_filters("geodir_custom_field_input_text_{$html_var}",$html,$cf); |
|
| 79 | - } |
|
| 80 | - |
|
| 81 | - // If no html then we run the standard output. |
|
| 82 | - if(empty($html)) { |
|
| 83 | - |
|
| 84 | - ob_start(); // Start buffering; |
|
| 85 | - |
|
| 86 | - $value = geodir_get_cf_value($cf); |
|
| 87 | - $type = $cf['type']; |
|
| 88 | - //number and float validation $validation_pattern |
|
| 89 | - if(isset($cf['data_type']) && $cf['data_type']=='INT'){$type = 'number';} |
|
| 90 | - elseif(isset($cf['data_type']) && $cf['data_type']=='FLOAT'){$type = 'float';} |
|
| 91 | - |
|
| 92 | - //validation |
|
| 93 | - if(isset($cf['validation_pattern']) && $cf['validation_pattern']){ |
|
| 94 | - $validation = 'pattern="'.$cf['validation_pattern'].'"'; |
|
| 95 | - }else{$validation='';} |
|
| 96 | - |
|
| 97 | - // validation message |
|
| 98 | - if(isset($cf['validation_msg']) && $cf['validation_msg']){ |
|
| 99 | - $validation_msg = 'title="'.$cf['validation_msg'].'"'; |
|
| 100 | - }else{$validation_msg='';} |
|
| 101 | - ?> |
|
| 67 | + $html_var = $cf['htmlvar_name']; |
|
| 68 | + |
|
| 69 | + // Check if there is a custom field specific filter. |
|
| 70 | + if(has_filter("geodir_custom_field_input_text_{$html_var}")){ |
|
| 71 | + /** |
|
| 72 | + * Filter the text html by individual custom field. |
|
| 73 | + * |
|
| 74 | + * @param string $html The html to filter. |
|
| 75 | + * @param array $cf The custom field array. |
|
| 76 | + * @since 1.6.6 |
|
| 77 | + */ |
|
| 78 | + $html = apply_filters("geodir_custom_field_input_text_{$html_var}",$html,$cf); |
|
| 79 | + } |
|
| 80 | + |
|
| 81 | + // If no html then we run the standard output. |
|
| 82 | + if(empty($html)) { |
|
| 83 | + |
|
| 84 | + ob_start(); // Start buffering; |
|
| 85 | + |
|
| 86 | + $value = geodir_get_cf_value($cf); |
|
| 87 | + $type = $cf['type']; |
|
| 88 | + //number and float validation $validation_pattern |
|
| 89 | + if(isset($cf['data_type']) && $cf['data_type']=='INT'){$type = 'number';} |
|
| 90 | + elseif(isset($cf['data_type']) && $cf['data_type']=='FLOAT'){$type = 'float';} |
|
| 91 | + |
|
| 92 | + //validation |
|
| 93 | + if(isset($cf['validation_pattern']) && $cf['validation_pattern']){ |
|
| 94 | + $validation = 'pattern="'.$cf['validation_pattern'].'"'; |
|
| 95 | + }else{$validation='';} |
|
| 96 | + |
|
| 97 | + // validation message |
|
| 98 | + if(isset($cf['validation_msg']) && $cf['validation_msg']){ |
|
| 99 | + $validation_msg = 'title="'.$cf['validation_msg'].'"'; |
|
| 100 | + }else{$validation_msg='';} |
|
| 101 | + ?> |
|
| 102 | 102 | |
| 103 | 103 | <div id="<?php echo $cf['name'];?>_row" |
| 104 | 104 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 105 | 105 | <label> |
| 106 | 106 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 107 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 107 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 108 | 108 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 109 | 109 | </label> |
| 110 | 110 | <input field_type="<?php echo $type;?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
@@ -116,10 +116,10 @@ discard block |
||
| 116 | 116 | </div> |
| 117 | 117 | |
| 118 | 118 | <?php |
| 119 | - $html = ob_get_clean(); |
|
| 120 | - } |
|
| 119 | + $html = ob_get_clean(); |
|
| 120 | + } |
|
| 121 | 121 | |
| 122 | - return $html; |
|
| 122 | + return $html; |
|
| 123 | 123 | } |
| 124 | 124 | add_filter('geodir_custom_field_input_text','geodir_cfi_text',10,2); |
| 125 | 125 | |
@@ -135,35 +135,35 @@ discard block |
||
| 135 | 135 | */ |
| 136 | 136 | function geodir_cfi_email($html,$cf){ |
| 137 | 137 | |
| 138 | - $html_var = $cf['htmlvar_name']; |
|
| 138 | + $html_var = $cf['htmlvar_name']; |
|
| 139 | 139 | |
| 140 | - // Check if there is a custom field specific filter. |
|
| 141 | - if(has_filter("geodir_custom_field_input_email_{$html_var}")){ |
|
| 142 | - /** |
|
| 143 | - * Filter the email html by individual custom field. |
|
| 144 | - * |
|
| 145 | - * @param string $html The html to filter. |
|
| 146 | - * @param array $cf The custom field array. |
|
| 147 | - * @since 1.6.6 |
|
| 148 | - */ |
|
| 149 | - $html = apply_filters("geodir_custom_field_input_email_{$html_var}",$html,$cf); |
|
| 150 | - } |
|
| 140 | + // Check if there is a custom field specific filter. |
|
| 141 | + if(has_filter("geodir_custom_field_input_email_{$html_var}")){ |
|
| 142 | + /** |
|
| 143 | + * Filter the email html by individual custom field. |
|
| 144 | + * |
|
| 145 | + * @param string $html The html to filter. |
|
| 146 | + * @param array $cf The custom field array. |
|
| 147 | + * @since 1.6.6 |
|
| 148 | + */ |
|
| 149 | + $html = apply_filters("geodir_custom_field_input_email_{$html_var}",$html,$cf); |
|
| 150 | + } |
|
| 151 | 151 | |
| 152 | - // If no html then we run the standard output. |
|
| 153 | - if(empty($html)) { |
|
| 152 | + // If no html then we run the standard output. |
|
| 153 | + if(empty($html)) { |
|
| 154 | 154 | |
| 155 | - ob_start(); // Start buffering; |
|
| 156 | - $value = geodir_get_cf_value($cf); |
|
| 155 | + ob_start(); // Start buffering; |
|
| 156 | + $value = geodir_get_cf_value($cf); |
|
| 157 | 157 | |
| 158 | - if ($value == $cf['default']) { |
|
| 159 | - $value = ''; |
|
| 160 | - }?> |
|
| 158 | + if ($value == $cf['default']) { |
|
| 159 | + $value = ''; |
|
| 160 | + }?> |
|
| 161 | 161 | |
| 162 | 162 | <div id="<?php echo $cf['name'];?>_row" |
| 163 | 163 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 164 | 164 | <label> |
| 165 | 165 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 166 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 166 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 167 | 167 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 168 | 168 | </label> |
| 169 | 169 | <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
@@ -175,10 +175,10 @@ discard block |
||
| 175 | 175 | </div> |
| 176 | 176 | |
| 177 | 177 | <?php |
| 178 | - $html = ob_get_clean(); |
|
| 179 | - } |
|
| 178 | + $html = ob_get_clean(); |
|
| 179 | + } |
|
| 180 | 180 | |
| 181 | - return $html; |
|
| 181 | + return $html; |
|
| 182 | 182 | } |
| 183 | 183 | add_filter('geodir_custom_field_input_email','geodir_cfi_email',10,2); |
| 184 | 184 | |
@@ -195,35 +195,35 @@ discard block |
||
| 195 | 195 | */ |
| 196 | 196 | function geodir_cfi_phone($html,$cf){ |
| 197 | 197 | |
| 198 | - $html_var = $cf['htmlvar_name']; |
|
| 198 | + $html_var = $cf['htmlvar_name']; |
|
| 199 | 199 | |
| 200 | - // Check if there is a custom field specific filter. |
|
| 201 | - if(has_filter("geodir_custom_field_input_phone_{$html_var}")){ |
|
| 202 | - /** |
|
| 203 | - * Filter the phone html by individual custom field. |
|
| 204 | - * |
|
| 205 | - * @param string $html The html to filter. |
|
| 206 | - * @param array $cf The custom field array. |
|
| 207 | - * @since 1.6.6 |
|
| 208 | - */ |
|
| 209 | - $html = apply_filters("geodir_custom_field_input_phone_{$html_var}",$html,$cf); |
|
| 210 | - } |
|
| 200 | + // Check if there is a custom field specific filter. |
|
| 201 | + if(has_filter("geodir_custom_field_input_phone_{$html_var}")){ |
|
| 202 | + /** |
|
| 203 | + * Filter the phone html by individual custom field. |
|
| 204 | + * |
|
| 205 | + * @param string $html The html to filter. |
|
| 206 | + * @param array $cf The custom field array. |
|
| 207 | + * @since 1.6.6 |
|
| 208 | + */ |
|
| 209 | + $html = apply_filters("geodir_custom_field_input_phone_{$html_var}",$html,$cf); |
|
| 210 | + } |
|
| 211 | 211 | |
| 212 | - // If no html then we run the standard output. |
|
| 213 | - if(empty($html)) { |
|
| 212 | + // If no html then we run the standard output. |
|
| 213 | + if(empty($html)) { |
|
| 214 | 214 | |
| 215 | - ob_start(); // Start buffering; |
|
| 216 | - $value = geodir_get_cf_value($cf); |
|
| 215 | + ob_start(); // Start buffering; |
|
| 216 | + $value = geodir_get_cf_value($cf); |
|
| 217 | 217 | |
| 218 | - if ($value == $cf['default']) { |
|
| 219 | - $value = ''; |
|
| 220 | - }?> |
|
| 218 | + if ($value == $cf['default']) { |
|
| 219 | + $value = ''; |
|
| 220 | + }?> |
|
| 221 | 221 | |
| 222 | 222 | <div id="<?php echo $cf['name'];?>_row" |
| 223 | 223 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 224 | 224 | <label> |
| 225 | 225 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 226 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 226 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 227 | 227 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 228 | 228 | </label> |
| 229 | 229 | <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
@@ -235,10 +235,10 @@ discard block |
||
| 235 | 235 | </div> |
| 236 | 236 | |
| 237 | 237 | <?php |
| 238 | - $html = ob_get_clean(); |
|
| 239 | - } |
|
| 238 | + $html = ob_get_clean(); |
|
| 239 | + } |
|
| 240 | 240 | |
| 241 | - return $html; |
|
| 241 | + return $html; |
|
| 242 | 242 | } |
| 243 | 243 | add_filter('geodir_custom_field_input_phone','geodir_cfi_phone',10,2); |
| 244 | 244 | |
@@ -255,35 +255,35 @@ discard block |
||
| 255 | 255 | */ |
| 256 | 256 | function geodir_cfi_url($html,$cf){ |
| 257 | 257 | |
| 258 | - $html_var = $cf['htmlvar_name']; |
|
| 258 | + $html_var = $cf['htmlvar_name']; |
|
| 259 | 259 | |
| 260 | - // Check if there is a custom field specific filter. |
|
| 261 | - if(has_filter("geodir_custom_field_input_url_{$html_var}")){ |
|
| 262 | - /** |
|
| 263 | - * Filter the url html by individual custom field. |
|
| 264 | - * |
|
| 265 | - * @param string $html The html to filter. |
|
| 266 | - * @param array $cf The custom field array. |
|
| 267 | - * @since 1.6.6 |
|
| 268 | - */ |
|
| 269 | - $html = apply_filters("geodir_custom_field_input_url_{$html_var}",$html,$cf); |
|
| 270 | - } |
|
| 260 | + // Check if there is a custom field specific filter. |
|
| 261 | + if(has_filter("geodir_custom_field_input_url_{$html_var}")){ |
|
| 262 | + /** |
|
| 263 | + * Filter the url html by individual custom field. |
|
| 264 | + * |
|
| 265 | + * @param string $html The html to filter. |
|
| 266 | + * @param array $cf The custom field array. |
|
| 267 | + * @since 1.6.6 |
|
| 268 | + */ |
|
| 269 | + $html = apply_filters("geodir_custom_field_input_url_{$html_var}",$html,$cf); |
|
| 270 | + } |
|
| 271 | 271 | |
| 272 | - // If no html then we run the standard output. |
|
| 273 | - if(empty($html)) { |
|
| 272 | + // If no html then we run the standard output. |
|
| 273 | + if(empty($html)) { |
|
| 274 | 274 | |
| 275 | - ob_start(); // Start buffering; |
|
| 276 | - $value = geodir_get_cf_value($cf); |
|
| 275 | + ob_start(); // Start buffering; |
|
| 276 | + $value = geodir_get_cf_value($cf); |
|
| 277 | 277 | |
| 278 | - if ($value == $cf['default']) { |
|
| 279 | - $value = ''; |
|
| 280 | - }?> |
|
| 278 | + if ($value == $cf['default']) { |
|
| 279 | + $value = ''; |
|
| 280 | + }?> |
|
| 281 | 281 | |
| 282 | 282 | <div id="<?php echo $cf['name'];?>_row" |
| 283 | 283 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 284 | 284 | <label> |
| 285 | 285 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 286 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 286 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 287 | 287 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 288 | 288 | </label> |
| 289 | 289 | <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
@@ -298,10 +298,10 @@ discard block |
||
| 298 | 298 | </div> |
| 299 | 299 | |
| 300 | 300 | <?php |
| 301 | - $html = ob_get_clean(); |
|
| 302 | - } |
|
| 301 | + $html = ob_get_clean(); |
|
| 302 | + } |
|
| 303 | 303 | |
| 304 | - return $html; |
|
| 304 | + return $html; |
|
| 305 | 305 | } |
| 306 | 306 | add_filter('geodir_custom_field_input_url','geodir_cfi_url',10,2); |
| 307 | 307 | |
@@ -317,48 +317,48 @@ discard block |
||
| 317 | 317 | */ |
| 318 | 318 | function geodir_cfi_radio($html,$cf){ |
| 319 | 319 | |
| 320 | - $html_var = $cf['htmlvar_name']; |
|
| 320 | + $html_var = $cf['htmlvar_name']; |
|
| 321 | 321 | |
| 322 | - // Check if there is a custom field specific filter. |
|
| 323 | - if(has_filter("geodir_custom_field_input_radio_{$html_var}")){ |
|
| 324 | - /** |
|
| 325 | - * Filter the radio html by individual custom field. |
|
| 326 | - * |
|
| 327 | - * @param string $html The html to filter. |
|
| 328 | - * @param array $cf The custom field array. |
|
| 329 | - * @since 1.6.6 |
|
| 330 | - */ |
|
| 331 | - $html = apply_filters("geodir_custom_field_input_radio_{$html_var}",$html,$cf); |
|
| 332 | - } |
|
| 322 | + // Check if there is a custom field specific filter. |
|
| 323 | + if(has_filter("geodir_custom_field_input_radio_{$html_var}")){ |
|
| 324 | + /** |
|
| 325 | + * Filter the radio html by individual custom field. |
|
| 326 | + * |
|
| 327 | + * @param string $html The html to filter. |
|
| 328 | + * @param array $cf The custom field array. |
|
| 329 | + * @since 1.6.6 |
|
| 330 | + */ |
|
| 331 | + $html = apply_filters("geodir_custom_field_input_radio_{$html_var}",$html,$cf); |
|
| 332 | + } |
|
| 333 | 333 | |
| 334 | - // If no html then we run the standard output. |
|
| 335 | - if(empty($html)) { |
|
| 334 | + // If no html then we run the standard output. |
|
| 335 | + if(empty($html)) { |
|
| 336 | 336 | |
| 337 | - ob_start(); // Start buffering; |
|
| 338 | - $value = geodir_get_cf_value($cf); |
|
| 337 | + ob_start(); // Start buffering; |
|
| 338 | + $value = geodir_get_cf_value($cf); |
|
| 339 | 339 | |
| 340 | - ?> |
|
| 340 | + ?> |
|
| 341 | 341 | <div id="<?php echo $cf['name'];?>_row" |
| 342 | 342 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 343 | 343 | <label> |
| 344 | 344 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 345 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 345 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 346 | 346 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 347 | 347 | </label> |
| 348 | 348 | <?php if ($cf['option_values']) { |
| 349 | - $option_values = geodir_string_values_to_options($cf['option_values'], true); |
|
| 349 | + $option_values = geodir_string_values_to_options($cf['option_values'], true); |
|
| 350 | 350 | |
| 351 | - if (!empty($option_values)) { |
|
| 352 | - foreach ($option_values as $option_value) { |
|
| 353 | - if (empty($option_value['optgroup'])) { |
|
| 354 | - ?> |
|
| 351 | + if (!empty($option_values)) { |
|
| 352 | + foreach ($option_values as $option_value) { |
|
| 353 | + if (empty($option_value['optgroup'])) { |
|
| 354 | + ?> |
|
| 355 | 355 | <span class="gd-radios"><input name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" <?php checked($value, $option_value['value']);?> value="<?php echo esc_attr($option_value['value']); ?>" class="gd-checkbox" field_type="<?php echo $cf['type'];?>" type="radio" /><?php echo $option_value['label']; ?></span> |
| 356 | 356 | <?php |
| 357 | - } |
|
| 358 | - } |
|
| 359 | - } |
|
| 360 | - } |
|
| 361 | - ?> |
|
| 357 | + } |
|
| 358 | + } |
|
| 359 | + } |
|
| 360 | + } |
|
| 361 | + ?> |
|
| 362 | 362 | <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
| 363 | 363 | <?php if ($cf['is_required']) { ?> |
| 364 | 364 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
@@ -366,10 +366,10 @@ discard block |
||
| 366 | 366 | </div> |
| 367 | 367 | |
| 368 | 368 | <?php |
| 369 | - $html = ob_get_clean(); |
|
| 370 | - } |
|
| 369 | + $html = ob_get_clean(); |
|
| 370 | + } |
|
| 371 | 371 | |
| 372 | - return $html; |
|
| 372 | + return $html; |
|
| 373 | 373 | } |
| 374 | 374 | add_filter('geodir_custom_field_input_radio','geodir_cfi_radio',10,2); |
| 375 | 375 | |
@@ -385,46 +385,46 @@ discard block |
||
| 385 | 385 | */ |
| 386 | 386 | function geodir_cfi_checkbox($html,$cf){ |
| 387 | 387 | |
| 388 | - $html_var = $cf['htmlvar_name']; |
|
| 388 | + $html_var = $cf['htmlvar_name']; |
|
| 389 | 389 | |
| 390 | - // Check if there is a custom field specific filter. |
|
| 391 | - if(has_filter("geodir_custom_field_input_checkbox_{$html_var}")){ |
|
| 392 | - /** |
|
| 393 | - * Filter the checkbox html by individual custom field. |
|
| 394 | - * |
|
| 395 | - * @param string $html The html to filter. |
|
| 396 | - * @param array $cf The custom field array. |
|
| 397 | - * @since 1.6.6 |
|
| 398 | - */ |
|
| 399 | - $html = apply_filters("geodir_custom_field_input_checkbox_{$html_var}",$html,$cf); |
|
| 400 | - } |
|
| 390 | + // Check if there is a custom field specific filter. |
|
| 391 | + if(has_filter("geodir_custom_field_input_checkbox_{$html_var}")){ |
|
| 392 | + /** |
|
| 393 | + * Filter the checkbox html by individual custom field. |
|
| 394 | + * |
|
| 395 | + * @param string $html The html to filter. |
|
| 396 | + * @param array $cf The custom field array. |
|
| 397 | + * @since 1.6.6 |
|
| 398 | + */ |
|
| 399 | + $html = apply_filters("geodir_custom_field_input_checkbox_{$html_var}",$html,$cf); |
|
| 400 | + } |
|
| 401 | 401 | |
| 402 | - // If no html then we run the standard output. |
|
| 403 | - if(empty($html)) { |
|
| 402 | + // If no html then we run the standard output. |
|
| 403 | + if(empty($html)) { |
|
| 404 | 404 | |
| 405 | - ob_start(); // Start buffering; |
|
| 406 | - $value = geodir_get_cf_value($cf); |
|
| 405 | + ob_start(); // Start buffering; |
|
| 406 | + $value = geodir_get_cf_value($cf); |
|
| 407 | 407 | |
| 408 | 408 | |
| 409 | - if ($value == '' && $cf['default']) { |
|
| 410 | - $value = '1'; |
|
| 411 | - } |
|
| 412 | - ?> |
|
| 409 | + if ($value == '' && $cf['default']) { |
|
| 410 | + $value = '1'; |
|
| 411 | + } |
|
| 412 | + ?> |
|
| 413 | 413 | |
| 414 | 414 | <div id="<?php echo $cf['name'];?>_row" |
| 415 | 415 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 416 | 416 | <label> |
| 417 | 417 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 418 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 418 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 419 | 419 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 420 | 420 | </label> |
| 421 | 421 | <?php if ($value != '1') { |
| 422 | - $value = '0'; |
|
| 423 | - }?> |
|
| 422 | + $value = '0'; |
|
| 423 | + }?> |
|
| 424 | 424 | <input type="hidden" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" value="<?php echo esc_attr($value);?>"/> |
| 425 | 425 | <input <?php if ($value == '1') { |
| 426 | - echo 'checked="checked"'; |
|
| 427 | - }?> value="1" class="gd-checkbox" field_type="<?php echo $cf['type'];?>" type="checkbox" |
|
| 426 | + echo 'checked="checked"'; |
|
| 427 | + }?> value="1" class="gd-checkbox" field_type="<?php echo $cf['type'];?>" type="checkbox" |
|
| 428 | 428 | onchange="if(this.checked){jQuery('#<?php echo $cf['name'];?>').val('1');} else{ jQuery('#<?php echo $cf['name'];?>').val('0');}"/> |
| 429 | 429 | <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
| 430 | 430 | <?php if ($cf['is_required']) { ?> |
@@ -433,10 +433,10 @@ discard block |
||
| 433 | 433 | </div> |
| 434 | 434 | |
| 435 | 435 | <?php |
| 436 | - $html = ob_get_clean(); |
|
| 437 | - } |
|
| 436 | + $html = ob_get_clean(); |
|
| 437 | + } |
|
| 438 | 438 | |
| 439 | - return $html; |
|
| 439 | + return $html; |
|
| 440 | 440 | } |
| 441 | 441 | add_filter('geodir_custom_field_input_checkbox','geodir_cfi_checkbox',10,2); |
| 442 | 442 | |
@@ -452,52 +452,52 @@ discard block |
||
| 452 | 452 | */ |
| 453 | 453 | function geodir_cfi_textarea($html,$cf){ |
| 454 | 454 | |
| 455 | - $html_var = $cf['htmlvar_name']; |
|
| 455 | + $html_var = $cf['htmlvar_name']; |
|
| 456 | 456 | |
| 457 | - // Check if there is a custom field specific filter. |
|
| 458 | - if(has_filter("geodir_custom_field_input_textarea_{$html_var}")){ |
|
| 459 | - /** |
|
| 460 | - * Filter the textarea html by individual custom field. |
|
| 461 | - * |
|
| 462 | - * @param string $html The html to filter. |
|
| 463 | - * @param array $cf The custom field array. |
|
| 464 | - * @since 1.6.6 |
|
| 465 | - */ |
|
| 466 | - $html = apply_filters("geodir_custom_field_input_textarea_{$html_var}",$html,$cf); |
|
| 467 | - } |
|
| 457 | + // Check if there is a custom field specific filter. |
|
| 458 | + if(has_filter("geodir_custom_field_input_textarea_{$html_var}")){ |
|
| 459 | + /** |
|
| 460 | + * Filter the textarea html by individual custom field. |
|
| 461 | + * |
|
| 462 | + * @param string $html The html to filter. |
|
| 463 | + * @param array $cf The custom field array. |
|
| 464 | + * @since 1.6.6 |
|
| 465 | + */ |
|
| 466 | + $html = apply_filters("geodir_custom_field_input_textarea_{$html_var}",$html,$cf); |
|
| 467 | + } |
|
| 468 | 468 | |
| 469 | - // If no html then we run the standard output. |
|
| 470 | - if(empty($html)) { |
|
| 469 | + // If no html then we run the standard output. |
|
| 470 | + if(empty($html)) { |
|
| 471 | 471 | |
| 472 | - ob_start(); // Start buffering; |
|
| 473 | - $value = geodir_get_cf_value($cf); |
|
| 472 | + ob_start(); // Start buffering; |
|
| 473 | + $value = geodir_get_cf_value($cf); |
|
| 474 | 474 | |
| 475 | - $extra_fields = unserialize($cf['extra_fields']); |
|
| 476 | - ?> |
|
| 475 | + $extra_fields = unserialize($cf['extra_fields']); |
|
| 476 | + ?> |
|
| 477 | 477 | |
| 478 | 478 | <div id="<?php echo $cf['name'];?>_row" |
| 479 | 479 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 480 | 480 | <label> |
| 481 | 481 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 482 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 482 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 483 | 483 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 484 | 484 | </label><?php |
| 485 | 485 | |
| 486 | 486 | |
| 487 | - if (is_array($extra_fields) && in_array('1', $extra_fields)) { |
|
| 487 | + if (is_array($extra_fields) && in_array('1', $extra_fields)) { |
|
| 488 | 488 | |
| 489 | - $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);?> |
|
| 489 | + $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);?> |
|
| 490 | 490 | |
| 491 | 491 | <div class="editor" field_id="<?php echo $cf['name'];?>" field_type="editor"> |
| 492 | 492 | <?php wp_editor(stripslashes($value), $cf['name'], $editor_settings); ?> |
| 493 | 493 | </div><?php |
| 494 | 494 | |
| 495 | - } else { |
|
| 495 | + } else { |
|
| 496 | 496 | |
| 497 | - ?><textarea field_type="<?php echo $cf['type'];?>" class="geodir_textarea" name="<?php echo $cf['name'];?>" |
|
| 497 | + ?><textarea field_type="<?php echo $cf['type'];?>" class="geodir_textarea" name="<?php echo $cf['name'];?>" |
|
| 498 | 498 | id="<?php echo $cf['name'];?>"><?php echo stripslashes($value);?></textarea><?php |
| 499 | 499 | |
| 500 | - }?> |
|
| 500 | + }?> |
|
| 501 | 501 | |
| 502 | 502 | |
| 503 | 503 | <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
@@ -507,10 +507,10 @@ discard block |
||
| 507 | 507 | </div> |
| 508 | 508 | |
| 509 | 509 | <?php |
| 510 | - $html = ob_get_clean(); |
|
| 511 | - } |
|
| 510 | + $html = ob_get_clean(); |
|
| 511 | + } |
|
| 512 | 512 | |
| 513 | - return $html; |
|
| 513 | + return $html; |
|
| 514 | 514 | } |
| 515 | 515 | add_filter('geodir_custom_field_input_textarea','geodir_cfi_textarea',10,2); |
| 516 | 516 | |
@@ -526,53 +526,53 @@ discard block |
||
| 526 | 526 | */ |
| 527 | 527 | function geodir_cfi_select($html,$cf){ |
| 528 | 528 | |
| 529 | - $html_var = $cf['htmlvar_name']; |
|
| 529 | + $html_var = $cf['htmlvar_name']; |
|
| 530 | 530 | |
| 531 | - // Check if there is a custom field specific filter. |
|
| 532 | - if(has_filter("geodir_custom_field_input_select_{$html_var}")){ |
|
| 533 | - /** |
|
| 534 | - * Filter the select html by individual custom field. |
|
| 535 | - * |
|
| 536 | - * @param string $html The html to filter. |
|
| 537 | - * @param array $cf The custom field array. |
|
| 538 | - * @since 1.6.6 |
|
| 539 | - */ |
|
| 540 | - $html = apply_filters("geodir_custom_field_input_select_{$html_var}",$html,$cf); |
|
| 541 | - } |
|
| 531 | + // Check if there is a custom field specific filter. |
|
| 532 | + if(has_filter("geodir_custom_field_input_select_{$html_var}")){ |
|
| 533 | + /** |
|
| 534 | + * Filter the select html by individual custom field. |
|
| 535 | + * |
|
| 536 | + * @param string $html The html to filter. |
|
| 537 | + * @param array $cf The custom field array. |
|
| 538 | + * @since 1.6.6 |
|
| 539 | + */ |
|
| 540 | + $html = apply_filters("geodir_custom_field_input_select_{$html_var}",$html,$cf); |
|
| 541 | + } |
|
| 542 | 542 | |
| 543 | - // If no html then we run the standard output. |
|
| 544 | - if(empty($html)) { |
|
| 543 | + // If no html then we run the standard output. |
|
| 544 | + if(empty($html)) { |
|
| 545 | 545 | |
| 546 | - ob_start(); // Start buffering; |
|
| 547 | - $value = geodir_get_cf_value($cf); |
|
| 546 | + ob_start(); // Start buffering; |
|
| 547 | + $value = geodir_get_cf_value($cf); |
|
| 548 | 548 | |
| 549 | - ?> |
|
| 549 | + ?> |
|
| 550 | 550 | <div id="<?php echo $cf['name'];?>_row" |
| 551 | 551 | class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row geodir_custom_fields clearfix gd-fieldset-details"> |
| 552 | 552 | <label> |
| 553 | 553 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 554 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 554 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 555 | 555 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 556 | 556 | </label> |
| 557 | 557 | <?php |
| 558 | - $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
|
| 559 | - $select_options = ''; |
|
| 560 | - if (!empty($option_values_arr)) { |
|
| 561 | - foreach ($option_values_arr as $option_row) { |
|
| 562 | - if (isset($option_row['optgroup']) && ($option_row['optgroup'] == 'start' || $option_row['optgroup'] == 'end')) { |
|
| 563 | - $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 564 | - |
|
| 565 | - $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 566 | - } else { |
|
| 567 | - $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 568 | - $option_value = isset($option_row['value']) ? $option_row['value'] : ''; |
|
| 569 | - $selected = $option_value == $value ? 'selected="selected"' : ''; |
|
| 570 | - |
|
| 571 | - $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 572 | - } |
|
| 573 | - } |
|
| 574 | - } |
|
| 575 | - ?> |
|
| 558 | + $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
|
| 559 | + $select_options = ''; |
|
| 560 | + if (!empty($option_values_arr)) { |
|
| 561 | + foreach ($option_values_arr as $option_row) { |
|
| 562 | + if (isset($option_row['optgroup']) && ($option_row['optgroup'] == 'start' || $option_row['optgroup'] == 'end')) { |
|
| 563 | + $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 564 | + |
|
| 565 | + $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 566 | + } else { |
|
| 567 | + $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 568 | + $option_value = isset($option_row['value']) ? $option_row['value'] : ''; |
|
| 569 | + $selected = $option_value == $value ? 'selected="selected"' : ''; |
|
| 570 | + |
|
| 571 | + $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 572 | + } |
|
| 573 | + } |
|
| 574 | + } |
|
| 575 | + ?> |
|
| 576 | 576 | <select field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
| 577 | 577 | class="geodir_textfield textfield_x chosen_select" |
| 578 | 578 | data-placeholder="<?php echo __('Choose', 'geodirectory') . ' ' . $site_title . '…';?>" |
@@ -584,10 +584,10 @@ discard block |
||
| 584 | 584 | </div> |
| 585 | 585 | |
| 586 | 586 | <?php |
| 587 | - $html = ob_get_clean(); |
|
| 588 | - } |
|
| 587 | + $html = ob_get_clean(); |
|
| 588 | + } |
|
| 589 | 589 | |
| 590 | - return $html; |
|
| 590 | + return $html; |
|
| 591 | 591 | } |
| 592 | 592 | add_filter('geodir_custom_field_input_select','geodir_cfi_select',10,2); |
| 593 | 593 | |
@@ -603,36 +603,36 @@ discard block |
||
| 603 | 603 | */ |
| 604 | 604 | function geodir_cfi_multiselect($html,$cf){ |
| 605 | 605 | |
| 606 | - $html_var = $cf['htmlvar_name']; |
|
| 607 | - |
|
| 608 | - // Check if there is a custom field specific filter. |
|
| 609 | - if(has_filter("geodir_custom_field_input_multiselect_{$html_var}")){ |
|
| 610 | - /** |
|
| 611 | - * Filter the multiselect html by individual custom field. |
|
| 612 | - * |
|
| 613 | - * @param string $html The html to filter. |
|
| 614 | - * @param array $cf The custom field array. |
|
| 615 | - * @since 1.6.6 |
|
| 616 | - */ |
|
| 617 | - $html = apply_filters("geodir_custom_field_input_multiselect_{$html_var}",$html,$cf); |
|
| 618 | - } |
|
| 619 | - |
|
| 620 | - // If no html then we run the standard output. |
|
| 621 | - if(empty($html)) { |
|
| 622 | - |
|
| 623 | - ob_start(); // Start buffering; |
|
| 624 | - $value = geodir_get_cf_value($cf); |
|
| 625 | - |
|
| 626 | - $multi_display = 'select'; |
|
| 627 | - if (!empty($cf['extra_fields'])) { |
|
| 628 | - $multi_display = unserialize($cf['extra_fields']); |
|
| 629 | - } |
|
| 630 | - ?> |
|
| 606 | + $html_var = $cf['htmlvar_name']; |
|
| 607 | + |
|
| 608 | + // Check if there is a custom field specific filter. |
|
| 609 | + if(has_filter("geodir_custom_field_input_multiselect_{$html_var}")){ |
|
| 610 | + /** |
|
| 611 | + * Filter the multiselect html by individual custom field. |
|
| 612 | + * |
|
| 613 | + * @param string $html The html to filter. |
|
| 614 | + * @param array $cf The custom field array. |
|
| 615 | + * @since 1.6.6 |
|
| 616 | + */ |
|
| 617 | + $html = apply_filters("geodir_custom_field_input_multiselect_{$html_var}",$html,$cf); |
|
| 618 | + } |
|
| 619 | + |
|
| 620 | + // If no html then we run the standard output. |
|
| 621 | + if(empty($html)) { |
|
| 622 | + |
|
| 623 | + ob_start(); // Start buffering; |
|
| 624 | + $value = geodir_get_cf_value($cf); |
|
| 625 | + |
|
| 626 | + $multi_display = 'select'; |
|
| 627 | + if (!empty($cf['extra_fields'])) { |
|
| 628 | + $multi_display = unserialize($cf['extra_fields']); |
|
| 629 | + } |
|
| 630 | + ?> |
|
| 631 | 631 | <div id="<?php echo $cf['name']; ?>_row" |
| 632 | 632 | class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
| 633 | 633 | <label> |
| 634 | 634 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 635 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 635 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 636 | 636 | <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
| 637 | 637 | </label> |
| 638 | 638 | <input type="hidden" name="gd_field_<?php echo $cf['name']; ?>" value="1"/> |
@@ -643,55 +643,55 @@ discard block |
||
| 643 | 643 | data-placeholder="<?php _e('Select', 'geodirectory'); ?>" |
| 644 | 644 | option-ajaxchosen="false"> |
| 645 | 645 | <?php |
| 646 | - } else { |
|
| 647 | - echo '<ul class="gd_multi_choice">'; |
|
| 648 | - } |
|
| 649 | - |
|
| 650 | - $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
|
| 651 | - $select_options = ''; |
|
| 652 | - if (!empty($option_values_arr)) { |
|
| 653 | - foreach ($option_values_arr as $option_row) { |
|
| 654 | - if (isset($option_row['optgroup']) && ($option_row['optgroup'] == 'start' || $option_row['optgroup'] == 'end')) { |
|
| 655 | - $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 656 | - |
|
| 657 | - if ($multi_display == 'select') { |
|
| 658 | - $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 659 | - } else { |
|
| 660 | - $select_options .= $option_row['optgroup'] == 'start' ? '<li>' . $option_label . '</li>' : ''; |
|
| 661 | - } |
|
| 662 | - } else { |
|
| 663 | - $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 664 | - $option_value = isset($option_row['value']) ? $option_row['value'] : ''; |
|
| 665 | - $selected = $option_value == $value ? 'selected="selected"' : ''; |
|
| 666 | - $selected = ''; |
|
| 667 | - $checked = ''; |
|
| 668 | - |
|
| 669 | - if ((!is_array($value) && trim($value) != '') || (is_array($value) && !empty($value))) { |
|
| 670 | - if (!is_array($value)) { |
|
| 671 | - $value_array = explode(',', $value); |
|
| 672 | - } else { |
|
| 673 | - $value_array = $value; |
|
| 674 | - } |
|
| 675 | - |
|
| 676 | - if (is_array($value_array)) { |
|
| 677 | - if (in_array($option_value, $value_array)) { |
|
| 678 | - $selected = 'selected="selected"'; |
|
| 679 | - $checked = 'checked="checked"'; |
|
| 680 | - } |
|
| 681 | - } |
|
| 682 | - } |
|
| 683 | - |
|
| 684 | - if ($multi_display == 'select') { |
|
| 685 | - $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 686 | - } else { |
|
| 687 | - $select_options .= '<li><input name="' . $cf['name'] . '[]" ' . $checked . ' value="' . esc_attr($option_value) . '" class="gd-' . $multi_display . '" field_type="' . $multi_display . '" type="' . $multi_display . '" /> ' . $option_label . ' </li>'; |
|
| 688 | - } |
|
| 689 | - } |
|
| 690 | - } |
|
| 691 | - } |
|
| 692 | - echo $select_options; |
|
| 693 | - |
|
| 694 | - if ($multi_display == 'select') { ?></select></div> |
|
| 646 | + } else { |
|
| 647 | + echo '<ul class="gd_multi_choice">'; |
|
| 648 | + } |
|
| 649 | + |
|
| 650 | + $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
|
| 651 | + $select_options = ''; |
|
| 652 | + if (!empty($option_values_arr)) { |
|
| 653 | + foreach ($option_values_arr as $option_row) { |
|
| 654 | + if (isset($option_row['optgroup']) && ($option_row['optgroup'] == 'start' || $option_row['optgroup'] == 'end')) { |
|
| 655 | + $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 656 | + |
|
| 657 | + if ($multi_display == 'select') { |
|
| 658 | + $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 659 | + } else { |
|
| 660 | + $select_options .= $option_row['optgroup'] == 'start' ? '<li>' . $option_label . '</li>' : ''; |
|
| 661 | + } |
|
| 662 | + } else { |
|
| 663 | + $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
|
| 664 | + $option_value = isset($option_row['value']) ? $option_row['value'] : ''; |
|
| 665 | + $selected = $option_value == $value ? 'selected="selected"' : ''; |
|
| 666 | + $selected = ''; |
|
| 667 | + $checked = ''; |
|
| 668 | + |
|
| 669 | + if ((!is_array($value) && trim($value) != '') || (is_array($value) && !empty($value))) { |
|
| 670 | + if (!is_array($value)) { |
|
| 671 | + $value_array = explode(',', $value); |
|
| 672 | + } else { |
|
| 673 | + $value_array = $value; |
|
| 674 | + } |
|
| 675 | + |
|
| 676 | + if (is_array($value_array)) { |
|
| 677 | + if (in_array($option_value, $value_array)) { |
|
| 678 | + $selected = 'selected="selected"'; |
|
| 679 | + $checked = 'checked="checked"'; |
|
| 680 | + } |
|
| 681 | + } |
|
| 682 | + } |
|
| 683 | + |
|
| 684 | + if ($multi_display == 'select') { |
|
| 685 | + $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 686 | + } else { |
|
| 687 | + $select_options .= '<li><input name="' . $cf['name'] . '[]" ' . $checked . ' value="' . esc_attr($option_value) . '" class="gd-' . $multi_display . '" field_type="' . $multi_display . '" type="' . $multi_display . '" /> ' . $option_label . ' </li>'; |
|
| 688 | + } |
|
| 689 | + } |
|
| 690 | + } |
|
| 691 | + } |
|
| 692 | + echo $select_options; |
|
| 693 | + |
|
| 694 | + if ($multi_display == 'select') { ?></select></div> |
|
| 695 | 695 | <?php } else { ?></ul><?php } ?> |
| 696 | 696 | <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
| 697 | 697 | <?php if ($cf['is_required']) { ?> |
@@ -699,10 +699,10 @@ discard block |
||
| 699 | 699 | <?php } ?> |
| 700 | 700 | </div> |
| 701 | 701 | <?php |
| 702 | - $html = ob_get_clean(); |
|
| 703 | - } |
|
| 702 | + $html = ob_get_clean(); |
|
| 703 | + } |
|
| 704 | 704 | |
| 705 | - return $html; |
|
| 705 | + return $html; |
|
| 706 | 706 | } |
| 707 | 707 | add_filter('geodir_custom_field_input_multiselect','geodir_cfi_multiselect',10,2); |
| 708 | 708 | |
@@ -718,32 +718,32 @@ discard block |
||
| 718 | 718 | */ |
| 719 | 719 | function geodir_cfi_html($html,$cf){ |
| 720 | 720 | |
| 721 | - $html_var = $cf['htmlvar_name']; |
|
| 721 | + $html_var = $cf['htmlvar_name']; |
|
| 722 | 722 | |
| 723 | - // Check if there is a custom field specific filter. |
|
| 724 | - if(has_filter("geodir_custom_field_input_html_{$html_var}")){ |
|
| 725 | - /** |
|
| 726 | - * Filter the html html by individual custom field. |
|
| 727 | - * |
|
| 728 | - * @param string $html The html to filter. |
|
| 729 | - * @param array $cf The custom field array. |
|
| 730 | - * @since 1.6.6 |
|
| 731 | - */ |
|
| 732 | - $html = apply_filters("geodir_custom_field_input_html_{$html_var}",$html,$cf); |
|
| 733 | - } |
|
| 723 | + // Check if there is a custom field specific filter. |
|
| 724 | + if(has_filter("geodir_custom_field_input_html_{$html_var}")){ |
|
| 725 | + /** |
|
| 726 | + * Filter the html html by individual custom field. |
|
| 727 | + * |
|
| 728 | + * @param string $html The html to filter. |
|
| 729 | + * @param array $cf The custom field array. |
|
| 730 | + * @since 1.6.6 |
|
| 731 | + */ |
|
| 732 | + $html = apply_filters("geodir_custom_field_input_html_{$html_var}",$html,$cf); |
|
| 733 | + } |
|
| 734 | 734 | |
| 735 | - // If no html then we run the standard output. |
|
| 736 | - if(empty($html)) { |
|
| 735 | + // If no html then we run the standard output. |
|
| 736 | + if(empty($html)) { |
|
| 737 | 737 | |
| 738 | - ob_start(); // Start buffering; |
|
| 739 | - $value = geodir_get_cf_value($cf); |
|
| 740 | - ?> |
|
| 738 | + ob_start(); // Start buffering; |
|
| 739 | + $value = geodir_get_cf_value($cf); |
|
| 740 | + ?> |
|
| 741 | 741 | |
| 742 | 742 | <div id="<?php echo $cf['name']; ?>_row" |
| 743 | 743 | class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
| 744 | 744 | <label> |
| 745 | 745 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 746 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 746 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 747 | 747 | <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
| 748 | 748 | </label> |
| 749 | 749 | |
@@ -761,10 +761,10 @@ discard block |
||
| 761 | 761 | </div> |
| 762 | 762 | |
| 763 | 763 | <?php |
| 764 | - $html = ob_get_clean(); |
|
| 765 | - } |
|
| 764 | + $html = ob_get_clean(); |
|
| 765 | + } |
|
| 766 | 766 | |
| 767 | - return $html; |
|
| 767 | + return $html; |
|
| 768 | 768 | } |
| 769 | 769 | add_filter('geodir_custom_field_input_html','geodir_cfi_html',10,2); |
| 770 | 770 | |
@@ -781,68 +781,68 @@ discard block |
||
| 781 | 781 | */ |
| 782 | 782 | function geodir_cfi_datepicker($html,$cf){ |
| 783 | 783 | |
| 784 | - $html_var = $cf['htmlvar_name']; |
|
| 784 | + $html_var = $cf['htmlvar_name']; |
|
| 785 | 785 | |
| 786 | - // Check if there is a custom field specific filter. |
|
| 787 | - if(has_filter("geodir_custom_field_input_datepicker_{$html_var}")){ |
|
| 788 | - /** |
|
| 789 | - * Filter the datepicker html by individual custom field. |
|
| 790 | - * |
|
| 791 | - * @param string $html The html to filter. |
|
| 792 | - * @param array $cf The custom field array. |
|
| 793 | - * @since 1.6.6 |
|
| 794 | - */ |
|
| 795 | - $html = apply_filters("geodir_custom_field_input_datepicker_{$html_var}",$html,$cf); |
|
| 796 | - } |
|
| 786 | + // Check if there is a custom field specific filter. |
|
| 787 | + if(has_filter("geodir_custom_field_input_datepicker_{$html_var}")){ |
|
| 788 | + /** |
|
| 789 | + * Filter the datepicker html by individual custom field. |
|
| 790 | + * |
|
| 791 | + * @param string $html The html to filter. |
|
| 792 | + * @param array $cf The custom field array. |
|
| 793 | + * @since 1.6.6 |
|
| 794 | + */ |
|
| 795 | + $html = apply_filters("geodir_custom_field_input_datepicker_{$html_var}",$html,$cf); |
|
| 796 | + } |
|
| 797 | 797 | |
| 798 | - // If no html then we run the standard output. |
|
| 799 | - if(empty($html)) { |
|
| 798 | + // If no html then we run the standard output. |
|
| 799 | + if(empty($html)) { |
|
| 800 | 800 | |
| 801 | - ob_start(); // Start buffering; |
|
| 802 | - $value = geodir_get_cf_value($cf); |
|
| 801 | + ob_start(); // Start buffering; |
|
| 802 | + $value = geodir_get_cf_value($cf); |
|
| 803 | 803 | |
| 804 | - $extra_fields = unserialize($cf['extra_fields']); |
|
| 805 | - $name = $cf['name']; |
|
| 804 | + $extra_fields = unserialize($cf['extra_fields']); |
|
| 805 | + $name = $cf['name']; |
|
| 806 | 806 | |
| 807 | - if ($extra_fields['date_format'] == '') |
|
| 808 | - $extra_fields['date_format'] = 'yy-mm-dd'; |
|
| 807 | + if ($extra_fields['date_format'] == '') |
|
| 808 | + $extra_fields['date_format'] = 'yy-mm-dd'; |
|
| 809 | 809 | |
| 810 | - $date_format = $extra_fields['date_format']; |
|
| 811 | - $jquery_date_format = $date_format; |
|
| 810 | + $date_format = $extra_fields['date_format']; |
|
| 811 | + $jquery_date_format = $date_format; |
|
| 812 | 812 | |
| 813 | 813 | |
| 814 | - // check if we need to change the format or not |
|
| 815 | - $date_format_len = strlen(str_replace(' ', '', $date_format)); |
|
| 816 | - if($date_format_len>5){// if greater then 5 then it's the old style format. |
|
| 814 | + // check if we need to change the format or not |
|
| 815 | + $date_format_len = strlen(str_replace(' ', '', $date_format)); |
|
| 816 | + if($date_format_len>5){// if greater then 5 then it's the old style format. |
|
| 817 | 817 | |
| 818 | - $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 819 | - $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 818 | + $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 819 | + $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 820 | 820 | |
| 821 | - $date_format = str_replace($search, $replace, $date_format); |
|
| 822 | - }else{ |
|
| 823 | - $jquery_date_format = geodir_date_format_php_to_jqueryui( $jquery_date_format ); |
|
| 824 | - } |
|
| 821 | + $date_format = str_replace($search, $replace, $date_format); |
|
| 822 | + }else{ |
|
| 823 | + $jquery_date_format = geodir_date_format_php_to_jqueryui( $jquery_date_format ); |
|
| 824 | + } |
|
| 825 | 825 | |
| 826 | - if($value=='0000-00-00'){$value='';}//if date not set, then mark it empty |
|
| 827 | - if($value && !isset($_REQUEST['backandedit'])) { |
|
| 828 | - //$time = strtotime($value); |
|
| 829 | - //$value = date_i18n($date_format, $time); |
|
| 830 | - } |
|
| 831 | - $value = geodir_date($value, 'Y-m-d', $date_format); |
|
| 826 | + if($value=='0000-00-00'){$value='';}//if date not set, then mark it empty |
|
| 827 | + if($value && !isset($_REQUEST['backandedit'])) { |
|
| 828 | + //$time = strtotime($value); |
|
| 829 | + //$value = date_i18n($date_format, $time); |
|
| 830 | + } |
|
| 831 | + $value = geodir_date($value, 'Y-m-d', $date_format); |
|
| 832 | 832 | |
| 833 | - ?> |
|
| 833 | + ?> |
|
| 834 | 834 | <script type="text/javascript"> |
| 835 | 835 | |
| 836 | 836 | jQuery(function () { |
| 837 | 837 | |
| 838 | 838 | jQuery("#<?php echo $cf['name'];?>").datepicker({changeMonth: true, changeYear: true <?php |
| 839 | - /** |
|
| 840 | - * Used to add extra option to datepicker per custom field. |
|
| 841 | - * |
|
| 842 | - * @since 1.5.7 |
|
| 843 | - * @param string $name The custom field name. |
|
| 844 | - */ |
|
| 845 | - echo apply_filters("gd_datepicker_extra_{$name}",'');?>}); |
|
| 839 | + /** |
|
| 840 | + * Used to add extra option to datepicker per custom field. |
|
| 841 | + * |
|
| 842 | + * @since 1.5.7 |
|
| 843 | + * @param string $name The custom field name. |
|
| 844 | + */ |
|
| 845 | + echo apply_filters("gd_datepicker_extra_{$name}",'');?>}); |
|
| 846 | 846 | |
| 847 | 847 | jQuery("#<?php echo $name;?>").datepicker("option", "dateFormat", '<?php echo $jquery_date_format;?>'); |
| 848 | 848 | |
@@ -858,7 +858,7 @@ discard block |
||
| 858 | 858 | <label> |
| 859 | 859 | |
| 860 | 860 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 861 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 861 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 862 | 862 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 863 | 863 | </label> |
| 864 | 864 | |
@@ -872,10 +872,10 @@ discard block |
||
| 872 | 872 | </div> |
| 873 | 873 | |
| 874 | 874 | <?php |
| 875 | - $html = ob_get_clean(); |
|
| 876 | - } |
|
| 875 | + $html = ob_get_clean(); |
|
| 876 | + } |
|
| 877 | 877 | |
| 878 | - return $html; |
|
| 878 | + return $html; |
|
| 879 | 879 | } |
| 880 | 880 | add_filter('geodir_custom_field_input_datepicker','geodir_cfi_datepicker',10,2); |
| 881 | 881 | |
@@ -891,31 +891,31 @@ discard block |
||
| 891 | 891 | */ |
| 892 | 892 | function geodir_cfi_time($html,$cf){ |
| 893 | 893 | |
| 894 | - $html_var = $cf['htmlvar_name']; |
|
| 894 | + $html_var = $cf['htmlvar_name']; |
|
| 895 | 895 | |
| 896 | - // Check if there is a custom field specific filter. |
|
| 897 | - if(has_filter("geodir_custom_field_input_time_{$html_var}")){ |
|
| 898 | - /** |
|
| 899 | - * Filter the time html by individual custom field. |
|
| 900 | - * |
|
| 901 | - * @param string $html The html to filter. |
|
| 902 | - * @param array $cf The custom field array. |
|
| 903 | - * @since 1.6.6 |
|
| 904 | - */ |
|
| 905 | - $html = apply_filters("geodir_custom_field_input_time_{$html_var}",$html,$cf); |
|
| 906 | - } |
|
| 896 | + // Check if there is a custom field specific filter. |
|
| 897 | + if(has_filter("geodir_custom_field_input_time_{$html_var}")){ |
|
| 898 | + /** |
|
| 899 | + * Filter the time html by individual custom field. |
|
| 900 | + * |
|
| 901 | + * @param string $html The html to filter. |
|
| 902 | + * @param array $cf The custom field array. |
|
| 903 | + * @since 1.6.6 |
|
| 904 | + */ |
|
| 905 | + $html = apply_filters("geodir_custom_field_input_time_{$html_var}",$html,$cf); |
|
| 906 | + } |
|
| 907 | 907 | |
| 908 | - // If no html then we run the standard output. |
|
| 909 | - if(empty($html)) { |
|
| 908 | + // If no html then we run the standard output. |
|
| 909 | + if(empty($html)) { |
|
| 910 | 910 | |
| 911 | - ob_start(); // Start buffering; |
|
| 912 | - $value = geodir_get_cf_value($cf); |
|
| 911 | + ob_start(); // Start buffering; |
|
| 912 | + $value = geodir_get_cf_value($cf); |
|
| 913 | 913 | |
| 914 | - $name = $cf['name']; |
|
| 914 | + $name = $cf['name']; |
|
| 915 | 915 | |
| 916 | - if ($value != '') |
|
| 917 | - $value = date('H:i', strtotime($value)); |
|
| 918 | - ?> |
|
| 916 | + if ($value != '') |
|
| 917 | + $value = date('H:i', strtotime($value)); |
|
| 918 | + ?> |
|
| 919 | 919 | <script type="text/javascript"> |
| 920 | 920 | jQuery(document).ready(function () { |
| 921 | 921 | |
@@ -931,7 +931,7 @@ discard block |
||
| 931 | 931 | <label> |
| 932 | 932 | |
| 933 | 933 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 934 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 934 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 935 | 935 | <?php if ($cf['is_required']) echo '<span>*</span>';?> |
| 936 | 936 | </label> |
| 937 | 937 | <input readonly="readonly" field_type="<?php echo $cf['type'];?>" name="<?php echo $name;?>" |
@@ -943,10 +943,10 @@ discard block |
||
| 943 | 943 | <?php } ?> |
| 944 | 944 | </div> |
| 945 | 945 | <?php |
| 946 | - $html = ob_get_clean(); |
|
| 947 | - } |
|
| 946 | + $html = ob_get_clean(); |
|
| 947 | + } |
|
| 948 | 948 | |
| 949 | - return $html; |
|
| 949 | + return $html; |
|
| 950 | 950 | } |
| 951 | 951 | add_filter('geodir_custom_field_input_time','geodir_cfi_time',10,2); |
| 952 | 952 | |
@@ -962,100 +962,100 @@ discard block |
||
| 962 | 962 | */ |
| 963 | 963 | function geodir_cfi_address($html,$cf){ |
| 964 | 964 | |
| 965 | - $html_var = $cf['htmlvar_name']; |
|
| 966 | - |
|
| 967 | - // Check if there is a custom field specific filter. |
|
| 968 | - if(has_filter("geodir_custom_field_input_address_{$html_var}")){ |
|
| 969 | - /** |
|
| 970 | - * Filter the address html by individual custom field. |
|
| 971 | - * |
|
| 972 | - * @param string $html The html to filter. |
|
| 973 | - * @param array $cf The custom field array. |
|
| 974 | - * @since 1.6.6 |
|
| 975 | - */ |
|
| 976 | - $html = apply_filters("geodir_custom_field_input_address_{$html_var}",$html,$cf); |
|
| 977 | - } |
|
| 978 | - |
|
| 979 | - // If no html then we run the standard output. |
|
| 980 | - if(empty($html)) { |
|
| 981 | - |
|
| 982 | - global $gd_session; |
|
| 983 | - ob_start(); // Start buffering; |
|
| 984 | - $value = geodir_get_cf_value($cf); |
|
| 985 | - $name = $cf['name']; |
|
| 986 | - $type = $cf['type']; |
|
| 987 | - $admin_desc = $cf['desc']; |
|
| 988 | - $is_required = $cf['is_required']; |
|
| 989 | - $required_msg = $cf['required_msg']; |
|
| 990 | - $site_title = $cf['site_title']; |
|
| 991 | - $is_admin = $cf['is_admin']; |
|
| 992 | - $extra_fields = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 993 | - $prefix = $name . '_'; |
|
| 994 | - |
|
| 995 | - ($site_title != '') ? $address_title = $site_title : $address_title = geodir_ucwords($prefix . ' address'); |
|
| 996 | - ($extra_fields['zip_lable'] != '') ? $zip_title = $extra_fields['zip_lable'] : $zip_title = geodir_ucwords($prefix . ' zip/post code '); |
|
| 997 | - ($extra_fields['map_lable'] != '') ? $map_title = $extra_fields['map_lable'] : $map_title = geodir_ucwords('set address on map'); |
|
| 998 | - ($extra_fields['mapview_lable'] != '') ? $mapview_title = $extra_fields['mapview_lable'] : $mapview_title = geodir_ucwords($prefix . ' mapview'); |
|
| 999 | - |
|
| 1000 | - $address = ''; |
|
| 1001 | - $zip = ''; |
|
| 1002 | - $mapview = ''; |
|
| 1003 | - $mapzoom = ''; |
|
| 1004 | - $lat = ''; |
|
| 1005 | - $lng = ''; |
|
| 1006 | - |
|
| 1007 | - if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) { |
|
| 1008 | - $post = $gd_ses_listing; |
|
| 1009 | - $address = $post[$prefix . 'address']; |
|
| 1010 | - $zip = isset($post[$prefix . 'zip']) ? $post[$prefix . 'zip'] : ''; |
|
| 1011 | - $lat = isset($post[$prefix . 'latitude']) ? $post[$prefix . 'latitude'] : ''; |
|
| 1012 | - $lng = isset($post[$prefix . 'longitude']) ? $post[$prefix . 'longitude'] : ''; |
|
| 1013 | - $mapview = isset($post[$prefix . 'mapview']) ? $post[$prefix . 'mapview'] : ''; |
|
| 1014 | - $mapzoom = isset($post[$prefix . 'mapzoom']) ? $post[$prefix . 'mapzoom'] : ''; |
|
| 1015 | - } else if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && $post_info = geodir_get_post_info($_REQUEST['pid'])) { |
|
| 1016 | - $post_info = (array)$post_info; |
|
| 1017 | - |
|
| 1018 | - $address = $post_info[$prefix . 'address']; |
|
| 1019 | - $zip = isset($post_info[$prefix . 'zip']) ? $post_info[$prefix . 'zip'] : ''; |
|
| 1020 | - $lat = isset($post_info[$prefix . 'latitude']) ? $post_info[$prefix . 'latitude'] : ''; |
|
| 1021 | - $lng = isset($post_info[$prefix . 'longitude']) ? $post_info[$prefix . 'longitude'] : ''; |
|
| 1022 | - $mapview = isset($post_info[$prefix . 'mapview']) ? $post_info[$prefix . 'mapview'] : ''; |
|
| 1023 | - $mapzoom = isset($post_info[$prefix . 'mapzoom']) ? $post_info[$prefix . 'mapzoom'] : ''; |
|
| 1024 | - } |
|
| 1025 | - |
|
| 1026 | - $location = geodir_get_default_location(); |
|
| 1027 | - if (empty($city)) $city = isset($location->city) ? $location->city : ''; |
|
| 1028 | - if (empty($region)) $region = isset($location->region) ? $location->region : ''; |
|
| 1029 | - if (empty($country)) $country = isset($location->country) ? $location->country : ''; |
|
| 1030 | - |
|
| 1031 | - $lat_lng_blank = false; |
|
| 1032 | - if (empty($lat) && empty($lng)) { |
|
| 1033 | - $lat_lng_blank = true; |
|
| 1034 | - } |
|
| 1035 | - |
|
| 1036 | - if (empty($lat)) $lat = isset($location->city_latitude) ? $location->city_latitude : ''; |
|
| 1037 | - if (empty($lng)) $lng = isset($location->city_longitude) ? $location->city_longitude : ''; |
|
| 1038 | - |
|
| 1039 | - /** |
|
| 1040 | - * Filter the default latitude. |
|
| 1041 | - * |
|
| 1042 | - * @since 1.0.0 |
|
| 1043 | - * |
|
| 1044 | - * @param float $lat Default latitude. |
|
| 1045 | - * @param bool $is_admin For admin use only?. |
|
| 1046 | - */ |
|
| 1047 | - $lat = apply_filters('geodir_default_latitude', $lat, $is_admin); |
|
| 1048 | - /** |
|
| 1049 | - * Filter the default longitude. |
|
| 1050 | - * |
|
| 1051 | - * @since 1.0.0 |
|
| 1052 | - * |
|
| 1053 | - * @param float $lat Default longitude. |
|
| 1054 | - * @param bool $is_admin For admin use only?. |
|
| 1055 | - */ |
|
| 1056 | - $lng = apply_filters('geodir_default_longitude', $lng, $is_admin); |
|
| 1057 | - |
|
| 1058 | - ?> |
|
| 965 | + $html_var = $cf['htmlvar_name']; |
|
| 966 | + |
|
| 967 | + // Check if there is a custom field specific filter. |
|
| 968 | + if(has_filter("geodir_custom_field_input_address_{$html_var}")){ |
|
| 969 | + /** |
|
| 970 | + * Filter the address html by individual custom field. |
|
| 971 | + * |
|
| 972 | + * @param string $html The html to filter. |
|
| 973 | + * @param array $cf The custom field array. |
|
| 974 | + * @since 1.6.6 |
|
| 975 | + */ |
|
| 976 | + $html = apply_filters("geodir_custom_field_input_address_{$html_var}",$html,$cf); |
|
| 977 | + } |
|
| 978 | + |
|
| 979 | + // If no html then we run the standard output. |
|
| 980 | + if(empty($html)) { |
|
| 981 | + |
|
| 982 | + global $gd_session; |
|
| 983 | + ob_start(); // Start buffering; |
|
| 984 | + $value = geodir_get_cf_value($cf); |
|
| 985 | + $name = $cf['name']; |
|
| 986 | + $type = $cf['type']; |
|
| 987 | + $admin_desc = $cf['desc']; |
|
| 988 | + $is_required = $cf['is_required']; |
|
| 989 | + $required_msg = $cf['required_msg']; |
|
| 990 | + $site_title = $cf['site_title']; |
|
| 991 | + $is_admin = $cf['is_admin']; |
|
| 992 | + $extra_fields = stripslashes_deep(unserialize($cf['extra_fields'])); |
|
| 993 | + $prefix = $name . '_'; |
|
| 994 | + |
|
| 995 | + ($site_title != '') ? $address_title = $site_title : $address_title = geodir_ucwords($prefix . ' address'); |
|
| 996 | + ($extra_fields['zip_lable'] != '') ? $zip_title = $extra_fields['zip_lable'] : $zip_title = geodir_ucwords($prefix . ' zip/post code '); |
|
| 997 | + ($extra_fields['map_lable'] != '') ? $map_title = $extra_fields['map_lable'] : $map_title = geodir_ucwords('set address on map'); |
|
| 998 | + ($extra_fields['mapview_lable'] != '') ? $mapview_title = $extra_fields['mapview_lable'] : $mapview_title = geodir_ucwords($prefix . ' mapview'); |
|
| 999 | + |
|
| 1000 | + $address = ''; |
|
| 1001 | + $zip = ''; |
|
| 1002 | + $mapview = ''; |
|
| 1003 | + $mapzoom = ''; |
|
| 1004 | + $lat = ''; |
|
| 1005 | + $lng = ''; |
|
| 1006 | + |
|
| 1007 | + if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) { |
|
| 1008 | + $post = $gd_ses_listing; |
|
| 1009 | + $address = $post[$prefix . 'address']; |
|
| 1010 | + $zip = isset($post[$prefix . 'zip']) ? $post[$prefix . 'zip'] : ''; |
|
| 1011 | + $lat = isset($post[$prefix . 'latitude']) ? $post[$prefix . 'latitude'] : ''; |
|
| 1012 | + $lng = isset($post[$prefix . 'longitude']) ? $post[$prefix . 'longitude'] : ''; |
|
| 1013 | + $mapview = isset($post[$prefix . 'mapview']) ? $post[$prefix . 'mapview'] : ''; |
|
| 1014 | + $mapzoom = isset($post[$prefix . 'mapzoom']) ? $post[$prefix . 'mapzoom'] : ''; |
|
| 1015 | + } else if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && $post_info = geodir_get_post_info($_REQUEST['pid'])) { |
|
| 1016 | + $post_info = (array)$post_info; |
|
| 1017 | + |
|
| 1018 | + $address = $post_info[$prefix . 'address']; |
|
| 1019 | + $zip = isset($post_info[$prefix . 'zip']) ? $post_info[$prefix . 'zip'] : ''; |
|
| 1020 | + $lat = isset($post_info[$prefix . 'latitude']) ? $post_info[$prefix . 'latitude'] : ''; |
|
| 1021 | + $lng = isset($post_info[$prefix . 'longitude']) ? $post_info[$prefix . 'longitude'] : ''; |
|
| 1022 | + $mapview = isset($post_info[$prefix . 'mapview']) ? $post_info[$prefix . 'mapview'] : ''; |
|
| 1023 | + $mapzoom = isset($post_info[$prefix . 'mapzoom']) ? $post_info[$prefix . 'mapzoom'] : ''; |
|
| 1024 | + } |
|
| 1025 | + |
|
| 1026 | + $location = geodir_get_default_location(); |
|
| 1027 | + if (empty($city)) $city = isset($location->city) ? $location->city : ''; |
|
| 1028 | + if (empty($region)) $region = isset($location->region) ? $location->region : ''; |
|
| 1029 | + if (empty($country)) $country = isset($location->country) ? $location->country : ''; |
|
| 1030 | + |
|
| 1031 | + $lat_lng_blank = false; |
|
| 1032 | + if (empty($lat) && empty($lng)) { |
|
| 1033 | + $lat_lng_blank = true; |
|
| 1034 | + } |
|
| 1035 | + |
|
| 1036 | + if (empty($lat)) $lat = isset($location->city_latitude) ? $location->city_latitude : ''; |
|
| 1037 | + if (empty($lng)) $lng = isset($location->city_longitude) ? $location->city_longitude : ''; |
|
| 1038 | + |
|
| 1039 | + /** |
|
| 1040 | + * Filter the default latitude. |
|
| 1041 | + * |
|
| 1042 | + * @since 1.0.0 |
|
| 1043 | + * |
|
| 1044 | + * @param float $lat Default latitude. |
|
| 1045 | + * @param bool $is_admin For admin use only?. |
|
| 1046 | + */ |
|
| 1047 | + $lat = apply_filters('geodir_default_latitude', $lat, $is_admin); |
|
| 1048 | + /** |
|
| 1049 | + * Filter the default longitude. |
|
| 1050 | + * |
|
| 1051 | + * @since 1.0.0 |
|
| 1052 | + * |
|
| 1053 | + * @param float $lat Default longitude. |
|
| 1054 | + * @param bool $is_admin For admin use only?. |
|
| 1055 | + */ |
|
| 1056 | + $lng = apply_filters('geodir_default_longitude', $lng, $is_admin); |
|
| 1057 | + |
|
| 1058 | + ?> |
|
| 1059 | 1059 | |
| 1060 | 1060 | <div id="geodir_<?php echo $prefix . 'address';?>_row" |
| 1061 | 1061 | class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
@@ -1074,17 +1074,17 @@ discard block |
||
| 1074 | 1074 | |
| 1075 | 1075 | |
| 1076 | 1076 | <?php |
| 1077 | - /** |
|
| 1078 | - * Called after the address input on the add listings. |
|
| 1079 | - * |
|
| 1080 | - * This is used by the location manage to add further locations info etc. |
|
| 1081 | - * |
|
| 1082 | - * @since 1.0.0 |
|
| 1083 | - * @param array $cf The array of setting for the custom field. {@see geodir_custom_field_save()}. |
|
| 1084 | - */ |
|
| 1085 | - do_action('geodir_address_extra_listing_fields', $cf); |
|
| 1086 | - |
|
| 1087 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) { ?> |
|
| 1077 | + /** |
|
| 1078 | + * Called after the address input on the add listings. |
|
| 1079 | + * |
|
| 1080 | + * This is used by the location manage to add further locations info etc. |
|
| 1081 | + * |
|
| 1082 | + * @since 1.0.0 |
|
| 1083 | + * @param array $cf The array of setting for the custom field. {@see geodir_custom_field_save()}. |
|
| 1084 | + */ |
|
| 1085 | + do_action('geodir_address_extra_listing_fields', $cf); |
|
| 1086 | + |
|
| 1087 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) { ?> |
|
| 1088 | 1088 | |
| 1089 | 1089 | <div id="geodir_<?php echo $prefix . 'zip'; ?>_row" |
| 1090 | 1090 | class="<?php /*if($is_required) echo 'required_field';*/ ?> geodir_form_row clearfix gd-fieldset-details"> |
@@ -1105,22 +1105,22 @@ discard block |
||
| 1105 | 1105 | |
| 1106 | 1106 | <div id="geodir_<?php echo $prefix . 'map'; ?>_row" class="geodir_form_row clearfix gd-fieldset-details"> |
| 1107 | 1107 | <?php |
| 1108 | - /** |
|
| 1109 | - * Contains add listing page map functions. |
|
| 1110 | - * |
|
| 1111 | - * @since 1.0.0 |
|
| 1112 | - */ |
|
| 1113 | - include(geodir_plugin_path() . "/geodirectory-functions/map-functions/map_on_add_listing_page.php"); |
|
| 1114 | - if ($lat_lng_blank) { |
|
| 1115 | - $lat = ''; |
|
| 1116 | - $lng = ''; |
|
| 1117 | - } |
|
| 1118 | - ?> |
|
| 1108 | + /** |
|
| 1109 | + * Contains add listing page map functions. |
|
| 1110 | + * |
|
| 1111 | + * @since 1.0.0 |
|
| 1112 | + */ |
|
| 1113 | + include(geodir_plugin_path() . "/geodirectory-functions/map-functions/map_on_add_listing_page.php"); |
|
| 1114 | + if ($lat_lng_blank) { |
|
| 1115 | + $lat = ''; |
|
| 1116 | + $lng = ''; |
|
| 1117 | + } |
|
| 1118 | + ?> |
|
| 1119 | 1119 | <span class="geodir_message_note"><?php echo GET_MAP_MSG; ?></span> |
| 1120 | 1120 | </div> |
| 1121 | 1121 | <?php |
| 1122 | - /* show lat lng */ |
|
| 1123 | - $style_latlng = ((isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) || is_admin()) ? '' : 'style="display:none"'; ?> |
|
| 1122 | + /* show lat lng */ |
|
| 1123 | + $style_latlng = ((isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) || is_admin()) ? '' : 'style="display:none"'; ?> |
|
| 1124 | 1124 | <div id="geodir_<?php echo $prefix . 'latitude'; ?>_row" |
| 1125 | 1125 | class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
| 1126 | 1126 | <label> |
@@ -1161,27 +1161,27 @@ discard block |
||
| 1161 | 1161 | class="gd-checkbox" |
| 1162 | 1162 | name="<?php echo $prefix . 'mapview'; ?>" |
| 1163 | 1163 | id="<?php echo $prefix . 'mapview'; ?>" <?php if ($mapview == 'ROADMAP' || $mapview == '') { |
| 1164 | - echo 'checked="checked"'; |
|
| 1165 | - } ?> value="ROADMAP" size="25"/> <?php _e('Default Map', 'geodirectory'); ?></span> |
|
| 1164 | + echo 'checked="checked"'; |
|
| 1165 | + } ?> value="ROADMAP" size="25"/> <?php _e('Default Map', 'geodirectory'); ?></span> |
|
| 1166 | 1166 | <span class="geodir_user_define"> <input field_type="<?php echo $type; ?>" type="radio" |
| 1167 | 1167 | class="gd-checkbox" |
| 1168 | 1168 | name="<?php echo $prefix . 'mapview'; ?>" |
| 1169 | 1169 | id="map_view1" <?php if ($mapview == 'SATELLITE') { |
| 1170 | - echo 'checked="checked"'; |
|
| 1171 | - } ?> value="SATELLITE" size="25"/> <?php _e('Satellite Map', 'geodirectory'); ?></span> |
|
| 1170 | + echo 'checked="checked"'; |
|
| 1171 | + } ?> value="SATELLITE" size="25"/> <?php _e('Satellite Map', 'geodirectory'); ?></span> |
|
| 1172 | 1172 | |
| 1173 | 1173 | <span class="geodir_user_define"><input field_type="<?php echo $type; ?>" type="radio" |
| 1174 | 1174 | class="gd-checkbox" |
| 1175 | 1175 | name="<?php echo $prefix . 'mapview'; ?>" |
| 1176 | 1176 | id="map_view2" <?php if ($mapview == 'HYBRID') { |
| 1177 | - echo 'checked="checked"'; |
|
| 1178 | - } ?> value="HYBRID" size="25"/> <?php _e('Hybrid Map', 'geodirectory'); ?></span> |
|
| 1177 | + echo 'checked="checked"'; |
|
| 1178 | + } ?> value="HYBRID" size="25"/> <?php _e('Hybrid Map', 'geodirectory'); ?></span> |
|
| 1179 | 1179 | <span class="geodir_user_define"><input field_type="<?php echo $type; ?>" type="radio" |
| 1180 | 1180 | class="gd-checkbox" |
| 1181 | 1181 | name="<?php echo $prefix . 'mapview'; ?>" |
| 1182 | 1182 | id="map_view3" <?php if ($mapview == 'TERRAIN') { |
| 1183 | - echo 'checked="checked"'; |
|
| 1184 | - } ?> value="TERRAIN" size="25"/> <?php _e('Terrain Map', 'geodirectory'); ?></span> |
|
| 1183 | + echo 'checked="checked"'; |
|
| 1184 | + } ?> value="TERRAIN" size="25"/> <?php _e('Terrain Map', 'geodirectory'); ?></span> |
|
| 1185 | 1185 | |
| 1186 | 1186 | |
| 1187 | 1187 | </div> |
@@ -1189,14 +1189,14 @@ discard block |
||
| 1189 | 1189 | |
| 1190 | 1190 | <?php if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) { ?> |
| 1191 | 1191 | <input type="hidden" value="<?php if (isset($mapzoom)) { |
| 1192 | - echo esc_attr($mapzoom); |
|
| 1193 | - } ?>" name="<?php echo $prefix . 'mapzoom'; ?>" id="<?php echo $prefix . 'mapzoom'; ?>"/> |
|
| 1192 | + echo esc_attr($mapzoom); |
|
| 1193 | + } ?>" name="<?php echo $prefix . 'mapzoom'; ?>" id="<?php echo $prefix . 'mapzoom'; ?>"/> |
|
| 1194 | 1194 | <?php } |
| 1195 | 1195 | |
| 1196 | - $html = ob_get_clean(); |
|
| 1197 | - } |
|
| 1196 | + $html = ob_get_clean(); |
|
| 1197 | + } |
|
| 1198 | 1198 | |
| 1199 | - return $html; |
|
| 1199 | + return $html; |
|
| 1200 | 1200 | } |
| 1201 | 1201 | add_filter('geodir_custom_field_input_address','geodir_cfi_address',10,2); |
| 1202 | 1202 | |
@@ -1213,137 +1213,137 @@ discard block |
||
| 1213 | 1213 | */ |
| 1214 | 1214 | function geodir_cfi_taxonomy($html,$cf){ |
| 1215 | 1215 | |
| 1216 | - $html_var = $cf['htmlvar_name']; |
|
| 1217 | - |
|
| 1218 | - // Check if there is a custom field specific filter. |
|
| 1219 | - if(has_filter("geodir_custom_field_input_taxonomy_{$html_var}")){ |
|
| 1220 | - /** |
|
| 1221 | - * Filter the taxonomy html by individual custom field. |
|
| 1222 | - * |
|
| 1223 | - * @param string $html The html to filter. |
|
| 1224 | - * @param array $cf The custom field array. |
|
| 1225 | - * @since 1.6.6 |
|
| 1226 | - */ |
|
| 1227 | - $html = apply_filters("geodir_custom_field_input_taxonomy_{$html_var}",$html,$cf); |
|
| 1228 | - } |
|
| 1229 | - |
|
| 1230 | - // If no html then we run the standard output. |
|
| 1231 | - if(empty($html)) { |
|
| 1232 | - |
|
| 1233 | - ob_start(); // Start buffering; |
|
| 1234 | - $value = geodir_get_cf_value($cf); |
|
| 1235 | - |
|
| 1236 | - $name = $cf['name']; |
|
| 1237 | - $site_title = $cf['site_title']; |
|
| 1238 | - $admin_desc = $cf['desc']; |
|
| 1239 | - $is_required = $cf['is_required']; |
|
| 1240 | - $is_admin = $cf['is_admin']; |
|
| 1241 | - $required_msg = $cf['required_msg']; |
|
| 1242 | - |
|
| 1243 | - if ($value == $cf['default']) { |
|
| 1244 | - $value = ''; |
|
| 1245 | - } ?> |
|
| 1216 | + $html_var = $cf['htmlvar_name']; |
|
| 1217 | + |
|
| 1218 | + // Check if there is a custom field specific filter. |
|
| 1219 | + if(has_filter("geodir_custom_field_input_taxonomy_{$html_var}")){ |
|
| 1220 | + /** |
|
| 1221 | + * Filter the taxonomy html by individual custom field. |
|
| 1222 | + * |
|
| 1223 | + * @param string $html The html to filter. |
|
| 1224 | + * @param array $cf The custom field array. |
|
| 1225 | + * @since 1.6.6 |
|
| 1226 | + */ |
|
| 1227 | + $html = apply_filters("geodir_custom_field_input_taxonomy_{$html_var}",$html,$cf); |
|
| 1228 | + } |
|
| 1229 | + |
|
| 1230 | + // If no html then we run the standard output. |
|
| 1231 | + if(empty($html)) { |
|
| 1232 | + |
|
| 1233 | + ob_start(); // Start buffering; |
|
| 1234 | + $value = geodir_get_cf_value($cf); |
|
| 1235 | + |
|
| 1236 | + $name = $cf['name']; |
|
| 1237 | + $site_title = $cf['site_title']; |
|
| 1238 | + $admin_desc = $cf['desc']; |
|
| 1239 | + $is_required = $cf['is_required']; |
|
| 1240 | + $is_admin = $cf['is_admin']; |
|
| 1241 | + $required_msg = $cf['required_msg']; |
|
| 1242 | + |
|
| 1243 | + if ($value == $cf['default']) { |
|
| 1244 | + $value = ''; |
|
| 1245 | + } ?> |
|
| 1246 | 1246 | <div id="<?php echo $name;?>_row" |
| 1247 | 1247 | class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
| 1248 | 1248 | <label> |
| 1249 | 1249 | <?php $site_title = __($site_title, 'geodirectory'); |
| 1250 | - echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 1250 | + echo (trim($site_title)) ? $site_title : ' '; ?> |
|
| 1251 | 1251 | <?php if ($is_required) echo '<span>*</span>';?> |
| 1252 | 1252 | </label> |
| 1253 | 1253 | |
| 1254 | 1254 | <div id="<?php echo $name;?>" class="geodir_taxonomy_field" style="float:left; width:70%;"> |
| 1255 | 1255 | <?php |
| 1256 | - global $wpdb, $post, $cat_display, $post_cat, $package_id, $exclude_cats; |
|
| 1256 | + global $wpdb, $post, $cat_display, $post_cat, $package_id, $exclude_cats; |
|
| 1257 | 1257 | |
| 1258 | - $exclude_cats = array(); |
|
| 1258 | + $exclude_cats = array(); |
|
| 1259 | 1259 | |
| 1260 | - if ($is_admin == '1') { |
|
| 1260 | + if ($is_admin == '1') { |
|
| 1261 | 1261 | |
| 1262 | - $post_type = get_post_type(); |
|
| 1262 | + $post_type = get_post_type(); |
|
| 1263 | 1263 | |
| 1264 | - $package_info = array(); |
|
| 1264 | + $package_info = array(); |
|
| 1265 | 1265 | |
| 1266 | - $package_info = (array)geodir_post_package_info($package_info, $post, $post_type); |
|
| 1266 | + $package_info = (array)geodir_post_package_info($package_info, $post, $post_type); |
|
| 1267 | 1267 | |
| 1268 | - if (!empty($package_info)) { |
|
| 1268 | + if (!empty($package_info)) { |
|
| 1269 | 1269 | |
| 1270 | - if (isset($package_info['cat']) && $package_info['cat'] != '') { |
|
| 1270 | + if (isset($package_info['cat']) && $package_info['cat'] != '') { |
|
| 1271 | 1271 | |
| 1272 | - $exclude_cats = explode(',', $package_info['cat']); |
|
| 1272 | + $exclude_cats = explode(',', $package_info['cat']); |
|
| 1273 | 1273 | |
| 1274 | - } |
|
| 1275 | - } |
|
| 1276 | - } |
|
| 1274 | + } |
|
| 1275 | + } |
|
| 1276 | + } |
|
| 1277 | 1277 | |
| 1278 | - $cat_display = unserialize($cf['extra_fields']); |
|
| 1278 | + $cat_display = unserialize($cf['extra_fields']); |
|
| 1279 | 1279 | |
| 1280 | - if (isset($_REQUEST['backandedit']) && (is_array($post_cat[$name]) && !empty($post_cat[$name]))) { |
|
| 1280 | + if (isset($_REQUEST['backandedit']) && (is_array($post_cat[$name]) && !empty($post_cat[$name]))) { |
|
| 1281 | 1281 | |
| 1282 | - $post_cat = implode(",", $post_cat[$name]); |
|
| 1282 | + $post_cat = implode(",", $post_cat[$name]); |
|
| 1283 | 1283 | |
| 1284 | - } else { |
|
| 1285 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') |
|
| 1286 | - $post_cat = geodir_get_post_meta($_REQUEST['pid'], $name, true); |
|
| 1287 | - } |
|
| 1284 | + } else { |
|
| 1285 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') |
|
| 1286 | + $post_cat = geodir_get_post_meta($_REQUEST['pid'], $name, true); |
|
| 1287 | + } |
|
| 1288 | 1288 | |
| 1289 | 1289 | |
| 1290 | - global $geodir_addon_list; |
|
| 1291 | - if (!empty($geodir_addon_list) && array_key_exists('geodir_payment_manager', $geodir_addon_list) && $geodir_addon_list['geodir_payment_manager'] == 'yes') { |
|
| 1290 | + global $geodir_addon_list; |
|
| 1291 | + if (!empty($geodir_addon_list) && array_key_exists('geodir_payment_manager', $geodir_addon_list) && $geodir_addon_list['geodir_payment_manager'] == 'yes') { |
|
| 1292 | 1292 | |
| 1293 | - $catadd_limit = $wpdb->get_var( |
|
| 1294 | - $wpdb->prepare( |
|
| 1295 | - "SELECT cat_limit FROM " . GEODIR_PRICE_TABLE . " WHERE pid = %d", |
|
| 1296 | - array($package_id) |
|
| 1297 | - ) |
|
| 1298 | - ); |
|
| 1293 | + $catadd_limit = $wpdb->get_var( |
|
| 1294 | + $wpdb->prepare( |
|
| 1295 | + "SELECT cat_limit FROM " . GEODIR_PRICE_TABLE . " WHERE pid = %d", |
|
| 1296 | + array($package_id) |
|
| 1297 | + ) |
|
| 1298 | + ); |
|
| 1299 | 1299 | |
| 1300 | 1300 | |
| 1301 | - } else { |
|
| 1302 | - $catadd_limit = 0; |
|
| 1303 | - } |
|
| 1301 | + } else { |
|
| 1302 | + $catadd_limit = 0; |
|
| 1303 | + } |
|
| 1304 | 1304 | |
| 1305 | 1305 | |
| 1306 | - if ($cat_display != '' && $cat_display != 'ajax_chained') { |
|
| 1306 | + if ($cat_display != '' && $cat_display != 'ajax_chained') { |
|
| 1307 | 1307 | |
| 1308 | - $required_limit_msg = ''; |
|
| 1309 | - if ($catadd_limit > 0 && $cat_display != 'select' && $cat_display != 'radio') { |
|
| 1308 | + $required_limit_msg = ''; |
|
| 1309 | + if ($catadd_limit > 0 && $cat_display != 'select' && $cat_display != 'radio') { |
|
| 1310 | 1310 | |
| 1311 | - $required_limit_msg = __('Only select', 'geodirectory') . ' ' . $catadd_limit . __(' categories for this package.', 'geodirectory'); |
|
| 1311 | + $required_limit_msg = __('Only select', 'geodirectory') . ' ' . $catadd_limit . __(' categories for this package.', 'geodirectory'); |
|
| 1312 | 1312 | |
| 1313 | - } else { |
|
| 1314 | - $required_limit_msg = $required_msg; |
|
| 1315 | - } |
|
| 1313 | + } else { |
|
| 1314 | + $required_limit_msg = $required_msg; |
|
| 1315 | + } |
|
| 1316 | 1316 | |
| 1317 | - echo '<input type="hidden" cat_limit="' . $catadd_limit . '" id="cat_limit" value="' . esc_attr($required_limit_msg) . '" name="cat_limit[' . $name . ']" />'; |
|
| 1317 | + echo '<input type="hidden" cat_limit="' . $catadd_limit . '" id="cat_limit" value="' . esc_attr($required_limit_msg) . '" name="cat_limit[' . $name . ']" />'; |
|
| 1318 | 1318 | |
| 1319 | 1319 | |
| 1320 | - if ($cat_display == 'select' || $cat_display == 'multiselect') { |
|
| 1320 | + if ($cat_display == 'select' || $cat_display == 'multiselect') { |
|
| 1321 | 1321 | |
| 1322 | - $cat_display == ''; |
|
| 1323 | - $multiple = ''; |
|
| 1324 | - if ($cat_display == 'multiselect') |
|
| 1325 | - $multiple = 'multiple="multiple"'; |
|
| 1322 | + $cat_display == ''; |
|
| 1323 | + $multiple = ''; |
|
| 1324 | + if ($cat_display == 'multiselect') |
|
| 1325 | + $multiple = 'multiple="multiple"'; |
|
| 1326 | 1326 | |
| 1327 | - echo '<select id="' . $name . '" ' . $multiple . ' type="' . $name . '" name="post_category[' . $name . '][]" alt="' . $name . '" field_type="' . $cat_display . '" class="geodir_textfield textfield_x chosen_select" data-placeholder="' . __('Select Category', 'geodirectory') . '">'; |
|
| 1327 | + echo '<select id="' . $name . '" ' . $multiple . ' type="' . $name . '" name="post_category[' . $name . '][]" alt="' . $name . '" field_type="' . $cat_display . '" class="geodir_textfield textfield_x chosen_select" data-placeholder="' . __('Select Category', 'geodirectory') . '">'; |
|
| 1328 | 1328 | |
| 1329 | 1329 | |
| 1330 | - if ($cat_display == 'select') |
|
| 1331 | - echo '<option value="">' . __('Select Category', 'geodirectory') . '</option>'; |
|
| 1330 | + if ($cat_display == 'select') |
|
| 1331 | + echo '<option value="">' . __('Select Category', 'geodirectory') . '</option>'; |
|
| 1332 | 1332 | |
| 1333 | - } |
|
| 1333 | + } |
|
| 1334 | 1334 | |
| 1335 | - echo geodir_custom_taxonomy_walker($name, $catadd_limit = 0); |
|
| 1335 | + echo geodir_custom_taxonomy_walker($name, $catadd_limit = 0); |
|
| 1336 | 1336 | |
| 1337 | - if ($cat_display == 'select' || $cat_display == 'multiselect') |
|
| 1338 | - echo '</select>'; |
|
| 1337 | + if ($cat_display == 'select' || $cat_display == 'multiselect') |
|
| 1338 | + echo '</select>'; |
|
| 1339 | 1339 | |
| 1340 | - } else { |
|
| 1340 | + } else { |
|
| 1341 | 1341 | |
| 1342 | - echo geodir_custom_taxonomy_walker2($name, $catadd_limit); |
|
| 1342 | + echo geodir_custom_taxonomy_walker2($name, $catadd_limit); |
|
| 1343 | 1343 | |
| 1344 | - } |
|
| 1344 | + } |
|
| 1345 | 1345 | |
| 1346 | - ?> |
|
| 1346 | + ?> |
|
| 1347 | 1347 | </div> |
| 1348 | 1348 | |
| 1349 | 1349 | <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory');?></span> |
@@ -1353,10 +1353,10 @@ discard block |
||
| 1353 | 1353 | </div> |
| 1354 | 1354 | |
| 1355 | 1355 | <?php |
| 1356 | - $html = ob_get_clean(); |
|
| 1357 | - } |
|
| 1356 | + $html = ob_get_clean(); |
|
| 1357 | + } |
|
| 1358 | 1358 | |
| 1359 | - return $html; |
|
| 1359 | + return $html; |
|
| 1360 | 1360 | } |
| 1361 | 1361 | add_filter('geodir_custom_field_input_taxonomy','geodir_cfi_taxonomy',10,2); |
| 1362 | 1362 | |
@@ -1372,74 +1372,74 @@ discard block |
||
| 1372 | 1372 | */ |
| 1373 | 1373 | function geodir_cfi_file($html,$cf){ |
| 1374 | 1374 | |
| 1375 | - $html_var = $cf['htmlvar_name']; |
|
| 1375 | + $html_var = $cf['htmlvar_name']; |
|
| 1376 | 1376 | |
| 1377 | - // Check if there is a custom field specific filter. |
|
| 1378 | - if(has_filter("geodir_custom_field_input_file_{$html_var}")){ |
|
| 1379 | - /** |
|
| 1380 | - * Filter the file html by individual custom field. |
|
| 1381 | - * |
|
| 1382 | - * @param string $html The html to filter. |
|
| 1383 | - * @param array $cf The custom field array. |
|
| 1384 | - * @since 1.6.6 |
|
| 1385 | - */ |
|
| 1386 | - $html = apply_filters("geodir_custom_field_input_file_{$html_var}",$html,$cf); |
|
| 1387 | - } |
|
| 1377 | + // Check if there is a custom field specific filter. |
|
| 1378 | + if(has_filter("geodir_custom_field_input_file_{$html_var}")){ |
|
| 1379 | + /** |
|
| 1380 | + * Filter the file html by individual custom field. |
|
| 1381 | + * |
|
| 1382 | + * @param string $html The html to filter. |
|
| 1383 | + * @param array $cf The custom field array. |
|
| 1384 | + * @since 1.6.6 |
|
| 1385 | + */ |
|
| 1386 | + $html = apply_filters("geodir_custom_field_input_file_{$html_var}",$html,$cf); |
|
| 1387 | + } |
|
| 1388 | 1388 | |
| 1389 | - // If no html then we run the standard output. |
|
| 1390 | - if(empty($html)) { |
|
| 1389 | + // If no html then we run the standard output. |
|
| 1390 | + if(empty($html)) { |
|
| 1391 | 1391 | |
| 1392 | - ob_start(); // Start buffering; |
|
| 1393 | - $value = geodir_get_cf_value($cf); |
|
| 1392 | + ob_start(); // Start buffering; |
|
| 1393 | + $value = geodir_get_cf_value($cf); |
|
| 1394 | 1394 | |
| 1395 | - $name = $cf['name']; |
|
| 1396 | - $site_title = $cf['site_title']; |
|
| 1397 | - $admin_desc = $cf['desc']; |
|
| 1398 | - $is_required = $cf['is_required']; |
|
| 1399 | - $required_msg = $cf['required_msg']; |
|
| 1400 | - $extra_fields = unserialize($cf['extra_fields']); |
|
| 1395 | + $name = $cf['name']; |
|
| 1396 | + $site_title = $cf['site_title']; |
|
| 1397 | + $admin_desc = $cf['desc']; |
|
| 1398 | + $is_required = $cf['is_required']; |
|
| 1399 | + $required_msg = $cf['required_msg']; |
|
| 1400 | + $extra_fields = unserialize($cf['extra_fields']); |
|
| 1401 | 1401 | |
| 1402 | 1402 | |
| 1403 | - // adjust values here |
|
| 1404 | - $file_id = $name; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls |
|
| 1403 | + // adjust values here |
|
| 1404 | + $file_id = $name; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls |
|
| 1405 | 1405 | |
| 1406 | - if ($value != '') { |
|
| 1406 | + if ($value != '') { |
|
| 1407 | 1407 | |
| 1408 | - $file_value = trim($value, ","); // this will be initial value of the above form field. Image urls. |
|
| 1408 | + $file_value = trim($value, ","); // this will be initial value of the above form field. Image urls. |
|
| 1409 | 1409 | |
| 1410 | - } else |
|
| 1411 | - $file_value = ''; |
|
| 1410 | + } else |
|
| 1411 | + $file_value = ''; |
|
| 1412 | 1412 | |
| 1413 | - if (isset($extra_fields['file_multiple']) && $extra_fields['file_multiple']) |
|
| 1414 | - $file_multiple = true; // allow multiple files upload |
|
| 1415 | - else |
|
| 1416 | - $file_multiple = false; |
|
| 1413 | + if (isset($extra_fields['file_multiple']) && $extra_fields['file_multiple']) |
|
| 1414 | + $file_multiple = true; // allow multiple files upload |
|
| 1415 | + else |
|
| 1416 | + $file_multiple = false; |
|
| 1417 | 1417 | |
| 1418 | - if (isset($extra_fields['image_limit']) && $extra_fields['image_limit']) |
|
| 1419 | - $file_image_limit = $extra_fields['image_limit']; |
|
| 1420 | - else |
|
| 1421 | - $file_image_limit = 1; |
|
| 1418 | + if (isset($extra_fields['image_limit']) && $extra_fields['image_limit']) |
|
| 1419 | + $file_image_limit = $extra_fields['image_limit']; |
|
| 1420 | + else |
|
| 1421 | + $file_image_limit = 1; |
|
| 1422 | 1422 | |
| 1423 | - $file_width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels) |
|
| 1423 | + $file_width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels) |
|
| 1424 | 1424 | |
| 1425 | - $file_height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels) |
|
| 1425 | + $file_height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels) |
|
| 1426 | 1426 | |
| 1427 | - if (!empty($file_value)) { |
|
| 1428 | - $curImages = explode(',', $file_value); |
|
| 1429 | - if (!empty($curImages)) |
|
| 1430 | - $file_totImg = count($curImages); |
|
| 1431 | - } |
|
| 1427 | + if (!empty($file_value)) { |
|
| 1428 | + $curImages = explode(',', $file_value); |
|
| 1429 | + if (!empty($curImages)) |
|
| 1430 | + $file_totImg = count($curImages); |
|
| 1431 | + } |
|
| 1432 | 1432 | |
| 1433 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? implode(",", $extra_fields['gd_file_types']) : ''; |
|
| 1434 | - $display_file_types = $allowed_file_types != '' ? '.' . implode(", .", $extra_fields['gd_file_types']) : ''; |
|
| 1433 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? implode(",", $extra_fields['gd_file_types']) : ''; |
|
| 1434 | + $display_file_types = $allowed_file_types != '' ? '.' . implode(", .", $extra_fields['gd_file_types']) : ''; |
|
| 1435 | 1435 | |
| 1436 | - ?> |
|
| 1436 | + ?> |
|
| 1437 | 1437 | <?php /*?> <h5 class="geodir-form_title"> <?php echo $site_title; ?> |
| 1438 | 1438 | <?php if($file_image_limit!=0 && $file_image_limit==1 ){echo '<br /><small>('.__('You can upload').' '.$file_image_limit.' '.__('image with this package').')</small>';} ?> |
| 1439 | 1439 | <?php if($file_image_limit!=0 && $file_image_limit>1 ){echo '<br /><small>('.__('You can upload').' '.$file_image_limit.' '.__('images with this package').')</small>';} ?> |
| 1440 | 1440 | <?php if($file_image_limit==0){echo '<br /><small>('.__('You can upload unlimited images with this package').')</small>';} ?> |
| 1441 | 1441 | </h5> <?php */ |
| 1442 | - ?> |
|
| 1442 | + ?> |
|
| 1443 | 1443 | |
| 1444 | 1444 | <div id="<?php echo $name;?>_row" |
| 1445 | 1445 | class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
@@ -1447,7 +1447,7 @@ discard block |
||
| 1447 | 1447 | <div id="<?php echo $file_id; ?>dropbox" style="text-align:center;"> |
| 1448 | 1448 | <label |
| 1449 | 1449 | style="text-align:left; padding-top:10px;"><?php $site_title = __($site_title, 'geodirectory'); |
| 1450 | - echo $site_title; ?><?php if ($is_required) echo '<span>*</span>';?></label> |
|
| 1450 | + echo $site_title; ?><?php if ($is_required) echo '<span>*</span>';?></label> |
|
| 1451 | 1451 | <input class="geodir-custom-file-upload" field_type="file" type="hidden" |
| 1452 | 1452 | name="<?php echo $file_id; ?>" id="<?php echo $file_id; ?>" |
| 1453 | 1453 | value="<?php echo esc_attr($file_value); ?>"/> |
@@ -1459,17 +1459,17 @@ discard block |
||
| 1459 | 1459 | <?php } ?> |
| 1460 | 1460 | <input type="hidden" name="<?php echo $file_id; ?>totImg" id="<?php echo $file_id; ?>totImg" |
| 1461 | 1461 | value="<?php if (isset($file_totImg)) { |
| 1462 | - echo esc_attr($file_totImg); |
|
| 1463 | - } else { |
|
| 1464 | - echo '0'; |
|
| 1465 | - } ?>"/> |
|
| 1462 | + echo esc_attr($file_totImg); |
|
| 1463 | + } else { |
|
| 1464 | + echo '0'; |
|
| 1465 | + } ?>"/> |
|
| 1466 | 1466 | |
| 1467 | 1467 | <div style="float:left; width:55%;"> |
| 1468 | 1468 | <div |
| 1469 | 1469 | class="plupload-upload-uic hide-if-no-js <?php if ($file_multiple): ?>plupload-upload-uic-multiple<?php endif; ?>" |
| 1470 | 1470 | id="<?php echo $file_id; ?>plupload-upload-ui" style="float:left; width:30%;"> |
| 1471 | 1471 | <?php /*?><h4><?php _e('Drop files to upload');?></h4><br/><?php */ |
| 1472 | - ?> |
|
| 1472 | + ?> |
|
| 1473 | 1473 | <input id="<?php echo $file_id; ?>plupload-browse-button" type="button" |
| 1474 | 1474 | value="<?php ($file_image_limit > 1 ? esc_attr_e('Select Files', 'geodirectory') : esc_attr_e('Select File', 'geodirectory') ); ?>" |
| 1475 | 1475 | class="geodir_button" style="margin-top:10px;"/> |
@@ -1488,7 +1488,7 @@ discard block |
||
| 1488 | 1488 | style=" clear:inherit; margin-top:0; margin-left:15px; padding-top:10px; float:left; width:50%;"> |
| 1489 | 1489 | </div> |
| 1490 | 1490 | <?php /*?><span id="upload-msg" ><?php _e('Please drag & drop the images to rearrange the order');?></span><?php */ |
| 1491 | - ?> |
|
| 1491 | + ?> |
|
| 1492 | 1492 | |
| 1493 | 1493 | <span id="<?php echo $file_id; ?>upload-error" style="display:none"></span> |
| 1494 | 1494 | |
@@ -1502,9 +1502,9 @@ discard block |
||
| 1502 | 1502 | |
| 1503 | 1503 | |
| 1504 | 1504 | <?php |
| 1505 | - $html = ob_get_clean(); |
|
| 1506 | - } |
|
| 1505 | + $html = ob_get_clean(); |
|
| 1506 | + } |
|
| 1507 | 1507 | |
| 1508 | - return $html; |
|
| 1508 | + return $html; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | add_filter('geodir_custom_field_input_file','geodir_cfi_file',10,2); |
| 1511 | 1511 | \ No newline at end of file |
@@ -17,12 +17,12 @@ discard block |
||
| 17 | 17 | * |
| 18 | 18 | * @return string The html to output for the custom field. |
| 19 | 19 | */ |
| 20 | -function geodir_cfi_fieldset($html,$cf){ |
|
| 20 | +function geodir_cfi_fieldset($html, $cf) { |
|
| 21 | 21 | |
| 22 | 22 | $html_var = $cf['htmlvar_name']; |
| 23 | 23 | |
| 24 | 24 | // Check if there is a custom field specific filter. |
| 25 | - if(has_filter("geodir_custom_field_input_fieldset_{$html_var}")){ |
|
| 25 | + if (has_filter("geodir_custom_field_input_fieldset_{$html_var}")) { |
|
| 26 | 26 | /** |
| 27 | 27 | * Filter the fieldset html by individual custom field. |
| 28 | 28 | * |
@@ -30,18 +30,18 @@ discard block |
||
| 30 | 30 | * @param array $cf The custom field array. |
| 31 | 31 | * @since 1.6.6 |
| 32 | 32 | */ |
| 33 | - $html = apply_filters("geodir_custom_field_input_fieldset_{$html_var}",$html,$cf); |
|
| 33 | + $html = apply_filters("geodir_custom_field_input_fieldset_{$html_var}", $html, $cf); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | // If no html then we run the standard output. |
| 37 | - if(empty($html)) { |
|
| 37 | + if (empty($html)) { |
|
| 38 | 38 | |
| 39 | 39 | ob_start(); // Start buffering; |
| 40 | 40 | ?> |
| 41 | 41 | <h5 id="geodir_fieldset_<?php echo (int) $cf['id']; ?>" class="geodir-fieldset-row" |
| 42 | - gd-fieldset="<?php echo (int) $cf['id']; ?>"><?php echo __( $cf['site_title'], 'geodirectory' ); ?> |
|
| 43 | - <?php if ( $cf['desc'] != '' ) { |
|
| 44 | - echo '<small>( ' . __( $cf['desc'], 'geodirectory' ) . ' )</small>'; |
|
| 42 | + gd-fieldset="<?php echo (int) $cf['id']; ?>"><?php echo __($cf['site_title'], 'geodirectory'); ?> |
|
| 43 | + <?php if ($cf['desc'] != '') { |
|
| 44 | + echo '<small>( '.__($cf['desc'], 'geodirectory').' )</small>'; |
|
| 45 | 45 | } ?></h5> |
| 46 | 46 | <?php |
| 47 | 47 | $html = ob_get_clean(); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | |
| 50 | 50 | return $html; |
| 51 | 51 | } |
| 52 | -add_filter('geodir_custom_field_input_fieldset','geodir_cfi_fieldset',10,2); |
|
| 52 | +add_filter('geodir_custom_field_input_fieldset', 'geodir_cfi_fieldset', 10, 2); |
|
| 53 | 53 | |
| 54 | 54 | |
| 55 | 55 | |
@@ -62,12 +62,12 @@ discard block |
||
| 62 | 62 | * |
| 63 | 63 | * @return string The html to output for the custom field. |
| 64 | 64 | */ |
| 65 | -function geodir_cfi_text($html,$cf){ |
|
| 65 | +function geodir_cfi_text($html, $cf) { |
|
| 66 | 66 | |
| 67 | 67 | $html_var = $cf['htmlvar_name']; |
| 68 | 68 | |
| 69 | 69 | // Check if there is a custom field specific filter. |
| 70 | - if(has_filter("geodir_custom_field_input_text_{$html_var}")){ |
|
| 70 | + if (has_filter("geodir_custom_field_input_text_{$html_var}")) { |
|
| 71 | 71 | /** |
| 72 | 72 | * Filter the text html by individual custom field. |
| 73 | 73 | * |
@@ -75,41 +75,41 @@ discard block |
||
| 75 | 75 | * @param array $cf The custom field array. |
| 76 | 76 | * @since 1.6.6 |
| 77 | 77 | */ |
| 78 | - $html = apply_filters("geodir_custom_field_input_text_{$html_var}",$html,$cf); |
|
| 78 | + $html = apply_filters("geodir_custom_field_input_text_{$html_var}", $html, $cf); |
|
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | // If no html then we run the standard output. |
| 82 | - if(empty($html)) { |
|
| 82 | + if (empty($html)) { |
|
| 83 | 83 | |
| 84 | 84 | ob_start(); // Start buffering; |
| 85 | 85 | |
| 86 | 86 | $value = geodir_get_cf_value($cf); |
| 87 | 87 | $type = $cf['type']; |
| 88 | 88 | //number and float validation $validation_pattern |
| 89 | - if(isset($cf['data_type']) && $cf['data_type']=='INT'){$type = 'number';} |
|
| 90 | - elseif(isset($cf['data_type']) && $cf['data_type']=='FLOAT'){$type = 'float';} |
|
| 89 | + if (isset($cf['data_type']) && $cf['data_type'] == 'INT') {$type = 'number'; } |
|
| 90 | + elseif (isset($cf['data_type']) && $cf['data_type'] == 'FLOAT') {$type = 'float'; } |
|
| 91 | 91 | |
| 92 | 92 | //validation |
| 93 | - if(isset($cf['validation_pattern']) && $cf['validation_pattern']){ |
|
| 93 | + if (isset($cf['validation_pattern']) && $cf['validation_pattern']) { |
|
| 94 | 94 | $validation = 'pattern="'.$cf['validation_pattern'].'"'; |
| 95 | - }else{$validation='';} |
|
| 95 | + } else {$validation = ''; } |
|
| 96 | 96 | |
| 97 | 97 | // validation message |
| 98 | - if(isset($cf['validation_msg']) && $cf['validation_msg']){ |
|
| 98 | + if (isset($cf['validation_msg']) && $cf['validation_msg']) { |
|
| 99 | 99 | $validation_msg = 'title="'.$cf['validation_msg'].'"'; |
| 100 | - }else{$validation_msg='';} |
|
| 100 | + } else {$validation_msg = ''; } |
|
| 101 | 101 | ?> |
| 102 | 102 | |
| 103 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 104 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 103 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 104 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 105 | 105 | <label> |
| 106 | 106 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 107 | 107 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 108 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 108 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 109 | 109 | </label> |
| 110 | - <input field_type="<?php echo $type;?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
|
| 111 | - value="<?php echo esc_attr(stripslashes($value));?>" type="<?php echo $type;?>" class="geodir_textfield" <?php echo $validation;echo $validation_msg;?> /> |
|
| 112 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 110 | + <input field_type="<?php echo $type; ?>" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" |
|
| 111 | + value="<?php echo esc_attr(stripslashes($value)); ?>" type="<?php echo $type; ?>" class="geodir_textfield" <?php echo $validation; echo $validation_msg; ?> /> |
|
| 112 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 113 | 113 | <?php if ($cf['is_required']) { ?> |
| 114 | 114 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 115 | 115 | <?php } ?> |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | |
| 122 | 122 | return $html; |
| 123 | 123 | } |
| 124 | -add_filter('geodir_custom_field_input_text','geodir_cfi_text',10,2); |
|
| 124 | +add_filter('geodir_custom_field_input_text', 'geodir_cfi_text', 10, 2); |
|
| 125 | 125 | |
| 126 | 126 | |
| 127 | 127 | /** |
@@ -133,12 +133,12 @@ discard block |
||
| 133 | 133 | * |
| 134 | 134 | * @return string The html to output for the custom field. |
| 135 | 135 | */ |
| 136 | -function geodir_cfi_email($html,$cf){ |
|
| 136 | +function geodir_cfi_email($html, $cf) { |
|
| 137 | 137 | |
| 138 | 138 | $html_var = $cf['htmlvar_name']; |
| 139 | 139 | |
| 140 | 140 | // Check if there is a custom field specific filter. |
| 141 | - if(has_filter("geodir_custom_field_input_email_{$html_var}")){ |
|
| 141 | + if (has_filter("geodir_custom_field_input_email_{$html_var}")) { |
|
| 142 | 142 | /** |
| 143 | 143 | * Filter the email html by individual custom field. |
| 144 | 144 | * |
@@ -146,11 +146,11 @@ discard block |
||
| 146 | 146 | * @param array $cf The custom field array. |
| 147 | 147 | * @since 1.6.6 |
| 148 | 148 | */ |
| 149 | - $html = apply_filters("geodir_custom_field_input_email_{$html_var}",$html,$cf); |
|
| 149 | + $html = apply_filters("geodir_custom_field_input_email_{$html_var}", $html, $cf); |
|
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | // If no html then we run the standard output. |
| 153 | - if(empty($html)) { |
|
| 153 | + if (empty($html)) { |
|
| 154 | 154 | |
| 155 | 155 | ob_start(); // Start buffering; |
| 156 | 156 | $value = geodir_get_cf_value($cf); |
@@ -159,16 +159,16 @@ discard block |
||
| 159 | 159 | $value = ''; |
| 160 | 160 | }?> |
| 161 | 161 | |
| 162 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 163 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 162 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 163 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 164 | 164 | <label> |
| 165 | 165 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 166 | 166 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 167 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 167 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 168 | 168 | </label> |
| 169 | - <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
|
| 170 | - value="<?php echo esc_attr(stripslashes($value));?>" type="email" class="geodir_textfield"/> |
|
| 171 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 169 | + <input field_type="<?php echo $cf['type']; ?>" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" |
|
| 170 | + value="<?php echo esc_attr(stripslashes($value)); ?>" type="email" class="geodir_textfield"/> |
|
| 171 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 172 | 172 | <?php if ($cf['is_required']) { ?> |
| 173 | 173 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 174 | 174 | <?php } ?> |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | |
| 181 | 181 | return $html; |
| 182 | 182 | } |
| 183 | -add_filter('geodir_custom_field_input_email','geodir_cfi_email',10,2); |
|
| 183 | +add_filter('geodir_custom_field_input_email', 'geodir_cfi_email', 10, 2); |
|
| 184 | 184 | |
| 185 | 185 | |
| 186 | 186 | |
@@ -193,12 +193,12 @@ discard block |
||
| 193 | 193 | * |
| 194 | 194 | * @return string The html to output for the custom field. |
| 195 | 195 | */ |
| 196 | -function geodir_cfi_phone($html,$cf){ |
|
| 196 | +function geodir_cfi_phone($html, $cf) { |
|
| 197 | 197 | |
| 198 | 198 | $html_var = $cf['htmlvar_name']; |
| 199 | 199 | |
| 200 | 200 | // Check if there is a custom field specific filter. |
| 201 | - if(has_filter("geodir_custom_field_input_phone_{$html_var}")){ |
|
| 201 | + if (has_filter("geodir_custom_field_input_phone_{$html_var}")) { |
|
| 202 | 202 | /** |
| 203 | 203 | * Filter the phone html by individual custom field. |
| 204 | 204 | * |
@@ -206,11 +206,11 @@ discard block |
||
| 206 | 206 | * @param array $cf The custom field array. |
| 207 | 207 | * @since 1.6.6 |
| 208 | 208 | */ |
| 209 | - $html = apply_filters("geodir_custom_field_input_phone_{$html_var}",$html,$cf); |
|
| 209 | + $html = apply_filters("geodir_custom_field_input_phone_{$html_var}", $html, $cf); |
|
| 210 | 210 | } |
| 211 | 211 | |
| 212 | 212 | // If no html then we run the standard output. |
| 213 | - if(empty($html)) { |
|
| 213 | + if (empty($html)) { |
|
| 214 | 214 | |
| 215 | 215 | ob_start(); // Start buffering; |
| 216 | 216 | $value = geodir_get_cf_value($cf); |
@@ -219,16 +219,16 @@ discard block |
||
| 219 | 219 | $value = ''; |
| 220 | 220 | }?> |
| 221 | 221 | |
| 222 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 223 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 222 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 223 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 224 | 224 | <label> |
| 225 | 225 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 226 | 226 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 227 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 227 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 228 | 228 | </label> |
| 229 | - <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
|
| 230 | - value="<?php echo esc_attr(stripslashes($value));?>" type="tel" class="geodir_textfield"/> |
|
| 231 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 229 | + <input field_type="<?php echo $cf['type']; ?>" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" |
|
| 230 | + value="<?php echo esc_attr(stripslashes($value)); ?>" type="tel" class="geodir_textfield"/> |
|
| 231 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 232 | 232 | <?php if ($cf['is_required']) { ?> |
| 233 | 233 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 234 | 234 | <?php } ?> |
@@ -240,7 +240,7 @@ discard block |
||
| 240 | 240 | |
| 241 | 241 | return $html; |
| 242 | 242 | } |
| 243 | -add_filter('geodir_custom_field_input_phone','geodir_cfi_phone',10,2); |
|
| 243 | +add_filter('geodir_custom_field_input_phone', 'geodir_cfi_phone', 10, 2); |
|
| 244 | 244 | |
| 245 | 245 | |
| 246 | 246 | |
@@ -253,12 +253,12 @@ discard block |
||
| 253 | 253 | * |
| 254 | 254 | * @return string The html to output for the custom field. |
| 255 | 255 | */ |
| 256 | -function geodir_cfi_url($html,$cf){ |
|
| 256 | +function geodir_cfi_url($html, $cf) { |
|
| 257 | 257 | |
| 258 | 258 | $html_var = $cf['htmlvar_name']; |
| 259 | 259 | |
| 260 | 260 | // Check if there is a custom field specific filter. |
| 261 | - if(has_filter("geodir_custom_field_input_url_{$html_var}")){ |
|
| 261 | + if (has_filter("geodir_custom_field_input_url_{$html_var}")) { |
|
| 262 | 262 | /** |
| 263 | 263 | * Filter the url html by individual custom field. |
| 264 | 264 | * |
@@ -266,11 +266,11 @@ discard block |
||
| 266 | 266 | * @param array $cf The custom field array. |
| 267 | 267 | * @since 1.6.6 |
| 268 | 268 | */ |
| 269 | - $html = apply_filters("geodir_custom_field_input_url_{$html_var}",$html,$cf); |
|
| 269 | + $html = apply_filters("geodir_custom_field_input_url_{$html_var}", $html, $cf); |
|
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | // If no html then we run the standard output. |
| 273 | - if(empty($html)) { |
|
| 273 | + if (empty($html)) { |
|
| 274 | 274 | |
| 275 | 275 | ob_start(); // Start buffering; |
| 276 | 276 | $value = geodir_get_cf_value($cf); |
@@ -279,19 +279,19 @@ discard block |
||
| 279 | 279 | $value = ''; |
| 280 | 280 | }?> |
| 281 | 281 | |
| 282 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 283 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 282 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 283 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 284 | 284 | <label> |
| 285 | 285 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 286 | 286 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 287 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 287 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 288 | 288 | </label> |
| 289 | - <input field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
|
| 290 | - value="<?php echo esc_attr(stripslashes($value));?>" type="url" class="geodir_textfield" |
|
| 289 | + <input field_type="<?php echo $cf['type']; ?>" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" |
|
| 290 | + value="<?php echo esc_attr(stripslashes($value)); ?>" type="url" class="geodir_textfield" |
|
| 291 | 291 | oninvalid="setCustomValidity('<?php _e('Please enter a valid URL including http://', 'geodirectory'); ?>')" |
| 292 | 292 | onchange="try{setCustomValidity('')}catch(e){}" |
| 293 | 293 | /> |
| 294 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 294 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 295 | 295 | <?php if ($cf['is_required']) { ?> |
| 296 | 296 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 297 | 297 | <?php } ?> |
@@ -303,7 +303,7 @@ discard block |
||
| 303 | 303 | |
| 304 | 304 | return $html; |
| 305 | 305 | } |
| 306 | -add_filter('geodir_custom_field_input_url','geodir_cfi_url',10,2); |
|
| 306 | +add_filter('geodir_custom_field_input_url', 'geodir_cfi_url', 10, 2); |
|
| 307 | 307 | |
| 308 | 308 | |
| 309 | 309 | /** |
@@ -315,12 +315,12 @@ discard block |
||
| 315 | 315 | * |
| 316 | 316 | * @return string The html to output for the custom field. |
| 317 | 317 | */ |
| 318 | -function geodir_cfi_radio($html,$cf){ |
|
| 318 | +function geodir_cfi_radio($html, $cf) { |
|
| 319 | 319 | |
| 320 | 320 | $html_var = $cf['htmlvar_name']; |
| 321 | 321 | |
| 322 | 322 | // Check if there is a custom field specific filter. |
| 323 | - if(has_filter("geodir_custom_field_input_radio_{$html_var}")){ |
|
| 323 | + if (has_filter("geodir_custom_field_input_radio_{$html_var}")) { |
|
| 324 | 324 | /** |
| 325 | 325 | * Filter the radio html by individual custom field. |
| 326 | 326 | * |
@@ -328,22 +328,22 @@ discard block |
||
| 328 | 328 | * @param array $cf The custom field array. |
| 329 | 329 | * @since 1.6.6 |
| 330 | 330 | */ |
| 331 | - $html = apply_filters("geodir_custom_field_input_radio_{$html_var}",$html,$cf); |
|
| 331 | + $html = apply_filters("geodir_custom_field_input_radio_{$html_var}", $html, $cf); |
|
| 332 | 332 | } |
| 333 | 333 | |
| 334 | 334 | // If no html then we run the standard output. |
| 335 | - if(empty($html)) { |
|
| 335 | + if (empty($html)) { |
|
| 336 | 336 | |
| 337 | 337 | ob_start(); // Start buffering; |
| 338 | 338 | $value = geodir_get_cf_value($cf); |
| 339 | 339 | |
| 340 | 340 | ?> |
| 341 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 342 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 341 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 342 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 343 | 343 | <label> |
| 344 | 344 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 345 | 345 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 346 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 346 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 347 | 347 | </label> |
| 348 | 348 | <?php if ($cf['option_values']) { |
| 349 | 349 | $option_values = geodir_string_values_to_options($cf['option_values'], true); |
@@ -352,14 +352,14 @@ discard block |
||
| 352 | 352 | foreach ($option_values as $option_value) { |
| 353 | 353 | if (empty($option_value['optgroup'])) { |
| 354 | 354 | ?> |
| 355 | - <span class="gd-radios"><input name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" <?php checked($value, $option_value['value']);?> value="<?php echo esc_attr($option_value['value']); ?>" class="gd-checkbox" field_type="<?php echo $cf['type'];?>" type="radio" /><?php echo $option_value['label']; ?></span> |
|
| 355 | + <span class="gd-radios"><input name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" <?php checked($value, $option_value['value']); ?> value="<?php echo esc_attr($option_value['value']); ?>" class="gd-checkbox" field_type="<?php echo $cf['type']; ?>" type="radio" /><?php echo $option_value['label']; ?></span> |
|
| 356 | 356 | <?php |
| 357 | 357 | } |
| 358 | 358 | } |
| 359 | 359 | } |
| 360 | 360 | } |
| 361 | 361 | ?> |
| 362 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 362 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 363 | 363 | <?php if ($cf['is_required']) { ?> |
| 364 | 364 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 365 | 365 | <?php } ?> |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | |
| 372 | 372 | return $html; |
| 373 | 373 | } |
| 374 | -add_filter('geodir_custom_field_input_radio','geodir_cfi_radio',10,2); |
|
| 374 | +add_filter('geodir_custom_field_input_radio', 'geodir_cfi_radio', 10, 2); |
|
| 375 | 375 | |
| 376 | 376 | |
| 377 | 377 | /** |
@@ -383,12 +383,12 @@ discard block |
||
| 383 | 383 | * |
| 384 | 384 | * @return string The html to output for the custom field. |
| 385 | 385 | */ |
| 386 | -function geodir_cfi_checkbox($html,$cf){ |
|
| 386 | +function geodir_cfi_checkbox($html, $cf) { |
|
| 387 | 387 | |
| 388 | 388 | $html_var = $cf['htmlvar_name']; |
| 389 | 389 | |
| 390 | 390 | // Check if there is a custom field specific filter. |
| 391 | - if(has_filter("geodir_custom_field_input_checkbox_{$html_var}")){ |
|
| 391 | + if (has_filter("geodir_custom_field_input_checkbox_{$html_var}")) { |
|
| 392 | 392 | /** |
| 393 | 393 | * Filter the checkbox html by individual custom field. |
| 394 | 394 | * |
@@ -396,11 +396,11 @@ discard block |
||
| 396 | 396 | * @param array $cf The custom field array. |
| 397 | 397 | * @since 1.6.6 |
| 398 | 398 | */ |
| 399 | - $html = apply_filters("geodir_custom_field_input_checkbox_{$html_var}",$html,$cf); |
|
| 399 | + $html = apply_filters("geodir_custom_field_input_checkbox_{$html_var}", $html, $cf); |
|
| 400 | 400 | } |
| 401 | 401 | |
| 402 | 402 | // If no html then we run the standard output. |
| 403 | - if(empty($html)) { |
|
| 403 | + if (empty($html)) { |
|
| 404 | 404 | |
| 405 | 405 | ob_start(); // Start buffering; |
| 406 | 406 | $value = geodir_get_cf_value($cf); |
@@ -411,22 +411,22 @@ discard block |
||
| 411 | 411 | } |
| 412 | 412 | ?> |
| 413 | 413 | |
| 414 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 415 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 414 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 415 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 416 | 416 | <label> |
| 417 | 417 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 418 | 418 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 419 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 419 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 420 | 420 | </label> |
| 421 | 421 | <?php if ($value != '1') { |
| 422 | 422 | $value = '0'; |
| 423 | 423 | }?> |
| 424 | - <input type="hidden" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" value="<?php echo esc_attr($value);?>"/> |
|
| 424 | + <input type="hidden" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" value="<?php echo esc_attr($value); ?>"/> |
|
| 425 | 425 | <input <?php if ($value == '1') { |
| 426 | 426 | echo 'checked="checked"'; |
| 427 | - }?> value="1" class="gd-checkbox" field_type="<?php echo $cf['type'];?>" type="checkbox" |
|
| 428 | - onchange="if(this.checked){jQuery('#<?php echo $cf['name'];?>').val('1');} else{ jQuery('#<?php echo $cf['name'];?>').val('0');}"/> |
|
| 429 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 427 | + }?> value="1" class="gd-checkbox" field_type="<?php echo $cf['type']; ?>" type="checkbox" |
|
| 428 | + onchange="if(this.checked){jQuery('#<?php echo $cf['name']; ?>').val('1');} else{ jQuery('#<?php echo $cf['name']; ?>').val('0');}"/> |
|
| 429 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 430 | 430 | <?php if ($cf['is_required']) { ?> |
| 431 | 431 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 432 | 432 | <?php } ?> |
@@ -438,7 +438,7 @@ discard block |
||
| 438 | 438 | |
| 439 | 439 | return $html; |
| 440 | 440 | } |
| 441 | -add_filter('geodir_custom_field_input_checkbox','geodir_cfi_checkbox',10,2); |
|
| 441 | +add_filter('geodir_custom_field_input_checkbox', 'geodir_cfi_checkbox', 10, 2); |
|
| 442 | 442 | |
| 443 | 443 | |
| 444 | 444 | /** |
@@ -450,12 +450,12 @@ discard block |
||
| 450 | 450 | * |
| 451 | 451 | * @return string The html to output for the custom field. |
| 452 | 452 | */ |
| 453 | -function geodir_cfi_textarea($html,$cf){ |
|
| 453 | +function geodir_cfi_textarea($html, $cf) { |
|
| 454 | 454 | |
| 455 | 455 | $html_var = $cf['htmlvar_name']; |
| 456 | 456 | |
| 457 | 457 | // Check if there is a custom field specific filter. |
| 458 | - if(has_filter("geodir_custom_field_input_textarea_{$html_var}")){ |
|
| 458 | + if (has_filter("geodir_custom_field_input_textarea_{$html_var}")) { |
|
| 459 | 459 | /** |
| 460 | 460 | * Filter the textarea html by individual custom field. |
| 461 | 461 | * |
@@ -463,11 +463,11 @@ discard block |
||
| 463 | 463 | * @param array $cf The custom field array. |
| 464 | 464 | * @since 1.6.6 |
| 465 | 465 | */ |
| 466 | - $html = apply_filters("geodir_custom_field_input_textarea_{$html_var}",$html,$cf); |
|
| 466 | + $html = apply_filters("geodir_custom_field_input_textarea_{$html_var}", $html, $cf); |
|
| 467 | 467 | } |
| 468 | 468 | |
| 469 | 469 | // If no html then we run the standard output. |
| 470 | - if(empty($html)) { |
|
| 470 | + if (empty($html)) { |
|
| 471 | 471 | |
| 472 | 472 | ob_start(); // Start buffering; |
| 473 | 473 | $value = geodir_get_cf_value($cf); |
@@ -475,32 +475,32 @@ discard block |
||
| 475 | 475 | $extra_fields = unserialize($cf['extra_fields']); |
| 476 | 476 | ?> |
| 477 | 477 | |
| 478 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 479 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 478 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 479 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 480 | 480 | <label> |
| 481 | 481 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 482 | 482 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 483 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 483 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 484 | 484 | </label><?php |
| 485 | 485 | |
| 486 | 486 | |
| 487 | 487 | if (is_array($extra_fields) && in_array('1', $extra_fields)) { |
| 488 | 488 | |
| 489 | - $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);?> |
|
| 489 | + $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10); ?> |
|
| 490 | 490 | |
| 491 | - <div class="editor" field_id="<?php echo $cf['name'];?>" field_type="editor"> |
|
| 491 | + <div class="editor" field_id="<?php echo $cf['name']; ?>" field_type="editor"> |
|
| 492 | 492 | <?php wp_editor(stripslashes($value), $cf['name'], $editor_settings); ?> |
| 493 | 493 | </div><?php |
| 494 | 494 | |
| 495 | 495 | } else { |
| 496 | 496 | |
| 497 | - ?><textarea field_type="<?php echo $cf['type'];?>" class="geodir_textarea" name="<?php echo $cf['name'];?>" |
|
| 498 | - id="<?php echo $cf['name'];?>"><?php echo stripslashes($value);?></textarea><?php |
|
| 497 | + ?><textarea field_type="<?php echo $cf['type']; ?>" class="geodir_textarea" name="<?php echo $cf['name']; ?>" |
|
| 498 | + id="<?php echo $cf['name']; ?>"><?php echo stripslashes($value); ?></textarea><?php |
|
| 499 | 499 | |
| 500 | 500 | }?> |
| 501 | 501 | |
| 502 | 502 | |
| 503 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 503 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 504 | 504 | <?php if ($cf['is_required']) { ?> |
| 505 | 505 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 506 | 506 | <?php } ?> |
@@ -512,7 +512,7 @@ discard block |
||
| 512 | 512 | |
| 513 | 513 | return $html; |
| 514 | 514 | } |
| 515 | -add_filter('geodir_custom_field_input_textarea','geodir_cfi_textarea',10,2); |
|
| 515 | +add_filter('geodir_custom_field_input_textarea', 'geodir_cfi_textarea', 10, 2); |
|
| 516 | 516 | |
| 517 | 517 | |
| 518 | 518 | /** |
@@ -524,12 +524,12 @@ discard block |
||
| 524 | 524 | * |
| 525 | 525 | * @return string The html to output for the custom field. |
| 526 | 526 | */ |
| 527 | -function geodir_cfi_select($html,$cf){ |
|
| 527 | +function geodir_cfi_select($html, $cf) { |
|
| 528 | 528 | |
| 529 | 529 | $html_var = $cf['htmlvar_name']; |
| 530 | 530 | |
| 531 | 531 | // Check if there is a custom field specific filter. |
| 532 | - if(has_filter("geodir_custom_field_input_select_{$html_var}")){ |
|
| 532 | + if (has_filter("geodir_custom_field_input_select_{$html_var}")) { |
|
| 533 | 533 | /** |
| 534 | 534 | * Filter the select html by individual custom field. |
| 535 | 535 | * |
@@ -537,22 +537,22 @@ discard block |
||
| 537 | 537 | * @param array $cf The custom field array. |
| 538 | 538 | * @since 1.6.6 |
| 539 | 539 | */ |
| 540 | - $html = apply_filters("geodir_custom_field_input_select_{$html_var}",$html,$cf); |
|
| 540 | + $html = apply_filters("geodir_custom_field_input_select_{$html_var}", $html, $cf); |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | // If no html then we run the standard output. |
| 544 | - if(empty($html)) { |
|
| 544 | + if (empty($html)) { |
|
| 545 | 545 | |
| 546 | 546 | ob_start(); // Start buffering; |
| 547 | 547 | $value = geodir_get_cf_value($cf); |
| 548 | 548 | |
| 549 | 549 | ?> |
| 550 | - <div id="<?php echo $cf['name'];?>_row" |
|
| 551 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row geodir_custom_fields clearfix gd-fieldset-details"> |
|
| 550 | + <div id="<?php echo $cf['name']; ?>_row" |
|
| 551 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row geodir_custom_fields clearfix gd-fieldset-details"> |
|
| 552 | 552 | <label> |
| 553 | 553 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 554 | 554 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 555 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 555 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 556 | 556 | </label> |
| 557 | 557 | <?php |
| 558 | 558 | $option_values_arr = geodir_string_values_to_options($cf['option_values'], true); |
@@ -562,22 +562,22 @@ discard block |
||
| 562 | 562 | if (isset($option_row['optgroup']) && ($option_row['optgroup'] == 'start' || $option_row['optgroup'] == 'end')) { |
| 563 | 563 | $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
| 564 | 564 | |
| 565 | - $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 565 | + $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="'.esc_attr($option_label).'">' : '</optgroup>'; |
|
| 566 | 566 | } else { |
| 567 | 567 | $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
| 568 | 568 | $option_value = isset($option_row['value']) ? $option_row['value'] : ''; |
| 569 | 569 | $selected = $option_value == $value ? 'selected="selected"' : ''; |
| 570 | 570 | |
| 571 | - $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 571 | + $select_options .= '<option value="'.esc_attr($option_value).'" '.$selected.'>'.$option_label.'</option>'; |
|
| 572 | 572 | } |
| 573 | 573 | } |
| 574 | 574 | } |
| 575 | 575 | ?> |
| 576 | - <select field_type="<?php echo $cf['type'];?>" name="<?php echo $cf['name'];?>" id="<?php echo $cf['name'];?>" |
|
| 576 | + <select field_type="<?php echo $cf['type']; ?>" name="<?php echo $cf['name']; ?>" id="<?php echo $cf['name']; ?>" |
|
| 577 | 577 | class="geodir_textfield textfield_x chosen_select" |
| 578 | - data-placeholder="<?php echo __('Choose', 'geodirectory') . ' ' . $site_title . '…';?>" |
|
| 579 | - option-ajaxchosen="false"><?php echo $select_options;?></select> |
|
| 580 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 578 | + data-placeholder="<?php echo __('Choose', 'geodirectory').' '.$site_title.'…'; ?>" |
|
| 579 | + option-ajaxchosen="false"><?php echo $select_options; ?></select> |
|
| 580 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 581 | 581 | <?php if ($cf['is_required']) { ?> |
| 582 | 582 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 583 | 583 | <?php } ?> |
@@ -589,7 +589,7 @@ discard block |
||
| 589 | 589 | |
| 590 | 590 | return $html; |
| 591 | 591 | } |
| 592 | -add_filter('geodir_custom_field_input_select','geodir_cfi_select',10,2); |
|
| 592 | +add_filter('geodir_custom_field_input_select', 'geodir_cfi_select', 10, 2); |
|
| 593 | 593 | |
| 594 | 594 | |
| 595 | 595 | /** |
@@ -601,12 +601,12 @@ discard block |
||
| 601 | 601 | * |
| 602 | 602 | * @return string The html to output for the custom field. |
| 603 | 603 | */ |
| 604 | -function geodir_cfi_multiselect($html,$cf){ |
|
| 604 | +function geodir_cfi_multiselect($html, $cf) { |
|
| 605 | 605 | |
| 606 | 606 | $html_var = $cf['htmlvar_name']; |
| 607 | 607 | |
| 608 | 608 | // Check if there is a custom field specific filter. |
| 609 | - if(has_filter("geodir_custom_field_input_multiselect_{$html_var}")){ |
|
| 609 | + if (has_filter("geodir_custom_field_input_multiselect_{$html_var}")) { |
|
| 610 | 610 | /** |
| 611 | 611 | * Filter the multiselect html by individual custom field. |
| 612 | 612 | * |
@@ -614,11 +614,11 @@ discard block |
||
| 614 | 614 | * @param array $cf The custom field array. |
| 615 | 615 | * @since 1.6.6 |
| 616 | 616 | */ |
| 617 | - $html = apply_filters("geodir_custom_field_input_multiselect_{$html_var}",$html,$cf); |
|
| 617 | + $html = apply_filters("geodir_custom_field_input_multiselect_{$html_var}", $html, $cf); |
|
| 618 | 618 | } |
| 619 | 619 | |
| 620 | 620 | // If no html then we run the standard output. |
| 621 | - if(empty($html)) { |
|
| 621 | + if (empty($html)) { |
|
| 622 | 622 | |
| 623 | 623 | ob_start(); // Start buffering; |
| 624 | 624 | $value = geodir_get_cf_value($cf); |
@@ -655,9 +655,9 @@ discard block |
||
| 655 | 655 | $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
| 656 | 656 | |
| 657 | 657 | if ($multi_display == 'select') { |
| 658 | - $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="' . esc_attr($option_label) . '">' : '</optgroup>'; |
|
| 658 | + $select_options .= $option_row['optgroup'] == 'start' ? '<optgroup label="'.esc_attr($option_label).'">' : '</optgroup>'; |
|
| 659 | 659 | } else { |
| 660 | - $select_options .= $option_row['optgroup'] == 'start' ? '<li>' . $option_label . '</li>' : ''; |
|
| 660 | + $select_options .= $option_row['optgroup'] == 'start' ? '<li>'.$option_label.'</li>' : ''; |
|
| 661 | 661 | } |
| 662 | 662 | } else { |
| 663 | 663 | $option_label = isset($option_row['label']) ? $option_row['label'] : ''; |
@@ -682,9 +682,9 @@ discard block |
||
| 682 | 682 | } |
| 683 | 683 | |
| 684 | 684 | if ($multi_display == 'select') { |
| 685 | - $select_options .= '<option value="' . esc_attr($option_value) . '" ' . $selected . '>' . $option_label . '</option>'; |
|
| 685 | + $select_options .= '<option value="'.esc_attr($option_value).'" '.$selected.'>'.$option_label.'</option>'; |
|
| 686 | 686 | } else { |
| 687 | - $select_options .= '<li><input name="' . $cf['name'] . '[]" ' . $checked . ' value="' . esc_attr($option_value) . '" class="gd-' . $multi_display . '" field_type="' . $multi_display . '" type="' . $multi_display . '" /> ' . $option_label . ' </li>'; |
|
| 687 | + $select_options .= '<li><input name="'.$cf['name'].'[]" '.$checked.' value="'.esc_attr($option_value).'" class="gd-'.$multi_display.'" field_type="'.$multi_display.'" type="'.$multi_display.'" /> '.$option_label.' </li>'; |
|
| 688 | 688 | } |
| 689 | 689 | } |
| 690 | 690 | } |
@@ -704,7 +704,7 @@ discard block |
||
| 704 | 704 | |
| 705 | 705 | return $html; |
| 706 | 706 | } |
| 707 | -add_filter('geodir_custom_field_input_multiselect','geodir_cfi_multiselect',10,2); |
|
| 707 | +add_filter('geodir_custom_field_input_multiselect', 'geodir_cfi_multiselect', 10, 2); |
|
| 708 | 708 | |
| 709 | 709 | |
| 710 | 710 | /** |
@@ -716,12 +716,12 @@ discard block |
||
| 716 | 716 | * |
| 717 | 717 | * @return string The html to output for the custom field. |
| 718 | 718 | */ |
| 719 | -function geodir_cfi_html($html,$cf){ |
|
| 719 | +function geodir_cfi_html($html, $cf) { |
|
| 720 | 720 | |
| 721 | 721 | $html_var = $cf['htmlvar_name']; |
| 722 | 722 | |
| 723 | 723 | // Check if there is a custom field specific filter. |
| 724 | - if(has_filter("geodir_custom_field_input_html_{$html_var}")){ |
|
| 724 | + if (has_filter("geodir_custom_field_input_html_{$html_var}")) { |
|
| 725 | 725 | /** |
| 726 | 726 | * Filter the html html by individual custom field. |
| 727 | 727 | * |
@@ -729,11 +729,11 @@ discard block |
||
| 729 | 729 | * @param array $cf The custom field array. |
| 730 | 730 | * @since 1.6.6 |
| 731 | 731 | */ |
| 732 | - $html = apply_filters("geodir_custom_field_input_html_{$html_var}",$html,$cf); |
|
| 732 | + $html = apply_filters("geodir_custom_field_input_html_{$html_var}", $html, $cf); |
|
| 733 | 733 | } |
| 734 | 734 | |
| 735 | 735 | // If no html then we run the standard output. |
| 736 | - if(empty($html)) { |
|
| 736 | + if (empty($html)) { |
|
| 737 | 737 | |
| 738 | 738 | ob_start(); // Start buffering; |
| 739 | 739 | $value = geodir_get_cf_value($cf); |
@@ -766,7 +766,7 @@ discard block |
||
| 766 | 766 | |
| 767 | 767 | return $html; |
| 768 | 768 | } |
| 769 | -add_filter('geodir_custom_field_input_html','geodir_cfi_html',10,2); |
|
| 769 | +add_filter('geodir_custom_field_input_html', 'geodir_cfi_html', 10, 2); |
|
| 770 | 770 | |
| 771 | 771 | |
| 772 | 772 | |
@@ -779,12 +779,12 @@ discard block |
||
| 779 | 779 | * |
| 780 | 780 | * @return string The html to output for the custom field. |
| 781 | 781 | */ |
| 782 | -function geodir_cfi_datepicker($html,$cf){ |
|
| 782 | +function geodir_cfi_datepicker($html, $cf) { |
|
| 783 | 783 | |
| 784 | 784 | $html_var = $cf['htmlvar_name']; |
| 785 | 785 | |
| 786 | 786 | // Check if there is a custom field specific filter. |
| 787 | - if(has_filter("geodir_custom_field_input_datepicker_{$html_var}")){ |
|
| 787 | + if (has_filter("geodir_custom_field_input_datepicker_{$html_var}")) { |
|
| 788 | 788 | /** |
| 789 | 789 | * Filter the datepicker html by individual custom field. |
| 790 | 790 | * |
@@ -792,11 +792,11 @@ discard block |
||
| 792 | 792 | * @param array $cf The custom field array. |
| 793 | 793 | * @since 1.6.6 |
| 794 | 794 | */ |
| 795 | - $html = apply_filters("geodir_custom_field_input_datepicker_{$html_var}",$html,$cf); |
|
| 795 | + $html = apply_filters("geodir_custom_field_input_datepicker_{$html_var}", $html, $cf); |
|
| 796 | 796 | } |
| 797 | 797 | |
| 798 | 798 | // If no html then we run the standard output. |
| 799 | - if(empty($html)) { |
|
| 799 | + if (empty($html)) { |
|
| 800 | 800 | |
| 801 | 801 | ob_start(); // Start buffering; |
| 802 | 802 | $value = geodir_get_cf_value($cf); |
@@ -808,23 +808,23 @@ discard block |
||
| 808 | 808 | $extra_fields['date_format'] = 'yy-mm-dd'; |
| 809 | 809 | |
| 810 | 810 | $date_format = $extra_fields['date_format']; |
| 811 | - $jquery_date_format = $date_format; |
|
| 811 | + $jquery_date_format = $date_format; |
|
| 812 | 812 | |
| 813 | 813 | |
| 814 | 814 | // check if we need to change the format or not |
| 815 | 815 | $date_format_len = strlen(str_replace(' ', '', $date_format)); |
| 816 | - if($date_format_len>5){// if greater then 5 then it's the old style format. |
|
| 816 | + if ($date_format_len > 5) {// if greater then 5 then it's the old style format. |
|
| 817 | 817 | |
| 818 | - $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format |
|
| 819 | - $replace = array('d','j','l','m','n','F','Y');//PHP date format |
|
| 818 | + $search = array('dd', 'd', 'DD', 'mm', 'm', 'MM', 'yy'); //jQuery UI datepicker format |
|
| 819 | + $replace = array('d', 'j', 'l', 'm', 'n', 'F', 'Y'); //PHP date format |
|
| 820 | 820 | |
| 821 | 821 | $date_format = str_replace($search, $replace, $date_format); |
| 822 | - }else{ |
|
| 823 | - $jquery_date_format = geodir_date_format_php_to_jqueryui( $jquery_date_format ); |
|
| 822 | + } else { |
|
| 823 | + $jquery_date_format = geodir_date_format_php_to_jqueryui($jquery_date_format); |
|
| 824 | 824 | } |
| 825 | 825 | |
| 826 | - if($value=='0000-00-00'){$value='';}//if date not set, then mark it empty |
|
| 827 | - if($value && !isset($_REQUEST['backandedit'])) { |
|
| 826 | + if ($value == '0000-00-00') {$value = ''; }//if date not set, then mark it empty |
|
| 827 | + if ($value && !isset($_REQUEST['backandedit'])) { |
|
| 828 | 828 | //$time = strtotime($value); |
| 829 | 829 | //$value = date_i18n($date_format, $time); |
| 830 | 830 | } |
@@ -835,37 +835,37 @@ discard block |
||
| 835 | 835 | |
| 836 | 836 | jQuery(function () { |
| 837 | 837 | |
| 838 | - jQuery("#<?php echo $cf['name'];?>").datepicker({changeMonth: true, changeYear: true <?php |
|
| 838 | + jQuery("#<?php echo $cf['name']; ?>").datepicker({changeMonth: true, changeYear: true <?php |
|
| 839 | 839 | /** |
| 840 | 840 | * Used to add extra option to datepicker per custom field. |
| 841 | 841 | * |
| 842 | 842 | * @since 1.5.7 |
| 843 | 843 | * @param string $name The custom field name. |
| 844 | 844 | */ |
| 845 | - echo apply_filters("gd_datepicker_extra_{$name}",'');?>}); |
|
| 845 | + echo apply_filters("gd_datepicker_extra_{$name}", ''); ?>}); |
|
| 846 | 846 | |
| 847 | - jQuery("#<?php echo $name;?>").datepicker("option", "dateFormat", '<?php echo $jquery_date_format;?>'); |
|
| 847 | + jQuery("#<?php echo $name; ?>").datepicker("option", "dateFormat", '<?php echo $jquery_date_format; ?>'); |
|
| 848 | 848 | |
| 849 | - <?php if(!empty($value)){?> |
|
| 850 | - jQuery("#<?php echo $name;?>").datepicker("setDate", '<?php echo $value;?>'); |
|
| 849 | + <?php if (!empty($value)) {?> |
|
| 850 | + jQuery("#<?php echo $name; ?>").datepicker("setDate", '<?php echo $value; ?>'); |
|
| 851 | 851 | <?php } ?> |
| 852 | 852 | |
| 853 | 853 | }); |
| 854 | 854 | |
| 855 | 855 | </script> |
| 856 | - <div id="<?php echo $name;?>_row" |
|
| 857 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 856 | + <div id="<?php echo $name; ?>_row" |
|
| 857 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 858 | 858 | <label> |
| 859 | 859 | |
| 860 | 860 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 861 | 861 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 862 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 862 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 863 | 863 | </label> |
| 864 | 864 | |
| 865 | - <input field_type="<?php echo $cf['type'];?>" name="<?php echo $name;?>" id="<?php echo $name;?>" |
|
| 866 | - value="<?php echo esc_attr($value);?>" type="text" class="geodir_textfield"/> |
|
| 865 | + <input field_type="<?php echo $cf['type']; ?>" name="<?php echo $name; ?>" id="<?php echo $name; ?>" |
|
| 866 | + value="<?php echo esc_attr($value); ?>" type="text" class="geodir_textfield"/> |
|
| 867 | 867 | |
| 868 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 868 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 869 | 869 | <?php if ($cf['is_required']) { ?> |
| 870 | 870 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 871 | 871 | <?php } ?> |
@@ -877,7 +877,7 @@ discard block |
||
| 877 | 877 | |
| 878 | 878 | return $html; |
| 879 | 879 | } |
| 880 | -add_filter('geodir_custom_field_input_datepicker','geodir_cfi_datepicker',10,2); |
|
| 880 | +add_filter('geodir_custom_field_input_datepicker', 'geodir_cfi_datepicker', 10, 2); |
|
| 881 | 881 | |
| 882 | 882 | |
| 883 | 883 | /** |
@@ -889,12 +889,12 @@ discard block |
||
| 889 | 889 | * |
| 890 | 890 | * @return string The html to output for the custom field. |
| 891 | 891 | */ |
| 892 | -function geodir_cfi_time($html,$cf){ |
|
| 892 | +function geodir_cfi_time($html, $cf) { |
|
| 893 | 893 | |
| 894 | 894 | $html_var = $cf['htmlvar_name']; |
| 895 | 895 | |
| 896 | 896 | // Check if there is a custom field specific filter. |
| 897 | - if(has_filter("geodir_custom_field_input_time_{$html_var}")){ |
|
| 897 | + if (has_filter("geodir_custom_field_input_time_{$html_var}")) { |
|
| 898 | 898 | /** |
| 899 | 899 | * Filter the time html by individual custom field. |
| 900 | 900 | * |
@@ -902,11 +902,11 @@ discard block |
||
| 902 | 902 | * @param array $cf The custom field array. |
| 903 | 903 | * @since 1.6.6 |
| 904 | 904 | */ |
| 905 | - $html = apply_filters("geodir_custom_field_input_time_{$html_var}",$html,$cf); |
|
| 905 | + $html = apply_filters("geodir_custom_field_input_time_{$html_var}", $html, $cf); |
|
| 906 | 906 | } |
| 907 | 907 | |
| 908 | 908 | // If no html then we run the standard output. |
| 909 | - if(empty($html)) { |
|
| 909 | + if (empty($html)) { |
|
| 910 | 910 | |
| 911 | 911 | ob_start(); // Start buffering; |
| 912 | 912 | $value = geodir_get_cf_value($cf); |
@@ -919,25 +919,25 @@ discard block |
||
| 919 | 919 | <script type="text/javascript"> |
| 920 | 920 | jQuery(document).ready(function () { |
| 921 | 921 | |
| 922 | - jQuery('#<?php echo $name;?>').timepicker({ |
|
| 922 | + jQuery('#<?php echo $name; ?>').timepicker({ |
|
| 923 | 923 | showPeriod: true, |
| 924 | 924 | showLeadingZero: true, |
| 925 | 925 | showPeriod: true, |
| 926 | 926 | }); |
| 927 | 927 | }); |
| 928 | 928 | </script> |
| 929 | - <div id="<?php echo $name;?>_row" |
|
| 930 | - class="<?php if ($cf['is_required']) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 929 | + <div id="<?php echo $name; ?>_row" |
|
| 930 | + class="<?php if ($cf['is_required']) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 931 | 931 | <label> |
| 932 | 932 | |
| 933 | 933 | <?php $site_title = __($cf['site_title'], 'geodirectory'); |
| 934 | 934 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 935 | - <?php if ($cf['is_required']) echo '<span>*</span>';?> |
|
| 935 | + <?php if ($cf['is_required']) echo '<span>*</span>'; ?> |
|
| 936 | 936 | </label> |
| 937 | - <input readonly="readonly" field_type="<?php echo $cf['type'];?>" name="<?php echo $name;?>" |
|
| 938 | - id="<?php echo $name;?>" value="<?php echo esc_attr($value);?>" type="text" class="geodir_textfield"/> |
|
| 937 | + <input readonly="readonly" field_type="<?php echo $cf['type']; ?>" name="<?php echo $name; ?>" |
|
| 938 | + id="<?php echo $name; ?>" value="<?php echo esc_attr($value); ?>" type="text" class="geodir_textfield"/> |
|
| 939 | 939 | |
| 940 | - <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory');?></span> |
|
| 940 | + <span class="geodir_message_note"><?php _e($cf['desc'], 'geodirectory'); ?></span> |
|
| 941 | 941 | <?php if ($cf['is_required']) { ?> |
| 942 | 942 | <span class="geodir_message_error"><?php _e($cf['required_msg'], 'geodirectory'); ?></span> |
| 943 | 943 | <?php } ?> |
@@ -948,7 +948,7 @@ discard block |
||
| 948 | 948 | |
| 949 | 949 | return $html; |
| 950 | 950 | } |
| 951 | -add_filter('geodir_custom_field_input_time','geodir_cfi_time',10,2); |
|
| 951 | +add_filter('geodir_custom_field_input_time', 'geodir_cfi_time', 10, 2); |
|
| 952 | 952 | |
| 953 | 953 | |
| 954 | 954 | /** |
@@ -960,12 +960,12 @@ discard block |
||
| 960 | 960 | * |
| 961 | 961 | * @return string The html to output for the custom field. |
| 962 | 962 | */ |
| 963 | -function geodir_cfi_address($html,$cf){ |
|
| 963 | +function geodir_cfi_address($html, $cf) { |
|
| 964 | 964 | |
| 965 | 965 | $html_var = $cf['htmlvar_name']; |
| 966 | 966 | |
| 967 | 967 | // Check if there is a custom field specific filter. |
| 968 | - if(has_filter("geodir_custom_field_input_address_{$html_var}")){ |
|
| 968 | + if (has_filter("geodir_custom_field_input_address_{$html_var}")) { |
|
| 969 | 969 | /** |
| 970 | 970 | * Filter the address html by individual custom field. |
| 971 | 971 | * |
@@ -973,11 +973,11 @@ discard block |
||
| 973 | 973 | * @param array $cf The custom field array. |
| 974 | 974 | * @since 1.6.6 |
| 975 | 975 | */ |
| 976 | - $html = apply_filters("geodir_custom_field_input_address_{$html_var}",$html,$cf); |
|
| 976 | + $html = apply_filters("geodir_custom_field_input_address_{$html_var}", $html, $cf); |
|
| 977 | 977 | } |
| 978 | 978 | |
| 979 | 979 | // If no html then we run the standard output. |
| 980 | - if(empty($html)) { |
|
| 980 | + if (empty($html)) { |
|
| 981 | 981 | |
| 982 | 982 | global $gd_session; |
| 983 | 983 | ob_start(); // Start buffering; |
@@ -990,12 +990,12 @@ discard block |
||
| 990 | 990 | $site_title = $cf['site_title']; |
| 991 | 991 | $is_admin = $cf['is_admin']; |
| 992 | 992 | $extra_fields = stripslashes_deep(unserialize($cf['extra_fields'])); |
| 993 | - $prefix = $name . '_'; |
|
| 993 | + $prefix = $name.'_'; |
|
| 994 | 994 | |
| 995 | - ($site_title != '') ? $address_title = $site_title : $address_title = geodir_ucwords($prefix . ' address'); |
|
| 996 | - ($extra_fields['zip_lable'] != '') ? $zip_title = $extra_fields['zip_lable'] : $zip_title = geodir_ucwords($prefix . ' zip/post code '); |
|
| 995 | + ($site_title != '') ? $address_title = $site_title : $address_title = geodir_ucwords($prefix.' address'); |
|
| 996 | + ($extra_fields['zip_lable'] != '') ? $zip_title = $extra_fields['zip_lable'] : $zip_title = geodir_ucwords($prefix.' zip/post code '); |
|
| 997 | 997 | ($extra_fields['map_lable'] != '') ? $map_title = $extra_fields['map_lable'] : $map_title = geodir_ucwords('set address on map'); |
| 998 | - ($extra_fields['mapview_lable'] != '') ? $mapview_title = $extra_fields['mapview_lable'] : $mapview_title = geodir_ucwords($prefix . ' mapview'); |
|
| 998 | + ($extra_fields['mapview_lable'] != '') ? $mapview_title = $extra_fields['mapview_lable'] : $mapview_title = geodir_ucwords($prefix.' mapview'); |
|
| 999 | 999 | |
| 1000 | 1000 | $address = ''; |
| 1001 | 1001 | $zip = ''; |
@@ -1006,21 +1006,21 @@ discard block |
||
| 1006 | 1006 | |
| 1007 | 1007 | if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) { |
| 1008 | 1008 | $post = $gd_ses_listing; |
| 1009 | - $address = $post[$prefix . 'address']; |
|
| 1010 | - $zip = isset($post[$prefix . 'zip']) ? $post[$prefix . 'zip'] : ''; |
|
| 1011 | - $lat = isset($post[$prefix . 'latitude']) ? $post[$prefix . 'latitude'] : ''; |
|
| 1012 | - $lng = isset($post[$prefix . 'longitude']) ? $post[$prefix . 'longitude'] : ''; |
|
| 1013 | - $mapview = isset($post[$prefix . 'mapview']) ? $post[$prefix . 'mapview'] : ''; |
|
| 1014 | - $mapzoom = isset($post[$prefix . 'mapzoom']) ? $post[$prefix . 'mapzoom'] : ''; |
|
| 1009 | + $address = $post[$prefix.'address']; |
|
| 1010 | + $zip = isset($post[$prefix.'zip']) ? $post[$prefix.'zip'] : ''; |
|
| 1011 | + $lat = isset($post[$prefix.'latitude']) ? $post[$prefix.'latitude'] : ''; |
|
| 1012 | + $lng = isset($post[$prefix.'longitude']) ? $post[$prefix.'longitude'] : ''; |
|
| 1013 | + $mapview = isset($post[$prefix.'mapview']) ? $post[$prefix.'mapview'] : ''; |
|
| 1014 | + $mapzoom = isset($post[$prefix.'mapzoom']) ? $post[$prefix.'mapzoom'] : ''; |
|
| 1015 | 1015 | } else if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && $post_info = geodir_get_post_info($_REQUEST['pid'])) { |
| 1016 | - $post_info = (array)$post_info; |
|
| 1017 | - |
|
| 1018 | - $address = $post_info[$prefix . 'address']; |
|
| 1019 | - $zip = isset($post_info[$prefix . 'zip']) ? $post_info[$prefix . 'zip'] : ''; |
|
| 1020 | - $lat = isset($post_info[$prefix . 'latitude']) ? $post_info[$prefix . 'latitude'] : ''; |
|
| 1021 | - $lng = isset($post_info[$prefix . 'longitude']) ? $post_info[$prefix . 'longitude'] : ''; |
|
| 1022 | - $mapview = isset($post_info[$prefix . 'mapview']) ? $post_info[$prefix . 'mapview'] : ''; |
|
| 1023 | - $mapzoom = isset($post_info[$prefix . 'mapzoom']) ? $post_info[$prefix . 'mapzoom'] : ''; |
|
| 1016 | + $post_info = (array) $post_info; |
|
| 1017 | + |
|
| 1018 | + $address = $post_info[$prefix.'address']; |
|
| 1019 | + $zip = isset($post_info[$prefix.'zip']) ? $post_info[$prefix.'zip'] : ''; |
|
| 1020 | + $lat = isset($post_info[$prefix.'latitude']) ? $post_info[$prefix.'latitude'] : ''; |
|
| 1021 | + $lng = isset($post_info[$prefix.'longitude']) ? $post_info[$prefix.'longitude'] : ''; |
|
| 1022 | + $mapview = isset($post_info[$prefix.'mapview']) ? $post_info[$prefix.'mapview'] : ''; |
|
| 1023 | + $mapzoom = isset($post_info[$prefix.'mapzoom']) ? $post_info[$prefix.'mapzoom'] : ''; |
|
| 1024 | 1024 | } |
| 1025 | 1025 | |
| 1026 | 1026 | $location = geodir_get_default_location(); |
@@ -1057,16 +1057,16 @@ discard block |
||
| 1057 | 1057 | |
| 1058 | 1058 | ?> |
| 1059 | 1059 | |
| 1060 | - <div id="geodir_<?php echo $prefix . 'address';?>_row" |
|
| 1061 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1060 | + <div id="geodir_<?php echo $prefix.'address'; ?>_row" |
|
| 1061 | + class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1062 | 1062 | <label> |
| 1063 | 1063 | <?php _e($address_title, 'geodirectory'); ?> |
| 1064 | - <?php if ($is_required) echo '<span>*</span>';?> |
|
| 1064 | + <?php if ($is_required) echo '<span>*</span>'; ?> |
|
| 1065 | 1065 | </label> |
| 1066 | - <input type="text" field_type="<?php echo $type;?>" name="<?php echo $prefix . 'address';?>" |
|
| 1067 | - id="<?php echo $prefix . 'address';?>" class="geodir_textfield" |
|
| 1066 | + <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix.'address'; ?>" |
|
| 1067 | + id="<?php echo $prefix.'address'; ?>" class="geodir_textfield" |
|
| 1068 | 1068 | value="<?php echo esc_attr(stripslashes($address)); ?>"/> |
| 1069 | - <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory');?></span> |
|
| 1069 | + <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory'); ?></span> |
|
| 1070 | 1070 | <?php if ($is_required) { ?> |
| 1071 | 1071 | <span class="geodir_message_error"><?php _e($required_msg, 'geodirectory'); ?></span> |
| 1072 | 1072 | <?php } ?> |
@@ -1086,14 +1086,14 @@ discard block |
||
| 1086 | 1086 | |
| 1087 | 1087 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) { ?> |
| 1088 | 1088 | |
| 1089 | - <div id="geodir_<?php echo $prefix . 'zip'; ?>_row" |
|
| 1089 | + <div id="geodir_<?php echo $prefix.'zip'; ?>_row" |
|
| 1090 | 1090 | class="<?php /*if($is_required) echo 'required_field';*/ ?> geodir_form_row clearfix gd-fieldset-details"> |
| 1091 | 1091 | <label> |
| 1092 | 1092 | <?php _e($zip_title, 'geodirectory'); ?> |
| 1093 | 1093 | <?php /*if($is_required) echo '<span>*</span>';*/ ?> |
| 1094 | 1094 | </label> |
| 1095 | - <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix . 'zip'; ?>" |
|
| 1096 | - id="<?php echo $prefix . 'zip'; ?>" class="geodir_textfield autofill" |
|
| 1095 | + <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix.'zip'; ?>" |
|
| 1096 | + id="<?php echo $prefix.'zip'; ?>" class="geodir_textfield autofill" |
|
| 1097 | 1097 | value="<?php echo esc_attr(stripslashes($zip)); ?>"/> |
| 1098 | 1098 | <?php /*if($is_required) {?> |
| 1099 | 1099 | <span class="geodir_message_error"><?php echo _e($required_msg,'geodirectory');?></span> |
@@ -1103,14 +1103,14 @@ discard block |
||
| 1103 | 1103 | |
| 1104 | 1104 | <?php if (isset($extra_fields['show_map']) && $extra_fields['show_map']) { ?> |
| 1105 | 1105 | |
| 1106 | - <div id="geodir_<?php echo $prefix . 'map'; ?>_row" class="geodir_form_row clearfix gd-fieldset-details"> |
|
| 1106 | + <div id="geodir_<?php echo $prefix.'map'; ?>_row" class="geodir_form_row clearfix gd-fieldset-details"> |
|
| 1107 | 1107 | <?php |
| 1108 | 1108 | /** |
| 1109 | 1109 | * Contains add listing page map functions. |
| 1110 | 1110 | * |
| 1111 | 1111 | * @since 1.0.0 |
| 1112 | 1112 | */ |
| 1113 | - include(geodir_plugin_path() . "/geodirectory-functions/map-functions/map_on_add_listing_page.php"); |
|
| 1113 | + include(geodir_plugin_path()."/geodirectory-functions/map-functions/map_on_add_listing_page.php"); |
|
| 1114 | 1114 | if ($lat_lng_blank) { |
| 1115 | 1115 | $lat = ''; |
| 1116 | 1116 | $lng = ''; |
@@ -1121,14 +1121,14 @@ discard block |
||
| 1121 | 1121 | <?php |
| 1122 | 1122 | /* show lat lng */ |
| 1123 | 1123 | $style_latlng = ((isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) || is_admin()) ? '' : 'style="display:none"'; ?> |
| 1124 | - <div id="geodir_<?php echo $prefix . 'latitude'; ?>_row" |
|
| 1124 | + <div id="geodir_<?php echo $prefix.'latitude'; ?>_row" |
|
| 1125 | 1125 | class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
| 1126 | 1126 | <label> |
| 1127 | 1127 | <?php echo PLACE_ADDRESS_LAT; ?> |
| 1128 | 1128 | <?php if ($is_required) echo '<span>*</span>'; ?> |
| 1129 | 1129 | </label> |
| 1130 | - <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix . 'latitude'; ?>" |
|
| 1131 | - id="<?php echo $prefix . 'latitude'; ?>" class="geodir_textfield" |
|
| 1130 | + <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix.'latitude'; ?>" |
|
| 1131 | + id="<?php echo $prefix.'latitude'; ?>" class="geodir_textfield" |
|
| 1132 | 1132 | value="<?php echo esc_attr(stripslashes($lat)); ?>" size="25"/> |
| 1133 | 1133 | <span class="geodir_message_note"><?php echo GET_LATITUDE_MSG; ?></span> |
| 1134 | 1134 | <?php if ($is_required) { ?> |
@@ -1136,14 +1136,14 @@ discard block |
||
| 1136 | 1136 | <?php } ?> |
| 1137 | 1137 | </div> |
| 1138 | 1138 | |
| 1139 | - <div id="geodir_<?php echo $prefix . 'longitude'; ?>_row" |
|
| 1139 | + <div id="geodir_<?php echo $prefix.'longitude'; ?>_row" |
|
| 1140 | 1140 | class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details" <?php echo $style_latlng; ?>> |
| 1141 | 1141 | <label> |
| 1142 | 1142 | <?php echo PLACE_ADDRESS_LNG; ?> |
| 1143 | 1143 | <?php if ($is_required) echo '<span>*</span>'; ?> |
| 1144 | 1144 | </label> |
| 1145 | - <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix . 'longitude'; ?>" |
|
| 1146 | - id="<?php echo $prefix . 'longitude'; ?>" class="geodir_textfield" |
|
| 1145 | + <input type="text" field_type="<?php echo $type; ?>" name="<?php echo $prefix.'longitude'; ?>" |
|
| 1146 | + id="<?php echo $prefix.'longitude'; ?>" class="geodir_textfield" |
|
| 1147 | 1147 | value="<?php echo esc_attr(stripslashes($lng)); ?>" size="25"/> |
| 1148 | 1148 | <span class="geodir_message_note"><?php echo GET_LOGNGITUDE_MSG; ?></span> |
| 1149 | 1149 | <?php if ($is_required) { ?> |
@@ -1153,32 +1153,32 @@ discard block |
||
| 1153 | 1153 | <?php } ?> |
| 1154 | 1154 | |
| 1155 | 1155 | <?php if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) { ?> |
| 1156 | - <div id="geodir_<?php echo $prefix . 'mapview'; ?>_row" class="geodir_form_row clearfix gd-fieldset-details"> |
|
| 1156 | + <div id="geodir_<?php echo $prefix.'mapview'; ?>_row" class="geodir_form_row clearfix gd-fieldset-details"> |
|
| 1157 | 1157 | <label><?php _e($mapview_title, 'geodirectory'); ?></label> |
| 1158 | 1158 | |
| 1159 | 1159 | |
| 1160 | 1160 | <span class="geodir_user_define"><input field_type="<?php echo $type; ?>" type="radio" |
| 1161 | 1161 | class="gd-checkbox" |
| 1162 | - name="<?php echo $prefix . 'mapview'; ?>" |
|
| 1163 | - id="<?php echo $prefix . 'mapview'; ?>" <?php if ($mapview == 'ROADMAP' || $mapview == '') { |
|
| 1162 | + name="<?php echo $prefix.'mapview'; ?>" |
|
| 1163 | + id="<?php echo $prefix.'mapview'; ?>" <?php if ($mapview == 'ROADMAP' || $mapview == '') { |
|
| 1164 | 1164 | echo 'checked="checked"'; |
| 1165 | 1165 | } ?> value="ROADMAP" size="25"/> <?php _e('Default Map', 'geodirectory'); ?></span> |
| 1166 | 1166 | <span class="geodir_user_define"> <input field_type="<?php echo $type; ?>" type="radio" |
| 1167 | 1167 | class="gd-checkbox" |
| 1168 | - name="<?php echo $prefix . 'mapview'; ?>" |
|
| 1168 | + name="<?php echo $prefix.'mapview'; ?>" |
|
| 1169 | 1169 | id="map_view1" <?php if ($mapview == 'SATELLITE') { |
| 1170 | 1170 | echo 'checked="checked"'; |
| 1171 | 1171 | } ?> value="SATELLITE" size="25"/> <?php _e('Satellite Map', 'geodirectory'); ?></span> |
| 1172 | 1172 | |
| 1173 | 1173 | <span class="geodir_user_define"><input field_type="<?php echo $type; ?>" type="radio" |
| 1174 | 1174 | class="gd-checkbox" |
| 1175 | - name="<?php echo $prefix . 'mapview'; ?>" |
|
| 1175 | + name="<?php echo $prefix.'mapview'; ?>" |
|
| 1176 | 1176 | id="map_view2" <?php if ($mapview == 'HYBRID') { |
| 1177 | 1177 | echo 'checked="checked"'; |
| 1178 | 1178 | } ?> value="HYBRID" size="25"/> <?php _e('Hybrid Map', 'geodirectory'); ?></span> |
| 1179 | 1179 | <span class="geodir_user_define"><input field_type="<?php echo $type; ?>" type="radio" |
| 1180 | 1180 | class="gd-checkbox" |
| 1181 | - name="<?php echo $prefix . 'mapview'; ?>" |
|
| 1181 | + name="<?php echo $prefix.'mapview'; ?>" |
|
| 1182 | 1182 | id="map_view3" <?php if ($mapview == 'TERRAIN') { |
| 1183 | 1183 | echo 'checked="checked"'; |
| 1184 | 1184 | } ?> value="TERRAIN" size="25"/> <?php _e('Terrain Map', 'geodirectory'); ?></span> |
@@ -1190,7 +1190,7 @@ discard block |
||
| 1190 | 1190 | <?php if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) { ?> |
| 1191 | 1191 | <input type="hidden" value="<?php if (isset($mapzoom)) { |
| 1192 | 1192 | echo esc_attr($mapzoom); |
| 1193 | - } ?>" name="<?php echo $prefix . 'mapzoom'; ?>" id="<?php echo $prefix . 'mapzoom'; ?>"/> |
|
| 1193 | + } ?>" name="<?php echo $prefix.'mapzoom'; ?>" id="<?php echo $prefix.'mapzoom'; ?>"/> |
|
| 1194 | 1194 | <?php } |
| 1195 | 1195 | |
| 1196 | 1196 | $html = ob_get_clean(); |
@@ -1198,7 +1198,7 @@ discard block |
||
| 1198 | 1198 | |
| 1199 | 1199 | return $html; |
| 1200 | 1200 | } |
| 1201 | -add_filter('geodir_custom_field_input_address','geodir_cfi_address',10,2); |
|
| 1201 | +add_filter('geodir_custom_field_input_address', 'geodir_cfi_address', 10, 2); |
|
| 1202 | 1202 | |
| 1203 | 1203 | |
| 1204 | 1204 | |
@@ -1211,12 +1211,12 @@ discard block |
||
| 1211 | 1211 | * |
| 1212 | 1212 | * @return string The html to output for the custom field. |
| 1213 | 1213 | */ |
| 1214 | -function geodir_cfi_taxonomy($html,$cf){ |
|
| 1214 | +function geodir_cfi_taxonomy($html, $cf) { |
|
| 1215 | 1215 | |
| 1216 | 1216 | $html_var = $cf['htmlvar_name']; |
| 1217 | 1217 | |
| 1218 | 1218 | // Check if there is a custom field specific filter. |
| 1219 | - if(has_filter("geodir_custom_field_input_taxonomy_{$html_var}")){ |
|
| 1219 | + if (has_filter("geodir_custom_field_input_taxonomy_{$html_var}")) { |
|
| 1220 | 1220 | /** |
| 1221 | 1221 | * Filter the taxonomy html by individual custom field. |
| 1222 | 1222 | * |
@@ -1224,11 +1224,11 @@ discard block |
||
| 1224 | 1224 | * @param array $cf The custom field array. |
| 1225 | 1225 | * @since 1.6.6 |
| 1226 | 1226 | */ |
| 1227 | - $html = apply_filters("geodir_custom_field_input_taxonomy_{$html_var}",$html,$cf); |
|
| 1227 | + $html = apply_filters("geodir_custom_field_input_taxonomy_{$html_var}", $html, $cf); |
|
| 1228 | 1228 | } |
| 1229 | 1229 | |
| 1230 | 1230 | // If no html then we run the standard output. |
| 1231 | - if(empty($html)) { |
|
| 1231 | + if (empty($html)) { |
|
| 1232 | 1232 | |
| 1233 | 1233 | ob_start(); // Start buffering; |
| 1234 | 1234 | $value = geodir_get_cf_value($cf); |
@@ -1243,15 +1243,15 @@ discard block |
||
| 1243 | 1243 | if ($value == $cf['default']) { |
| 1244 | 1244 | $value = ''; |
| 1245 | 1245 | } ?> |
| 1246 | - <div id="<?php echo $name;?>_row" |
|
| 1247 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1246 | + <div id="<?php echo $name; ?>_row" |
|
| 1247 | + class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1248 | 1248 | <label> |
| 1249 | 1249 | <?php $site_title = __($site_title, 'geodirectory'); |
| 1250 | 1250 | echo (trim($site_title)) ? $site_title : ' '; ?> |
| 1251 | - <?php if ($is_required) echo '<span>*</span>';?> |
|
| 1251 | + <?php if ($is_required) echo '<span>*</span>'; ?> |
|
| 1252 | 1252 | </label> |
| 1253 | 1253 | |
| 1254 | - <div id="<?php echo $name;?>" class="geodir_taxonomy_field" style="float:left; width:70%;"> |
|
| 1254 | + <div id="<?php echo $name; ?>" class="geodir_taxonomy_field" style="float:left; width:70%;"> |
|
| 1255 | 1255 | <?php |
| 1256 | 1256 | global $wpdb, $post, $cat_display, $post_cat, $package_id, $exclude_cats; |
| 1257 | 1257 | |
@@ -1263,7 +1263,7 @@ discard block |
||
| 1263 | 1263 | |
| 1264 | 1264 | $package_info = array(); |
| 1265 | 1265 | |
| 1266 | - $package_info = (array)geodir_post_package_info($package_info, $post, $post_type); |
|
| 1266 | + $package_info = (array) geodir_post_package_info($package_info, $post, $post_type); |
|
| 1267 | 1267 | |
| 1268 | 1268 | if (!empty($package_info)) { |
| 1269 | 1269 | |
@@ -1292,7 +1292,7 @@ discard block |
||
| 1292 | 1292 | |
| 1293 | 1293 | $catadd_limit = $wpdb->get_var( |
| 1294 | 1294 | $wpdb->prepare( |
| 1295 | - "SELECT cat_limit FROM " . GEODIR_PRICE_TABLE . " WHERE pid = %d", |
|
| 1295 | + "SELECT cat_limit FROM ".GEODIR_PRICE_TABLE." WHERE pid = %d", |
|
| 1296 | 1296 | array($package_id) |
| 1297 | 1297 | ) |
| 1298 | 1298 | ); |
@@ -1308,13 +1308,13 @@ discard block |
||
| 1308 | 1308 | $required_limit_msg = ''; |
| 1309 | 1309 | if ($catadd_limit > 0 && $cat_display != 'select' && $cat_display != 'radio') { |
| 1310 | 1310 | |
| 1311 | - $required_limit_msg = __('Only select', 'geodirectory') . ' ' . $catadd_limit . __(' categories for this package.', 'geodirectory'); |
|
| 1311 | + $required_limit_msg = __('Only select', 'geodirectory').' '.$catadd_limit.__(' categories for this package.', 'geodirectory'); |
|
| 1312 | 1312 | |
| 1313 | 1313 | } else { |
| 1314 | 1314 | $required_limit_msg = $required_msg; |
| 1315 | 1315 | } |
| 1316 | 1316 | |
| 1317 | - echo '<input type="hidden" cat_limit="' . $catadd_limit . '" id="cat_limit" value="' . esc_attr($required_limit_msg) . '" name="cat_limit[' . $name . ']" />'; |
|
| 1317 | + echo '<input type="hidden" cat_limit="'.$catadd_limit.'" id="cat_limit" value="'.esc_attr($required_limit_msg).'" name="cat_limit['.$name.']" />'; |
|
| 1318 | 1318 | |
| 1319 | 1319 | |
| 1320 | 1320 | if ($cat_display == 'select' || $cat_display == 'multiselect') { |
@@ -1324,11 +1324,11 @@ discard block |
||
| 1324 | 1324 | if ($cat_display == 'multiselect') |
| 1325 | 1325 | $multiple = 'multiple="multiple"'; |
| 1326 | 1326 | |
| 1327 | - echo '<select id="' . $name . '" ' . $multiple . ' type="' . $name . '" name="post_category[' . $name . '][]" alt="' . $name . '" field_type="' . $cat_display . '" class="geodir_textfield textfield_x chosen_select" data-placeholder="' . __('Select Category', 'geodirectory') . '">'; |
|
| 1327 | + echo '<select id="'.$name.'" '.$multiple.' type="'.$name.'" name="post_category['.$name.'][]" alt="'.$name.'" field_type="'.$cat_display.'" class="geodir_textfield textfield_x chosen_select" data-placeholder="'.__('Select Category', 'geodirectory').'">'; |
|
| 1328 | 1328 | |
| 1329 | 1329 | |
| 1330 | 1330 | if ($cat_display == 'select') |
| 1331 | - echo '<option value="">' . __('Select Category', 'geodirectory') . '</option>'; |
|
| 1331 | + echo '<option value="">'.__('Select Category', 'geodirectory').'</option>'; |
|
| 1332 | 1332 | |
| 1333 | 1333 | } |
| 1334 | 1334 | |
@@ -1346,7 +1346,7 @@ discard block |
||
| 1346 | 1346 | ?> |
| 1347 | 1347 | </div> |
| 1348 | 1348 | |
| 1349 | - <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory');?></span> |
|
| 1349 | + <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory'); ?></span> |
|
| 1350 | 1350 | <?php if ($is_required) { ?> |
| 1351 | 1351 | <span class="geodir_message_error"><?php _e($required_msg, 'geodirectory'); ?></span> |
| 1352 | 1352 | <?php } ?> |
@@ -1358,7 +1358,7 @@ discard block |
||
| 1358 | 1358 | |
| 1359 | 1359 | return $html; |
| 1360 | 1360 | } |
| 1361 | -add_filter('geodir_custom_field_input_taxonomy','geodir_cfi_taxonomy',10,2); |
|
| 1361 | +add_filter('geodir_custom_field_input_taxonomy', 'geodir_cfi_taxonomy', 10, 2); |
|
| 1362 | 1362 | |
| 1363 | 1363 | |
| 1364 | 1364 | /** |
@@ -1370,12 +1370,12 @@ discard block |
||
| 1370 | 1370 | * |
| 1371 | 1371 | * @return string The html to output for the custom field. |
| 1372 | 1372 | */ |
| 1373 | -function geodir_cfi_file($html,$cf){ |
|
| 1373 | +function geodir_cfi_file($html, $cf) { |
|
| 1374 | 1374 | |
| 1375 | 1375 | $html_var = $cf['htmlvar_name']; |
| 1376 | 1376 | |
| 1377 | 1377 | // Check if there is a custom field specific filter. |
| 1378 | - if(has_filter("geodir_custom_field_input_file_{$html_var}")){ |
|
| 1378 | + if (has_filter("geodir_custom_field_input_file_{$html_var}")) { |
|
| 1379 | 1379 | /** |
| 1380 | 1380 | * Filter the file html by individual custom field. |
| 1381 | 1381 | * |
@@ -1383,11 +1383,11 @@ discard block |
||
| 1383 | 1383 | * @param array $cf The custom field array. |
| 1384 | 1384 | * @since 1.6.6 |
| 1385 | 1385 | */ |
| 1386 | - $html = apply_filters("geodir_custom_field_input_file_{$html_var}",$html,$cf); |
|
| 1386 | + $html = apply_filters("geodir_custom_field_input_file_{$html_var}", $html, $cf); |
|
| 1387 | 1387 | } |
| 1388 | 1388 | |
| 1389 | 1389 | // If no html then we run the standard output. |
| 1390 | - if(empty($html)) { |
|
| 1390 | + if (empty($html)) { |
|
| 1391 | 1391 | |
| 1392 | 1392 | ob_start(); // Start buffering; |
| 1393 | 1393 | $value = geodir_get_cf_value($cf); |
@@ -1430,8 +1430,8 @@ discard block |
||
| 1430 | 1430 | $file_totImg = count($curImages); |
| 1431 | 1431 | } |
| 1432 | 1432 | |
| 1433 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? implode(",", $extra_fields['gd_file_types']) : ''; |
|
| 1434 | - $display_file_types = $allowed_file_types != '' ? '.' . implode(", .", $extra_fields['gd_file_types']) : ''; |
|
| 1433 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types']) ? implode(",", $extra_fields['gd_file_types']) : ''; |
|
| 1434 | + $display_file_types = $allowed_file_types != '' ? '.'.implode(", .", $extra_fields['gd_file_types']) : ''; |
|
| 1435 | 1435 | |
| 1436 | 1436 | ?> |
| 1437 | 1437 | <?php /*?> <h5 class="geodir-form_title"> <?php echo $site_title; ?> |
@@ -1441,13 +1441,13 @@ discard block |
||
| 1441 | 1441 | </h5> <?php */ |
| 1442 | 1442 | ?> |
| 1443 | 1443 | |
| 1444 | - <div id="<?php echo $name;?>_row" |
|
| 1445 | - class="<?php if ($is_required) echo 'required_field';?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1444 | + <div id="<?php echo $name; ?>_row" |
|
| 1445 | + class="<?php if ($is_required) echo 'required_field'; ?> geodir_form_row clearfix gd-fieldset-details"> |
|
| 1446 | 1446 | |
| 1447 | 1447 | <div id="<?php echo $file_id; ?>dropbox" style="text-align:center;"> |
| 1448 | 1448 | <label |
| 1449 | 1449 | style="text-align:left; padding-top:10px;"><?php $site_title = __($site_title, 'geodirectory'); |
| 1450 | - echo $site_title; ?><?php if ($is_required) echo '<span>*</span>';?></label> |
|
| 1450 | + echo $site_title; ?><?php if ($is_required) echo '<span>*</span>'; ?></label> |
|
| 1451 | 1451 | <input class="geodir-custom-file-upload" field_type="file" type="hidden" |
| 1452 | 1452 | name="<?php echo $file_id; ?>" id="<?php echo $file_id; ?>" |
| 1453 | 1453 | value="<?php echo esc_attr($file_value); ?>"/> |
@@ -1455,7 +1455,7 @@ discard block |
||
| 1455 | 1455 | id="<?php echo $file_id; ?>image_limit" value="<?php echo $file_image_limit; ?>"/> |
| 1456 | 1456 | <?php if ($allowed_file_types != '') { ?> |
| 1457 | 1457 | <input type="hidden" name="<?php echo $file_id; ?>_allowed_types" |
| 1458 | - id="<?php echo $file_id; ?>_allowed_types" value="<?php echo esc_attr($allowed_file_types); ?>" data-exts="<?php echo esc_attr($display_file_types);?>"/> |
|
| 1458 | + id="<?php echo $file_id; ?>_allowed_types" value="<?php echo esc_attr($allowed_file_types); ?>" data-exts="<?php echo esc_attr($display_file_types); ?>"/> |
|
| 1459 | 1459 | <?php } ?> |
| 1460 | 1460 | <input type="hidden" name="<?php echo $file_id; ?>totImg" id="<?php echo $file_id; ?>totImg" |
| 1461 | 1461 | value="<?php if (isset($file_totImg)) { |
@@ -1471,10 +1471,10 @@ discard block |
||
| 1471 | 1471 | <?php /*?><h4><?php _e('Drop files to upload');?></h4><br/><?php */ |
| 1472 | 1472 | ?> |
| 1473 | 1473 | <input id="<?php echo $file_id; ?>plupload-browse-button" type="button" |
| 1474 | - value="<?php ($file_image_limit > 1 ? esc_attr_e('Select Files', 'geodirectory') : esc_attr_e('Select File', 'geodirectory') ); ?>" |
|
| 1474 | + value="<?php ($file_image_limit > 1 ? esc_attr_e('Select Files', 'geodirectory') : esc_attr_e('Select File', 'geodirectory')); ?>" |
|
| 1475 | 1475 | class="geodir_button" style="margin-top:10px;"/> |
| 1476 | 1476 | <span class="ajaxnonceplu" |
| 1477 | - id="ajaxnonceplu<?php echo wp_create_nonce($file_id . 'pluploadan'); ?>"></span> |
|
| 1477 | + id="ajaxnonceplu<?php echo wp_create_nonce($file_id.'pluploadan'); ?>"></span> |
|
| 1478 | 1478 | <?php if ($file_width && $file_height): ?> |
| 1479 | 1479 | <span class="plupload-resize"></span> |
| 1480 | 1480 | <span class="plupload-width" id="plupload-width<?php echo $file_width; ?>"></span> |
@@ -1494,7 +1494,7 @@ discard block |
||
| 1494 | 1494 | |
| 1495 | 1495 | </div> |
| 1496 | 1496 | </div> |
| 1497 | - <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory');?> <?php echo ( $display_file_types != '' ? __('Allowed file types:', 'geodirectory') . ' ' . $display_file_types : '' );?></span> |
|
| 1497 | + <span class="geodir_message_note"><?php _e($admin_desc, 'geodirectory'); ?> <?php echo ($display_file_types != '' ? __('Allowed file types:', 'geodirectory').' '.$display_file_types : ''); ?></span> |
|
| 1498 | 1498 | <?php if ($is_required) { ?> |
| 1499 | 1499 | <span class="geodir_message_error"><?php _e($required_msg, 'geodirectory'); ?></span> |
| 1500 | 1500 | <?php } ?> |
@@ -1507,4 +1507,4 @@ discard block |
||
| 1507 | 1507 | |
| 1508 | 1508 | return $html; |
| 1509 | 1509 | } |
| 1510 | -add_filter('geodir_custom_field_input_file','geodir_cfi_file',10,2); |
|
| 1511 | 1510 | \ No newline at end of file |
| 1511 | +add_filter('geodir_custom_field_input_file', 'geodir_cfi_file', 10, 2); |
|
| 1512 | 1512 | \ No newline at end of file |
@@ -1345,6 +1345,9 @@ discard block |
||
| 1345 | 1345 | } |
| 1346 | 1346 | |
| 1347 | 1347 | |
| 1348 | +/** |
|
| 1349 | + * @return string |
|
| 1350 | + */ |
|
| 1348 | 1351 | function geodir_field_icon_proccess($cf){
|
| 1349 | 1352 | |
| 1350 | 1353 | |
@@ -1738,7 +1741,7 @@ discard block |
||
| 1738 | 1741 | * @global object $wpdb WordPress Database object. |
| 1739 | 1742 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 1740 | 1743 | * @param int $post_id The post ID. |
| 1741 | - * @return mixed Returns video. |
|
| 1744 | + * @return string Returns video. |
|
| 1742 | 1745 | */ |
| 1743 | 1746 | function geodir_get_video($post_id) |
| 1744 | 1747 | {
|
@@ -1764,7 +1767,7 @@ discard block |
||
| 1764 | 1767 | * @global object $wpdb WordPress Database object. |
| 1765 | 1768 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 1766 | 1769 | * @param int $post_id The post ID. |
| 1767 | - * @return mixed Returns special offers. |
|
| 1770 | + * @return string Returns special offers. |
|
| 1768 | 1771 | */ |
| 1769 | 1772 | function geodir_get_special_offers($post_id) |
| 1770 | 1773 | {
|
@@ -1788,7 +1791,7 @@ discard block |
||
| 1788 | 1791 | * |
| 1789 | 1792 | * @since 1.0.0 |
| 1790 | 1793 | * @package GeoDirectory |
| 1791 | - * @return mixed|void Returns max upload file size. |
|
| 1794 | + * @return string|null Returns max upload file size. |
|
| 1792 | 1795 | */ |
| 1793 | 1796 | function geodir_max_upload_size() |
| 1794 | 1797 | {
|
@@ -2157,7 +2160,6 @@ discard block |
||
| 2157 | 2160 | * @param string $field_type The form field type. |
| 2158 | 2161 | * @param object|int $result_str The custom field results object or row id. |
| 2159 | 2162 | * @param string $field_ins_upd When set to "submit" displays form. |
| 2160 | - * @param bool $default when set to true field will be for admin use only. |
|
| 2161 | 2163 | */ |
| 2162 | 2164 | function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
| 2163 | 2165 | {
|
@@ -51,8 +51,9 @@ discard block |
||
| 51 | 51 | global $wpdb; |
| 52 | 52 | $result = 0;// no rows affected |
| 53 | 53 | if (!geodir_column_exist($db, $column)) {
|
| 54 | - if (!empty($db) && !empty($column)) |
|
| 55 | - $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 54 | + if (!empty($db) && !empty($column)) { |
|
| 55 | + $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr"); |
|
| 56 | + } |
|
| 56 | 57 | } |
| 57 | 58 | return $result; |
| 58 | 59 | } |
@@ -82,10 +83,11 @@ discard block |
||
| 82 | 83 | |
| 83 | 84 | $default_query = ''; |
| 84 | 85 | |
| 85 | - if ($default == 'default') |
|
| 86 | - $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | - elseif ($default == 'custom') |
|
| 88 | - $default_query .= " and is_admin = '0' "; |
|
| 86 | + if ($default == 'default') { |
|
| 87 | + $default_query .= " and is_admin IN ('1') "; |
|
| 88 | + } elseif ($default == 'custom') { |
|
| 89 | + $default_query .= " and is_admin = '0' "; |
|
| 90 | + } |
|
| 89 | 91 | |
| 90 | 92 | if ($fields_location == 'none') {
|
| 91 | 93 | } else{
|
@@ -239,10 +241,12 @@ discard block |
||
| 239 | 241 | } |
| 240 | 242 | |
| 241 | 243 | return $field_id; |
| 242 | - } else |
|
| 243 | - return 0; |
|
| 244 | - } else |
|
| 245 | - return 0; |
|
| 244 | + } else { |
|
| 245 | + return 0; |
|
| 246 | + } |
|
| 247 | + } else { |
|
| 248 | + return 0; |
|
| 249 | + } |
|
| 246 | 250 | } |
| 247 | 251 | } |
| 248 | 252 | |
@@ -349,7 +353,9 @@ discard block |
||
| 349 | 353 | |
| 350 | 354 | |
| 351 | 355 | |
| 352 | - if ($post_type == '') $post_type = 'gd_place'; |
|
| 356 | + if ($post_type == '') { |
|
| 357 | + $post_type = 'gd_place'; |
|
| 358 | + } |
|
| 353 | 359 | |
| 354 | 360 | |
| 355 | 361 | $detail_table = $plugin_prefix . $post_type . '_detail'; |
@@ -389,16 +395,17 @@ discard block |
||
| 389 | 395 | } |
| 390 | 396 | |
| 391 | 397 | $option_values = ''; |
| 392 | - if (isset($request_field['option_values'])) |
|
| 393 | - $option_values = $request_field['option_values']; |
|
| 398 | + if (isset($request_field['option_values'])) { |
|
| 399 | + $option_values = $request_field['option_values']; |
|
| 400 | + } |
|
| 394 | 401 | |
| 395 | 402 | $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
| 396 | 403 | |
| 397 | 404 | $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
| 398 | 405 | |
| 399 | - if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 400 | - $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 401 | - else {
|
|
| 406 | + if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) { |
|
| 407 | + $price_pkg = implode(",", $request_field['show_on_pkg']); |
|
| 408 | + } else {
|
|
| 402 | 409 | $package_info = array(); |
| 403 | 410 | |
| 404 | 411 | $package_info = geodir_post_package_info($package_info, '', $post_type); |
@@ -406,22 +413,29 @@ discard block |
||
| 406 | 413 | } |
| 407 | 414 | |
| 408 | 415 | |
| 409 | - if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 410 | - $extra_fields = $request_field['extra']; |
|
| 416 | + if (isset($request_field['extra']) && !empty($request_field['extra'])) { |
|
| 417 | + $extra_fields = $request_field['extra']; |
|
| 418 | + } |
|
| 411 | 419 | |
| 412 | - if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 413 | - $is_default = $request_field['is_default']; |
|
| 414 | - else |
|
| 415 | - $is_default = '0'; |
|
| 420 | + if (isset($request_field['is_default']) && $request_field['is_default'] != '') { |
|
| 421 | + $is_default = $request_field['is_default']; |
|
| 422 | + } else { |
|
| 423 | + $is_default = '0'; |
|
| 424 | + } |
|
| 416 | 425 | |
| 417 | - if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 418 | - $is_admin = $request_field['is_admin']; |
|
| 419 | - else |
|
| 420 | - $is_admin = '0'; |
|
| 426 | + if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') { |
|
| 427 | + $is_admin = $request_field['is_admin']; |
|
| 428 | + } else { |
|
| 429 | + $is_admin = '0'; |
|
| 430 | + } |
|
| 421 | 431 | |
| 422 | 432 | |
| 423 | - if ($is_active == '') $is_active = 1; |
|
| 424 | - if ($is_required == '') $is_required = 0; |
|
| 433 | + if ($is_active == '') { |
|
| 434 | + $is_active = 1; |
|
| 435 | + } |
|
| 436 | + if ($is_required == '') { |
|
| 437 | + $is_required = 0; |
|
| 438 | + } |
|
| 425 | 439 | |
| 426 | 440 | |
| 427 | 441 | if ($sort_order == '') {
|
@@ -690,7 +704,7 @@ discard block |
||
| 690 | 704 | } |
| 691 | 705 | if($op_max){$op_size =$op_max; }
|
| 692 | 706 | } |
| 693 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 707 | + } elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 694 | 708 | if(strlen($option_values)){
|
| 695 | 709 | $op_size = strlen($option_values); |
| 696 | 710 | } |
@@ -707,11 +721,13 @@ discard block |
||
| 707 | 721 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 708 | 722 | } |
| 709 | 723 | |
| 710 | - if (isset($request_field['cat_display_type'])) |
|
| 711 | - $extra_fields = $request_field['cat_display_type']; |
|
| 724 | + if (isset($request_field['cat_display_type'])) { |
|
| 725 | + $extra_fields = $request_field['cat_display_type']; |
|
| 726 | + } |
|
| 712 | 727 | |
| 713 | - if (isset($request_field['multi_display_type'])) |
|
| 714 | - $extra_fields = $request_field['multi_display_type']; |
|
| 728 | + if (isset($request_field['multi_display_type'])) { |
|
| 729 | + $extra_fields = $request_field['multi_display_type']; |
|
| 730 | + } |
|
| 715 | 731 | |
| 716 | 732 | |
| 717 | 733 | break; |
@@ -725,8 +741,9 @@ discard block |
||
| 725 | 741 | if($alter_result===false){
|
| 726 | 742 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 727 | 743 | } |
| 728 | - if (isset($request_field['advanced_editor'])) |
|
| 729 | - $extra_fields = $request_field['advanced_editor']; |
|
| 744 | + if (isset($request_field['advanced_editor'])) { |
|
| 745 | + $extra_fields = $request_field['advanced_editor']; |
|
| 746 | + } |
|
| 730 | 747 | |
| 731 | 748 | break; |
| 732 | 749 | |
@@ -822,8 +839,9 @@ discard block |
||
| 822 | 839 | ); |
| 823 | 840 | |
| 824 | 841 | |
| 825 | - if ($cat_sort == '') |
|
| 826 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 842 | + if ($cat_sort == '') { |
|
| 843 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name))); |
|
| 844 | + } |
|
| 827 | 845 | |
| 828 | 846 | |
| 829 | 847 | /** |
@@ -1193,8 +1211,10 @@ discard block |
||
| 1193 | 1211 | } |
| 1194 | 1212 | |
| 1195 | 1213 | return $post_meta_info; |
| 1196 | - else: |
|
| 1197 | - return false; |
|
| 1214 | + else { |
|
| 1215 | + : |
|
| 1216 | + return false; |
|
| 1217 | + } |
|
| 1198 | 1218 | endif; |
| 1199 | 1219 | } |
| 1200 | 1220 | |
@@ -1205,8 +1225,9 @@ discard block |
||
| 1205 | 1225 | if (is_admin()) {
|
| 1206 | 1226 | global $post,$gd_session; |
| 1207 | 1227 | |
| 1208 | - if (isset($_REQUEST['post'])) |
|
| 1209 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1228 | + if (isset($_REQUEST['post'])) { |
|
| 1229 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1230 | + } |
|
| 1210 | 1231 | } |
| 1211 | 1232 | |
| 1212 | 1233 | if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
@@ -1259,8 +1280,9 @@ discard block |
||
| 1259 | 1280 | if (is_admin()) {
|
| 1260 | 1281 | global $post; |
| 1261 | 1282 | |
| 1262 | - if (isset($_REQUEST['post'])) |
|
| 1263 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1283 | + if (isset($_REQUEST['post'])) { |
|
| 1284 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1285 | + } |
|
| 1264 | 1286 | } |
| 1265 | 1287 | |
| 1266 | 1288 | |
@@ -1352,7 +1374,7 @@ discard block |
||
| 1352 | 1374 | $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
| 1353 | 1375 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1354 | 1376 | $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
| 1355 | - }else{
|
|
| 1377 | + } else{
|
|
| 1356 | 1378 | $field_icon = $cf['field_icon']; |
| 1357 | 1379 | } |
| 1358 | 1380 | |
@@ -1425,8 +1447,9 @@ discard block |
||
| 1425 | 1447 | $variables_array['post_id'] = $post->ID; |
| 1426 | 1448 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 1427 | 1449 | $variables_array['value'] = ''; |
| 1428 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1429 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1450 | + if (isset($post->{$type['htmlvar_name']})) { |
|
| 1451 | + $variables_array['value'] = $post->{$type['htmlvar_name']}; |
|
| 1452 | + } |
|
| 1430 | 1453 | endif; |
| 1431 | 1454 | |
| 1432 | 1455 | |
@@ -1448,7 +1471,9 @@ discard block |
||
| 1448 | 1471 | * @param string $html Custom field unfiltered HTML. |
| 1449 | 1472 | * @param array $variables_array Custom field variables array. |
| 1450 | 1473 | */ |
| 1451 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1474 | + if ($html) { |
|
| 1475 | + echo apply_filters("geodir_show_{$html_var}", $html, $variables_array); |
|
| 1476 | + } |
|
| 1452 | 1477 | |
| 1453 | 1478 | /** |
| 1454 | 1479 | * Called after a custom fields is output on the frontend. |
@@ -1491,10 +1516,11 @@ discard block |
||
| 1491 | 1516 | */ |
| 1492 | 1517 | function geodir_default_date_format() |
| 1493 | 1518 | {
|
| 1494 | - if ($format = get_option('date_format'))
|
|
| 1495 | - return $format; |
|
| 1496 | - else |
|
| 1497 | - return 'dd-mm-yy'; |
|
| 1519 | + if ($format = get_option('date_format')) { |
|
| 1520 | + return $format; |
|
| 1521 | + } else { |
|
| 1522 | + return 'dd-mm-yy'; |
|
| 1523 | + } |
|
| 1498 | 1524 | } |
| 1499 | 1525 | } |
| 1500 | 1526 | |
@@ -1601,11 +1627,13 @@ discard block |
||
| 1601 | 1627 | // Set an array containing a list of acceptable formats |
| 1602 | 1628 | //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
| 1603 | 1629 | |
| 1604 | - if (!function_exists('wp_handle_upload'))
|
|
| 1605 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1630 | + if (!function_exists('wp_handle_upload')) { |
|
| 1631 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1632 | + } |
|
| 1606 | 1633 | |
| 1607 | - if (!is_dir($geodir_uploadpath)) |
|
| 1608 | - mkdir($geodir_uploadpath); |
|
| 1634 | + if (!is_dir($geodir_uploadpath)) { |
|
| 1635 | + mkdir($geodir_uploadpath); |
|
| 1636 | + } |
|
| 1609 | 1637 | |
| 1610 | 1638 | $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
| 1611 | 1639 | $explode_sub_dir = explode("/", $sub_dir);
|
@@ -1618,16 +1646,19 @@ discard block |
||
| 1618 | 1646 | } |
| 1619 | 1647 | |
| 1620 | 1648 | $uploaded_file = ''; |
| 1621 | - if (file_exists($img_path)) |
|
| 1622 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1649 | + if (file_exists($img_path)) { |
|
| 1650 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1651 | + } |
|
| 1623 | 1652 | |
| 1624 | 1653 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1625 | - if (file_exists($img_path)) |
|
| 1626 | - unlink($img_path); |
|
| 1654 | + if (file_exists($img_path)) { |
|
| 1655 | + unlink($img_path); |
|
| 1656 | + } |
|
| 1627 | 1657 | } |
| 1628 | 1658 | |
| 1629 | - if (!empty($uploaded_file)) |
|
| 1630 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1659 | + if (!empty($uploaded_file)) { |
|
| 1660 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1661 | + } |
|
| 1631 | 1662 | |
| 1632 | 1663 | } else {
|
| 1633 | 1664 | $file_urls = $post_image[$m]; |
@@ -1648,8 +1679,9 @@ discard block |
||
| 1648 | 1679 | |
| 1649 | 1680 | geodir_save_post_meta($post_id, $field_id, $file_urls); |
| 1650 | 1681 | |
| 1651 | - if (!empty($invalid_files)) |
|
| 1652 | - geodir_remove_attachments($invalid_files); |
|
| 1682 | + if (!empty($invalid_files)) { |
|
| 1683 | + geodir_remove_attachments($invalid_files); |
|
| 1684 | + } |
|
| 1653 | 1685 | |
| 1654 | 1686 | } |
| 1655 | 1687 | } |
@@ -1875,8 +1907,9 @@ discard block |
||
| 1875 | 1907 | |
| 1876 | 1908 | $all_postypes = geodir_get_posttypes(); |
| 1877 | 1909 | |
| 1878 | - if (!in_array($post_type, $all_postypes)) |
|
| 1879 | - return false; |
|
| 1910 | + if (!in_array($post_type, $all_postypes)) { |
|
| 1911 | + return false; |
|
| 1912 | + } |
|
| 1880 | 1913 | |
| 1881 | 1914 | $fields = array(); |
| 1882 | 1915 | |
@@ -1974,8 +2007,10 @@ discard block |
||
| 1974 | 2007 | } |
| 1975 | 2008 | |
| 1976 | 2009 | return $field_ids; |
| 1977 | - else: |
|
| 1978 | - return false; |
|
| 2010 | + else { |
|
| 2011 | + : |
|
| 2012 | + return false; |
|
| 2013 | + } |
|
| 1979 | 2014 | endif; |
| 1980 | 2015 | } |
| 1981 | 2016 | |
@@ -2148,8 +2183,9 @@ discard block |
||
| 2148 | 2183 | |
| 2149 | 2184 | return $field_id; |
| 2150 | 2185 | |
| 2151 | - } else |
|
| 2152 | - return 0; |
|
| 2186 | + } else { |
|
| 2187 | + return 0; |
|
| 2188 | + } |
|
| 2153 | 2189 | |
| 2154 | 2190 | } |
| 2155 | 2191 | } |
@@ -2190,8 +2226,9 @@ discard block |
||
| 2190 | 2226 | $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
| 2191 | 2227 | |
| 2192 | 2228 | $site_title = ''; |
| 2193 | - if ($site_title == '') |
|
| 2194 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2229 | + if ($site_title == '') { |
|
| 2230 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2231 | + } |
|
| 2195 | 2232 | |
| 2196 | 2233 | if ($site_title == '') {
|
| 2197 | 2234 | $fields = geodir_get_custom_sort_options($post_type); |
@@ -2205,8 +2242,9 @@ discard block |
||
| 2205 | 2242 | } |
| 2206 | 2243 | } |
| 2207 | 2244 | |
| 2208 | - if ($htmlvar_name == '') |
|
| 2209 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2245 | + if ($htmlvar_name == '') { |
|
| 2246 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2247 | + } |
|
| 2210 | 2248 | |
| 2211 | 2249 | $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
| 2212 | 2250 | |
@@ -2219,7 +2257,7 @@ discard block |
||
| 2219 | 2257 | |
| 2220 | 2258 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2221 | 2259 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2222 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2260 | + } elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2223 | 2261 | $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
| 2224 | 2262 | } |
| 2225 | 2263 | |
@@ -2654,7 +2692,7 @@ discard block |
||
| 2654 | 2692 | $dt_value = ''; |
| 2655 | 2693 | if (isset($field_info->data_type)) {
|
| 2656 | 2694 | $dt_value = esc_attr($field_info->data_type); |
| 2657 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2695 | + } elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2658 | 2696 | $dt_value = $cf['defaults']['data_type']; |
| 2659 | 2697 | } |
| 2660 | 2698 | ?> |
@@ -2686,7 +2724,7 @@ discard block |
||
| 2686 | 2724 | $value = ''; |
| 2687 | 2725 | if (isset($field_info->decimal_point)) {
|
| 2688 | 2726 | $value = esc_attr($field_info->decimal_point); |
| 2689 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2727 | + } elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2690 | 2728 | $value = $cf['defaults']['decimal_point']; |
| 2691 | 2729 | } |
| 2692 | 2730 | ?> |
@@ -2760,11 +2798,13 @@ discard block |
||
| 2760 | 2798 | |
| 2761 | 2799 | <?php |
| 2762 | 2800 | $selected = ''; |
| 2763 | - if (isset($field_info->extra_fields)) |
|
| 2764 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2801 | + if (isset($field_info->extra_fields)) { |
|
| 2802 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2803 | + } |
|
| 2765 | 2804 | |
| 2766 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2767 | - $selected = 'checked="checked"'; |
|
| 2805 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor)) { |
|
| 2806 | + $selected = 'checked="checked"'; |
|
| 2807 | + } |
|
| 2768 | 2808 | ?> |
| 2769 | 2809 | |
| 2770 | 2810 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
@@ -2786,7 +2826,7 @@ discard block |
||
| 2786 | 2826 | $value = ''; |
| 2787 | 2827 | if (isset($field_info->validation_pattern)) {
|
| 2788 | 2828 | $value = esc_attr($field_info->validation_pattern); |
| 2789 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2829 | + } elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2790 | 2830 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2791 | 2831 | } |
| 2792 | 2832 | ?> |
@@ -2806,7 +2846,7 @@ discard block |
||
| 2806 | 2846 | $value = ''; |
| 2807 | 2847 | if (isset($field_info->validation_msg)) {
|
| 2808 | 2848 | $value = esc_attr($field_info->validation_msg); |
| 2809 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2849 | + } elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2810 | 2850 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2811 | 2851 | } |
| 2812 | 2852 | ?> |
@@ -2836,8 +2876,9 @@ discard block |
||
| 2836 | 2876 | |
| 2837 | 2877 | if (!isset($field_info->post_type)) {
|
| 2838 | 2878 | $post_type = sanitize_text_field($_REQUEST['listing_type']); |
| 2839 | - } else |
|
| 2840 | - $post_type = $field_info->post_type; |
|
| 2879 | + } else { |
|
| 2880 | + $post_type = $field_info->post_type; |
|
| 2881 | + } |
|
| 2841 | 2882 | ?> |
| 2842 | 2883 | <li style="display: none;"> |
| 2843 | 2884 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
@@ -3111,7 +3152,7 @@ discard block |
||
| 3111 | 3152 | $value = ''; |
| 3112 | 3153 | if (isset($field_info->option_values)) {
|
| 3113 | 3154 | $value = esc_attr($field_info->option_values); |
| 3114 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3155 | + } elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3115 | 3156 | $value = esc_attr($cf['defaults']['option_values']); |
| 3116 | 3157 | } |
| 3117 | 3158 | |
@@ -3254,7 +3295,7 @@ discard block |
||
| 3254 | 3295 | $value = ''; |
| 3255 | 3296 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3256 | 3297 | $value = esc_attr($extra_fields['is_price']); |
| 3257 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3298 | + } elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3258 | 3299 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3259 | 3300 | } |
| 3260 | 3301 | |
@@ -3289,7 +3330,7 @@ discard block |
||
| 3289 | 3330 | $value = ''; |
| 3290 | 3331 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3291 | 3332 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3292 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3333 | + } elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3293 | 3334 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3294 | 3335 | } |
| 3295 | 3336 | ?> |
@@ -3316,7 +3357,7 @@ discard block |
||
| 3316 | 3357 | $value = ''; |
| 3317 | 3358 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3318 | 3359 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3319 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3360 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3320 | 3361 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3321 | 3362 | } |
| 3322 | 3363 | ?> |
@@ -3339,7 +3380,7 @@ discard block |
||
| 3339 | 3380 | $value = ''; |
| 3340 | 3381 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3341 | 3382 | $value = esc_attr($extra_fields['decimal_display']); |
| 3342 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3383 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3343 | 3384 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3344 | 3385 | } |
| 3345 | 3386 | ?> |
@@ -3362,7 +3403,7 @@ discard block |
||
| 3362 | 3403 | $value = ''; |
| 3363 | 3404 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3364 | 3405 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3365 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3406 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3366 | 3407 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3367 | 3408 | } |
| 3368 | 3409 | ?> |
@@ -3383,7 +3424,7 @@ discard block |
||
| 3383 | 3424 | $value = ''; |
| 3384 | 3425 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3385 | 3426 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3386 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3427 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3387 | 3428 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3388 | 3429 | } |
| 3389 | 3430 | ?> |
@@ -3610,8 +3651,9 @@ discard block |
||
| 3610 | 3651 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3611 | 3652 | |
| 3612 | 3653 | if($decimals>0 && $decimal_display=='if'){
|
| 3613 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3614 | - $decimals = 0; |
|
| 3654 | + if(is_int($number) || floor( $number ) == $number) { |
|
| 3655 | + $decimals = 0; |
|
| 3656 | + } |
|
| 3615 | 3657 | } |
| 3616 | 3658 | |
| 3617 | 3659 | $number = number_format($number,$decimals,$decimalpoint,$separator); |
@@ -3620,7 +3662,7 @@ discard block |
||
| 3620 | 3662 | |
| 3621 | 3663 | if($currency_symbol_placement=='left'){
|
| 3622 | 3664 | $number = $symbol . $number; |
| 3623 | - }else{
|
|
| 3665 | + } else{
|
|
| 3624 | 3666 | $number = $number . $symbol; |
| 3625 | 3667 | } |
| 3626 | 3668 | |
@@ -10,52 +10,52 @@ discard block |
||
| 10 | 10 | global $wpdb, $table_prefix; |
| 11 | 11 | |
| 12 | 12 | if (!function_exists('geodir_column_exist')) {
|
| 13 | - /** |
|
| 14 | - * Check table column exist or not. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - * @global object $wpdb WordPress Database object. |
|
| 19 | - * @param string $db The table name. |
|
| 20 | - * @param string $column The column name. |
|
| 21 | - * @return bool If column exists returns true. Otherwise false. |
|
| 22 | - */ |
|
| 23 | - function geodir_column_exist($db, $column) |
|
| 24 | - {
|
|
| 25 | - global $wpdb; |
|
| 26 | - $exists = false; |
|
| 27 | - $columns = $wpdb->get_col("show columns from $db");
|
|
| 28 | - foreach ($columns as $c) {
|
|
| 29 | - if ($c == $column) {
|
|
| 30 | - $exists = true; |
|
| 31 | - break; |
|
| 32 | - } |
|
| 33 | - } |
|
| 34 | - return $exists; |
|
| 35 | - } |
|
| 13 | + /** |
|
| 14 | + * Check table column exist or not. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + * @global object $wpdb WordPress Database object. |
|
| 19 | + * @param string $db The table name. |
|
| 20 | + * @param string $column The column name. |
|
| 21 | + * @return bool If column exists returns true. Otherwise false. |
|
| 22 | + */ |
|
| 23 | + function geodir_column_exist($db, $column) |
|
| 24 | + {
|
|
| 25 | + global $wpdb; |
|
| 26 | + $exists = false; |
|
| 27 | + $columns = $wpdb->get_col("show columns from $db");
|
|
| 28 | + foreach ($columns as $c) {
|
|
| 29 | + if ($c == $column) {
|
|
| 30 | + $exists = true; |
|
| 31 | + break; |
|
| 32 | + } |
|
| 33 | + } |
|
| 34 | + return $exists; |
|
| 35 | + } |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | if (!function_exists('geodir_add_column_if_not_exist')) {
|
| 39 | - /** |
|
| 40 | - * Add column if table column not exist. |
|
| 41 | - * |
|
| 42 | - * @since 1.0.0 |
|
| 43 | - * @package GeoDirectory |
|
| 44 | - * @global object $wpdb WordPress Database object. |
|
| 45 | - * @param string $db The table name. |
|
| 46 | - * @param string $column The column name. |
|
| 47 | - * @param string $column_attr The column attributes. |
|
| 48 | - */ |
|
| 49 | - function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
|
| 50 | - {
|
|
| 51 | - global $wpdb; |
|
| 52 | - $result = 0;// no rows affected |
|
| 53 | - if (!geodir_column_exist($db, $column)) {
|
|
| 54 | - if (!empty($db) && !empty($column)) |
|
| 55 | - $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 56 | - } |
|
| 57 | - return $result; |
|
| 58 | - } |
|
| 39 | + /** |
|
| 40 | + * Add column if table column not exist. |
|
| 41 | + * |
|
| 42 | + * @since 1.0.0 |
|
| 43 | + * @package GeoDirectory |
|
| 44 | + * @global object $wpdb WordPress Database object. |
|
| 45 | + * @param string $db The table name. |
|
| 46 | + * @param string $column The column name. |
|
| 47 | + * @param string $column_attr The column attributes. |
|
| 48 | + */ |
|
| 49 | + function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
|
| 50 | + {
|
|
| 51 | + global $wpdb; |
|
| 52 | + $result = 0;// no rows affected |
|
| 53 | + if (!geodir_column_exist($db, $column)) {
|
|
| 54 | + if (!empty($db) && !empty($column)) |
|
| 55 | + $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 56 | + } |
|
| 57 | + return $result; |
|
| 58 | + } |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
@@ -72,706 +72,706 @@ discard block |
||
| 72 | 72 | */ |
| 73 | 73 | function geodir_post_custom_fields($package_id = '', $default = 'all', $post_type = 'gd_place', $fields_location = 'none') |
| 74 | 74 | {
|
| 75 | - global $wpdb, $geodir_post_custom_fields_cache; |
|
| 76 | - |
|
| 77 | - $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 78 | - |
|
| 79 | - if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
|
| 80 | - return $geodir_post_custom_fields_cache[$cache_stored]; |
|
| 81 | - } |
|
| 82 | - |
|
| 83 | - $default_query = ''; |
|
| 84 | - |
|
| 85 | - if ($default == 'default') |
|
| 86 | - $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | - elseif ($default == 'custom') |
|
| 88 | - $default_query .= " and is_admin = '0' "; |
|
| 89 | - |
|
| 90 | - if ($fields_location == 'none') {
|
|
| 91 | - } else{
|
|
| 92 | - $fields_location = esc_sql( $fields_location ); |
|
| 93 | - $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
|
| 94 | - } |
|
| 95 | - |
|
| 96 | - $post_meta_info = $wpdb->get_results( |
|
| 97 | - $wpdb->prepare( |
|
| 98 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | - array($post_type) |
|
| 100 | - ) |
|
| 101 | - ); |
|
| 102 | - |
|
| 103 | - |
|
| 104 | - $return_arr = array(); |
|
| 105 | - if ($post_meta_info) {
|
|
| 106 | - |
|
| 107 | - foreach ($post_meta_info as $post_meta_info_obj) {
|
|
| 108 | - |
|
| 109 | - $custom_fields = array( |
|
| 110 | - "name" => $post_meta_info_obj->htmlvar_name, |
|
| 111 | - "label" => $post_meta_info_obj->clabels, |
|
| 112 | - "default" => $post_meta_info_obj->default_value, |
|
| 113 | - "type" => $post_meta_info_obj->field_type, |
|
| 114 | - "desc" => $post_meta_info_obj->admin_desc); |
|
| 115 | - |
|
| 116 | - if ($post_meta_info_obj->field_type) {
|
|
| 117 | - $options = explode(',', $post_meta_info_obj->option_values);
|
|
| 118 | - $custom_fields["options"] = $options; |
|
| 119 | - } |
|
| 120 | - |
|
| 121 | - foreach ($post_meta_info_obj as $key => $val) {
|
|
| 122 | - $custom_fields[$key] = $val; |
|
| 123 | - } |
|
| 124 | - |
|
| 125 | - $pricearr = array(); |
|
| 126 | - $pricearr = explode(',', $post_meta_info_obj->packages);
|
|
| 127 | - |
|
| 128 | - if ($package_id != '' && in_array($package_id, $pricearr)) {
|
|
| 129 | - $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 130 | - } elseif ($package_id == '') {
|
|
| 131 | - $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 132 | - } |
|
| 133 | - } |
|
| 134 | - } |
|
| 135 | - $geodir_post_custom_fields_cache[$cache_stored] = $return_arr; |
|
| 136 | - |
|
| 137 | - if (has_filter('geodir_filter_geodir_post_custom_fields')) {
|
|
| 138 | - /** |
|
| 139 | - * Filter the post custom fields array. |
|
| 140 | - * |
|
| 141 | - * @since 1.0.0 |
|
| 142 | - * |
|
| 143 | - * @param array $return_arr Post custom fields array. |
|
| 144 | - * @param int|string $package_id The package ID. |
|
| 145 | - * @param string $post_type Optional. The wordpress post type. |
|
| 146 | - * @param string $fields_location Optional. Where exactly are you going to place this custom fields?. |
|
| 147 | - */ |
|
| 148 | - $return_arr = apply_filters('geodir_filter_geodir_post_custom_fields', $return_arr, $package_id, $post_type, $fields_location);
|
|
| 149 | - } |
|
| 150 | - |
|
| 151 | - return $return_arr; |
|
| 75 | + global $wpdb, $geodir_post_custom_fields_cache; |
|
| 76 | + |
|
| 77 | + $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 78 | + |
|
| 79 | + if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
|
| 80 | + return $geodir_post_custom_fields_cache[$cache_stored]; |
|
| 81 | + } |
|
| 82 | + |
|
| 83 | + $default_query = ''; |
|
| 84 | + |
|
| 85 | + if ($default == 'default') |
|
| 86 | + $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | + elseif ($default == 'custom') |
|
| 88 | + $default_query .= " and is_admin = '0' "; |
|
| 89 | + |
|
| 90 | + if ($fields_location == 'none') {
|
|
| 91 | + } else{
|
|
| 92 | + $fields_location = esc_sql( $fields_location ); |
|
| 93 | + $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
|
| 94 | + } |
|
| 95 | + |
|
| 96 | + $post_meta_info = $wpdb->get_results( |
|
| 97 | + $wpdb->prepare( |
|
| 98 | + "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | + array($post_type) |
|
| 100 | + ) |
|
| 101 | + ); |
|
| 102 | + |
|
| 103 | + |
|
| 104 | + $return_arr = array(); |
|
| 105 | + if ($post_meta_info) {
|
|
| 106 | + |
|
| 107 | + foreach ($post_meta_info as $post_meta_info_obj) {
|
|
| 108 | + |
|
| 109 | + $custom_fields = array( |
|
| 110 | + "name" => $post_meta_info_obj->htmlvar_name, |
|
| 111 | + "label" => $post_meta_info_obj->clabels, |
|
| 112 | + "default" => $post_meta_info_obj->default_value, |
|
| 113 | + "type" => $post_meta_info_obj->field_type, |
|
| 114 | + "desc" => $post_meta_info_obj->admin_desc); |
|
| 115 | + |
|
| 116 | + if ($post_meta_info_obj->field_type) {
|
|
| 117 | + $options = explode(',', $post_meta_info_obj->option_values);
|
|
| 118 | + $custom_fields["options"] = $options; |
|
| 119 | + } |
|
| 120 | + |
|
| 121 | + foreach ($post_meta_info_obj as $key => $val) {
|
|
| 122 | + $custom_fields[$key] = $val; |
|
| 123 | + } |
|
| 124 | + |
|
| 125 | + $pricearr = array(); |
|
| 126 | + $pricearr = explode(',', $post_meta_info_obj->packages);
|
|
| 127 | + |
|
| 128 | + if ($package_id != '' && in_array($package_id, $pricearr)) {
|
|
| 129 | + $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 130 | + } elseif ($package_id == '') {
|
|
| 131 | + $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 132 | + } |
|
| 133 | + } |
|
| 134 | + } |
|
| 135 | + $geodir_post_custom_fields_cache[$cache_stored] = $return_arr; |
|
| 136 | + |
|
| 137 | + if (has_filter('geodir_filter_geodir_post_custom_fields')) {
|
|
| 138 | + /** |
|
| 139 | + * Filter the post custom fields array. |
|
| 140 | + * |
|
| 141 | + * @since 1.0.0 |
|
| 142 | + * |
|
| 143 | + * @param array $return_arr Post custom fields array. |
|
| 144 | + * @param int|string $package_id The package ID. |
|
| 145 | + * @param string $post_type Optional. The wordpress post type. |
|
| 146 | + * @param string $fields_location Optional. Where exactly are you going to place this custom fields?. |
|
| 147 | + */ |
|
| 148 | + $return_arr = apply_filters('geodir_filter_geodir_post_custom_fields', $return_arr, $package_id, $post_type, $fields_location);
|
|
| 149 | + } |
|
| 150 | + |
|
| 151 | + return $return_arr; |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | - /** |
|
| 155 | - * Adds admin html for custom fields. |
|
| 156 | - * |
|
| 157 | - * @since 1.0.0 |
|
| 158 | - * @package GeoDirectory |
|
| 159 | - * @global object $wpdb WordPress Database object. |
|
| 160 | - * @param string $field_type The form field type. |
|
| 161 | - * @param object|int $result_str The custom field results object or row id. |
|
| 162 | - * @param string $field_ins_upd When set to "submit" displays form. |
|
| 163 | - * @param string $field_type_key The key of the custom field. |
|
| 164 | - */ |
|
| 165 | - function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 166 | - {
|
|
| 167 | - global $wpdb; |
|
| 168 | - $cf = $result_str; |
|
| 169 | - if (!is_object($cf)) {
|
|
| 170 | - |
|
| 171 | - $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 172 | - |
|
| 173 | - } else {
|
|
| 174 | - $field_info = $cf; |
|
| 175 | - $result_str = $cf->id; |
|
| 176 | - } |
|
| 177 | - /** |
|
| 178 | - * Contains custom field html. |
|
| 179 | - * |
|
| 180 | - * @since 1.0.0 |
|
| 181 | - */ |
|
| 182 | - include('custom_field_html.php');
|
|
| 183 | - |
|
| 184 | - } |
|
| 154 | + /** |
|
| 155 | + * Adds admin html for custom fields. |
|
| 156 | + * |
|
| 157 | + * @since 1.0.0 |
|
| 158 | + * @package GeoDirectory |
|
| 159 | + * @global object $wpdb WordPress Database object. |
|
| 160 | + * @param string $field_type The form field type. |
|
| 161 | + * @param object|int $result_str The custom field results object or row id. |
|
| 162 | + * @param string $field_ins_upd When set to "submit" displays form. |
|
| 163 | + * @param string $field_type_key The key of the custom field. |
|
| 164 | + */ |
|
| 165 | + function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 166 | + {
|
|
| 167 | + global $wpdb; |
|
| 168 | + $cf = $result_str; |
|
| 169 | + if (!is_object($cf)) {
|
|
| 170 | + |
|
| 171 | + $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 172 | + |
|
| 173 | + } else {
|
|
| 174 | + $field_info = $cf; |
|
| 175 | + $result_str = $cf->id; |
|
| 176 | + } |
|
| 177 | + /** |
|
| 178 | + * Contains custom field html. |
|
| 179 | + * |
|
| 180 | + * @since 1.0.0 |
|
| 181 | + */ |
|
| 182 | + include('custom_field_html.php');
|
|
| 183 | + |
|
| 184 | + } |
|
| 185 | 185 | |
| 186 | 186 | |
| 187 | 187 | if (!function_exists('geodir_custom_field_delete')) {
|
| 188 | - /** |
|
| 189 | - * Delete custom field using field id. |
|
| 190 | - * |
|
| 191 | - * @since 1.0.0 |
|
| 192 | - * @since 1.5.7 Delete field from sorting fields table when custom field deleted. |
|
| 193 | - * @package GeoDirectory |
|
| 194 | - * @global object $wpdb WordPress Database object. |
|
| 195 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 196 | - * @param string $field_id The custom field ID. |
|
| 197 | - * @return int|string If field deleted successfully, returns field id. Otherwise returns 0. |
|
| 198 | - */ |
|
| 199 | - function geodir_custom_field_delete($field_id = '') {
|
|
| 200 | - global $wpdb, $plugin_prefix; |
|
| 201 | - |
|
| 202 | - if ($field_id != '') {
|
|
| 203 | - $cf = trim($field_id, '_'); |
|
| 204 | - |
|
| 205 | - if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 207 | - |
|
| 208 | - $post_type = $field->post_type; |
|
| 209 | - $htmlvar_name = $field->htmlvar_name; |
|
| 210 | - |
|
| 211 | - if ($post_type != '' && $htmlvar_name != '') {
|
|
| 212 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | - } |
|
| 214 | - |
|
| 215 | - /** |
|
| 216 | - * Called after a custom field is deleted. |
|
| 217 | - * |
|
| 218 | - * @since 1.0.0 |
|
| 219 | - * @param string $cf The fields ID. |
|
| 220 | - * @param string $field->htmlvar_name The html variable name for the field. |
|
| 221 | - * @param string $post_type The post type the field belongs to. |
|
| 222 | - */ |
|
| 223 | - do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
|
| 224 | - |
|
| 225 | - if ($field->field_type == 'address') {
|
|
| 226 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 235 | - } else {
|
|
| 236 | - if ($field->field_type != 'fieldset') {
|
|
| 237 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 238 | - } |
|
| 239 | - } |
|
| 240 | - |
|
| 241 | - return $field_id; |
|
| 242 | - } else |
|
| 243 | - return 0; |
|
| 244 | - } else |
|
| 245 | - return 0; |
|
| 246 | - } |
|
| 188 | + /** |
|
| 189 | + * Delete custom field using field id. |
|
| 190 | + * |
|
| 191 | + * @since 1.0.0 |
|
| 192 | + * @since 1.5.7 Delete field from sorting fields table when custom field deleted. |
|
| 193 | + * @package GeoDirectory |
|
| 194 | + * @global object $wpdb WordPress Database object. |
|
| 195 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 196 | + * @param string $field_id The custom field ID. |
|
| 197 | + * @return int|string If field deleted successfully, returns field id. Otherwise returns 0. |
|
| 198 | + */ |
|
| 199 | + function geodir_custom_field_delete($field_id = '') {
|
|
| 200 | + global $wpdb, $plugin_prefix; |
|
| 201 | + |
|
| 202 | + if ($field_id != '') {
|
|
| 203 | + $cf = trim($field_id, '_'); |
|
| 204 | + |
|
| 205 | + if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 207 | + |
|
| 208 | + $post_type = $field->post_type; |
|
| 209 | + $htmlvar_name = $field->htmlvar_name; |
|
| 210 | + |
|
| 211 | + if ($post_type != '' && $htmlvar_name != '') {
|
|
| 212 | + $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | + } |
|
| 214 | + |
|
| 215 | + /** |
|
| 216 | + * Called after a custom field is deleted. |
|
| 217 | + * |
|
| 218 | + * @since 1.0.0 |
|
| 219 | + * @param string $cf The fields ID. |
|
| 220 | + * @param string $field->htmlvar_name The html variable name for the field. |
|
| 221 | + * @param string $post_type The post type the field belongs to. |
|
| 222 | + */ |
|
| 223 | + do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
|
| 224 | + |
|
| 225 | + if ($field->field_type == 'address') {
|
|
| 226 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 235 | + } else {
|
|
| 236 | + if ($field->field_type != 'fieldset') {
|
|
| 237 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 238 | + } |
|
| 239 | + } |
|
| 240 | + |
|
| 241 | + return $field_id; |
|
| 242 | + } else |
|
| 243 | + return 0; |
|
| 244 | + } else |
|
| 245 | + return 0; |
|
| 246 | + } |
|
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | if (!function_exists('geodir_custom_field_save')) {
|
| 250 | - /** |
|
| 251 | - * Save or Update custom fields into the database. |
|
| 252 | - * |
|
| 253 | - * @since 1.0.0 |
|
| 254 | - * @since 1.5.6 Fix for saving multiselect custom field "Display Type" on first attempt. |
|
| 255 | - * @package GeoDirectory |
|
| 256 | - * @global object $wpdb WordPress Database object. |
|
| 257 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 258 | - * @param array $request_field {
|
|
| 259 | - * Attributes of the request field array. |
|
| 260 | - * |
|
| 261 | - * @type string $action Ajax Action name. Default "geodir_ajax_action". |
|
| 262 | - * @type string $manage_field_type Field type Default "custom_fields". |
|
| 263 | - * @type string $create_field Create field Default "true". |
|
| 264 | - * @type string $field_ins_upd Field ins upd Default "submit". |
|
| 265 | - * @type string $_wpnonce WP nonce value. |
|
| 266 | - * @type string $listing_type Listing type Example "gd_place". |
|
| 267 | - * @type string $field_type Field type Example "radio". |
|
| 268 | - * @type string $field_id Field id Example "12". |
|
| 269 | - * @type string $data_type Data type Example "VARCHAR". |
|
| 270 | - * @type string $is_active Either "1" or "0". If "0" is used then the field will not be displayed anywhere. |
|
| 271 | - * @type array $show_on_pkg Package list to display this field. |
|
| 272 | - * @type string $admin_title Personal comment, it would not be displayed anywhere except in custom field settings. |
|
| 273 | - * @type string $site_title Section title which you wish to display in frontend. |
|
| 274 | - * @type string $admin_desc Section description which will appear in frontend. |
|
| 275 | - * @type string $htmlvar_name Html variable name. This should be a unique name. |
|
| 276 | - * @type string $clabels Section Title which will appear in backend. |
|
| 277 | - * @type string $default_value The default value (for "link" this will be used as the link text). |
|
| 278 | - * @type string $sort_order The display order of this field in backend. e.g. 5. |
|
| 279 | - * @type string $is_default Either "1" or "0". If "0" is used then the field will be displayed as main form field or additional field. |
|
| 280 | - * @type string $for_admin_use Either "1" or "0". If "0" is used then only site admin can edit this field. |
|
| 281 | - * @type string $is_required Use "1" to set field as required. |
|
| 282 | - * @type string $required_msg Enter text for error message if field required and have not full fill requirement. |
|
| 283 | - * @type string $show_on_listing Want to show this on listing page?. |
|
| 284 | - * @type string $show_in What locations to show the custom field in. |
|
| 285 | - * @type string $show_on_detail Want to show this in More Info tab on detail page?. |
|
| 286 | - * @type string $show_as_tab Want to display this as a tab on detail page? If "1" then "Show on detail page?" must be Yes. |
|
| 287 | - * @type string $option_values Option Values should be separated by comma. |
|
| 288 | - * @type string $field_icon Upload icon using media and enter its url path, or enter font awesome class. |
|
| 289 | - * @type string $css_class Enter custom css class for field custom style. |
|
| 290 | - * @type array $extra_fields An array of extra fields to store. |
|
| 291 | - * |
|
| 292 | - * } |
|
| 293 | - * @param bool $default Not yet implemented. |
|
| 294 | - * @return int|string If field is unique returns inserted row id. Otherwise returns error string. |
|
| 295 | - */ |
|
| 296 | - function geodir_custom_field_save($request_field = array(), $default = false) |
|
| 297 | - {
|
|
| 298 | - |
|
| 299 | - global $wpdb, $plugin_prefix; |
|
| 300 | - |
|
| 301 | - $old_html_variable = ''; |
|
| 302 | - |
|
| 303 | - $data_type = trim($request_field['data_type']); |
|
| 304 | - |
|
| 305 | - $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 306 | - |
|
| 307 | - // some servers fail if a POST value is VARCHAR so we change it. |
|
| 308 | - if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 309 | - $request_field['data_type'] = 'VARCHAR'; |
|
| 310 | - } |
|
| 311 | - |
|
| 312 | - $cf = trim($result_str, '_'); |
|
| 313 | - |
|
| 314 | - |
|
| 315 | - /*-------- check duplicate validation --------*/ |
|
| 316 | - |
|
| 317 | - $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 318 | - $post_type = $request_field['listing_type']; |
|
| 319 | - |
|
| 320 | - if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
|
| 321 | - $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 322 | - } |
|
| 323 | - |
|
| 324 | - $check_html_variable = $wpdb->get_var( |
|
| 325 | - $wpdb->prepare( |
|
| 326 | - "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | - array($cf, $cehhtmlvar_name, $post_type) |
|
| 328 | - ) |
|
| 329 | - ); |
|
| 330 | - |
|
| 331 | - |
|
| 332 | - if (!$check_html_variable || $request_field['field_type'] == 'fieldset') {
|
|
| 333 | - |
|
| 334 | - if ($cf != '') {
|
|
| 335 | - |
|
| 336 | - $post_meta_info = $wpdb->get_row( |
|
| 337 | - $wpdb->prepare( |
|
| 338 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 339 | - array($cf) |
|
| 340 | - ) |
|
| 341 | - ); |
|
| 342 | - |
|
| 343 | - } |
|
| 344 | - |
|
| 345 | - if (!empty($post_meta_info)) {
|
|
| 346 | - $post_val = $post_meta_info; |
|
| 347 | - $old_html_variable = $post_val->htmlvar_name; |
|
| 348 | - |
|
| 349 | - } |
|
| 350 | - |
|
| 351 | - |
|
| 352 | - |
|
| 353 | - if ($post_type == '') $post_type = 'gd_place'; |
|
| 354 | - |
|
| 355 | - |
|
| 356 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 357 | - |
|
| 358 | - $admin_title = $request_field['admin_title']; |
|
| 359 | - $site_title = $request_field['site_title']; |
|
| 360 | - $data_type = $request_field['data_type']; |
|
| 361 | - $field_type = $request_field['field_type']; |
|
| 362 | - $field_type_key = isset($request_field['field_type_key']) ? $request_field['field_type_key'] : $field_type; |
|
| 363 | - $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 364 | - $admin_desc = $request_field['admin_desc']; |
|
| 365 | - $clabels = isset($request_field['clabels']) ? $request_field['clabels'] : ''; |
|
| 366 | - $default_value = isset($request_field['default_value']) ? $request_field['default_value'] : ''; |
|
| 367 | - $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : ''; |
|
| 368 | - $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : ''; |
|
| 369 | - $is_required = isset($request_field['is_required']) ? $request_field['is_required'] : ''; |
|
| 370 | - $required_msg = isset($request_field['required_msg']) ? $request_field['required_msg'] : ''; |
|
| 371 | - $css_class = isset($request_field['css_class']) ? $request_field['css_class'] : ''; |
|
| 372 | - $field_icon = isset($request_field['field_icon']) ? $request_field['field_icon'] : ''; |
|
| 373 | - $show_on_listing = isset($request_field['show_on_listing']) ? $request_field['show_on_listing'] : ''; |
|
| 374 | - $show_in = isset($request_field['show_in']) ? $request_field['show_in'] : ''; |
|
| 375 | - $show_on_detail = isset($request_field['show_on_detail']) ? $request_field['show_on_detail'] : ''; |
|
| 376 | - $show_as_tab = isset($request_field['show_as_tab']) ? $request_field['show_as_tab'] : ''; |
|
| 377 | - $decimal_point = isset($request_field['decimal_point']) ? trim($request_field['decimal_point']) : ''; // decimal point for DECIMAL data type |
|
| 378 | - $decimal_point = $decimal_point > 0 ? ($decimal_point > 10 ? 10 : $decimal_point) : ''; |
|
| 379 | - $validation_pattern = isset($request_field['validation_pattern']) ? $request_field['validation_pattern'] : ''; |
|
| 380 | - $validation_msg = isset($request_field['validation_msg']) ? $request_field['validation_msg'] : ''; |
|
| 381 | - $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
|
| 250 | + /** |
|
| 251 | + * Save or Update custom fields into the database. |
|
| 252 | + * |
|
| 253 | + * @since 1.0.0 |
|
| 254 | + * @since 1.5.6 Fix for saving multiselect custom field "Display Type" on first attempt. |
|
| 255 | + * @package GeoDirectory |
|
| 256 | + * @global object $wpdb WordPress Database object. |
|
| 257 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 258 | + * @param array $request_field {
|
|
| 259 | + * Attributes of the request field array. |
|
| 260 | + * |
|
| 261 | + * @type string $action Ajax Action name. Default "geodir_ajax_action". |
|
| 262 | + * @type string $manage_field_type Field type Default "custom_fields". |
|
| 263 | + * @type string $create_field Create field Default "true". |
|
| 264 | + * @type string $field_ins_upd Field ins upd Default "submit". |
|
| 265 | + * @type string $_wpnonce WP nonce value. |
|
| 266 | + * @type string $listing_type Listing type Example "gd_place". |
|
| 267 | + * @type string $field_type Field type Example "radio". |
|
| 268 | + * @type string $field_id Field id Example "12". |
|
| 269 | + * @type string $data_type Data type Example "VARCHAR". |
|
| 270 | + * @type string $is_active Either "1" or "0". If "0" is used then the field will not be displayed anywhere. |
|
| 271 | + * @type array $show_on_pkg Package list to display this field. |
|
| 272 | + * @type string $admin_title Personal comment, it would not be displayed anywhere except in custom field settings. |
|
| 273 | + * @type string $site_title Section title which you wish to display in frontend. |
|
| 274 | + * @type string $admin_desc Section description which will appear in frontend. |
|
| 275 | + * @type string $htmlvar_name Html variable name. This should be a unique name. |
|
| 276 | + * @type string $clabels Section Title which will appear in backend. |
|
| 277 | + * @type string $default_value The default value (for "link" this will be used as the link text). |
|
| 278 | + * @type string $sort_order The display order of this field in backend. e.g. 5. |
|
| 279 | + * @type string $is_default Either "1" or "0". If "0" is used then the field will be displayed as main form field or additional field. |
|
| 280 | + * @type string $for_admin_use Either "1" or "0". If "0" is used then only site admin can edit this field. |
|
| 281 | + * @type string $is_required Use "1" to set field as required. |
|
| 282 | + * @type string $required_msg Enter text for error message if field required and have not full fill requirement. |
|
| 283 | + * @type string $show_on_listing Want to show this on listing page?. |
|
| 284 | + * @type string $show_in What locations to show the custom field in. |
|
| 285 | + * @type string $show_on_detail Want to show this in More Info tab on detail page?. |
|
| 286 | + * @type string $show_as_tab Want to display this as a tab on detail page? If "1" then "Show on detail page?" must be Yes. |
|
| 287 | + * @type string $option_values Option Values should be separated by comma. |
|
| 288 | + * @type string $field_icon Upload icon using media and enter its url path, or enter font awesome class. |
|
| 289 | + * @type string $css_class Enter custom css class for field custom style. |
|
| 290 | + * @type array $extra_fields An array of extra fields to store. |
|
| 291 | + * |
|
| 292 | + * } |
|
| 293 | + * @param bool $default Not yet implemented. |
|
| 294 | + * @return int|string If field is unique returns inserted row id. Otherwise returns error string. |
|
| 295 | + */ |
|
| 296 | + function geodir_custom_field_save($request_field = array(), $default = false) |
|
| 297 | + {
|
|
| 298 | + |
|
| 299 | + global $wpdb, $plugin_prefix; |
|
| 300 | + |
|
| 301 | + $old_html_variable = ''; |
|
| 302 | + |
|
| 303 | + $data_type = trim($request_field['data_type']); |
|
| 304 | + |
|
| 305 | + $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 306 | + |
|
| 307 | + // some servers fail if a POST value is VARCHAR so we change it. |
|
| 308 | + if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 309 | + $request_field['data_type'] = 'VARCHAR'; |
|
| 310 | + } |
|
| 311 | + |
|
| 312 | + $cf = trim($result_str, '_'); |
|
| 313 | + |
|
| 314 | + |
|
| 315 | + /*-------- check duplicate validation --------*/ |
|
| 316 | + |
|
| 317 | + $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 318 | + $post_type = $request_field['listing_type']; |
|
| 319 | + |
|
| 320 | + if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
|
| 321 | + $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 322 | + } |
|
| 323 | + |
|
| 324 | + $check_html_variable = $wpdb->get_var( |
|
| 325 | + $wpdb->prepare( |
|
| 326 | + "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | + array($cf, $cehhtmlvar_name, $post_type) |
|
| 328 | + ) |
|
| 329 | + ); |
|
| 330 | + |
|
| 331 | + |
|
| 332 | + if (!$check_html_variable || $request_field['field_type'] == 'fieldset') {
|
|
| 333 | + |
|
| 334 | + if ($cf != '') {
|
|
| 335 | + |
|
| 336 | + $post_meta_info = $wpdb->get_row( |
|
| 337 | + $wpdb->prepare( |
|
| 338 | + "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 339 | + array($cf) |
|
| 340 | + ) |
|
| 341 | + ); |
|
| 342 | + |
|
| 343 | + } |
|
| 344 | + |
|
| 345 | + if (!empty($post_meta_info)) {
|
|
| 346 | + $post_val = $post_meta_info; |
|
| 347 | + $old_html_variable = $post_val->htmlvar_name; |
|
| 348 | + |
|
| 349 | + } |
|
| 350 | + |
|
| 351 | + |
|
| 352 | + |
|
| 353 | + if ($post_type == '') $post_type = 'gd_place'; |
|
| 354 | + |
|
| 355 | + |
|
| 356 | + $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 357 | + |
|
| 358 | + $admin_title = $request_field['admin_title']; |
|
| 359 | + $site_title = $request_field['site_title']; |
|
| 360 | + $data_type = $request_field['data_type']; |
|
| 361 | + $field_type = $request_field['field_type']; |
|
| 362 | + $field_type_key = isset($request_field['field_type_key']) ? $request_field['field_type_key'] : $field_type; |
|
| 363 | + $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 364 | + $admin_desc = $request_field['admin_desc']; |
|
| 365 | + $clabels = isset($request_field['clabels']) ? $request_field['clabels'] : ''; |
|
| 366 | + $default_value = isset($request_field['default_value']) ? $request_field['default_value'] : ''; |
|
| 367 | + $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : ''; |
|
| 368 | + $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : ''; |
|
| 369 | + $is_required = isset($request_field['is_required']) ? $request_field['is_required'] : ''; |
|
| 370 | + $required_msg = isset($request_field['required_msg']) ? $request_field['required_msg'] : ''; |
|
| 371 | + $css_class = isset($request_field['css_class']) ? $request_field['css_class'] : ''; |
|
| 372 | + $field_icon = isset($request_field['field_icon']) ? $request_field['field_icon'] : ''; |
|
| 373 | + $show_on_listing = isset($request_field['show_on_listing']) ? $request_field['show_on_listing'] : ''; |
|
| 374 | + $show_in = isset($request_field['show_in']) ? $request_field['show_in'] : ''; |
|
| 375 | + $show_on_detail = isset($request_field['show_on_detail']) ? $request_field['show_on_detail'] : ''; |
|
| 376 | + $show_as_tab = isset($request_field['show_as_tab']) ? $request_field['show_as_tab'] : ''; |
|
| 377 | + $decimal_point = isset($request_field['decimal_point']) ? trim($request_field['decimal_point']) : ''; // decimal point for DECIMAL data type |
|
| 378 | + $decimal_point = $decimal_point > 0 ? ($decimal_point > 10 ? 10 : $decimal_point) : ''; |
|
| 379 | + $validation_pattern = isset($request_field['validation_pattern']) ? $request_field['validation_pattern'] : ''; |
|
| 380 | + $validation_msg = isset($request_field['validation_msg']) ? $request_field['validation_msg'] : ''; |
|
| 381 | + $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
|
| 382 | 382 | |
| 383 | 383 | |
| 384 | - if(is_array($show_in)){
|
|
| 385 | - $show_in = implode(",", $request_field['show_in']);
|
|
| 386 | - } |
|
| 384 | + if(is_array($show_in)){
|
|
| 385 | + $show_in = implode(",", $request_field['show_in']);
|
|
| 386 | + } |
|
| 387 | 387 | |
| 388 | - if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
|
| 389 | - $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 390 | - } |
|
| 388 | + if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
|
| 389 | + $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 390 | + } |
|
| 391 | 391 | |
| 392 | - $option_values = ''; |
|
| 393 | - if (isset($request_field['option_values'])) |
|
| 394 | - $option_values = $request_field['option_values']; |
|
| 392 | + $option_values = ''; |
|
| 393 | + if (isset($request_field['option_values'])) |
|
| 394 | + $option_values = $request_field['option_values']; |
|
| 395 | 395 | |
| 396 | - $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
|
| 396 | + $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
|
| 397 | 397 | |
| 398 | - $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
|
| 398 | + $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
|
| 399 | 399 | |
| 400 | - if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 401 | - $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 402 | - else {
|
|
| 403 | - $package_info = array(); |
|
| 400 | + if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 401 | + $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 402 | + else {
|
|
| 403 | + $package_info = array(); |
|
| 404 | 404 | |
| 405 | - $package_info = geodir_post_package_info($package_info, '', $post_type); |
|
| 406 | - $price_pkg = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 407 | - } |
|
| 405 | + $package_info = geodir_post_package_info($package_info, '', $post_type); |
|
| 406 | + $price_pkg = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 407 | + } |
|
| 408 | 408 | |
| 409 | 409 | |
| 410 | - if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 411 | - $extra_fields = $request_field['extra']; |
|
| 410 | + if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 411 | + $extra_fields = $request_field['extra']; |
|
| 412 | 412 | |
| 413 | - if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 414 | - $is_default = $request_field['is_default']; |
|
| 415 | - else |
|
| 416 | - $is_default = '0'; |
|
| 413 | + if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 414 | + $is_default = $request_field['is_default']; |
|
| 415 | + else |
|
| 416 | + $is_default = '0'; |
|
| 417 | 417 | |
| 418 | - if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 419 | - $is_admin = $request_field['is_admin']; |
|
| 420 | - else |
|
| 421 | - $is_admin = '0'; |
|
| 418 | + if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 419 | + $is_admin = $request_field['is_admin']; |
|
| 420 | + else |
|
| 421 | + $is_admin = '0'; |
|
| 422 | 422 | |
| 423 | 423 | |
| 424 | - if ($is_active == '') $is_active = 1; |
|
| 425 | - if ($is_required == '') $is_required = 0; |
|
| 424 | + if ($is_active == '') $is_active = 1; |
|
| 425 | + if ($is_required == '') $is_required = 0; |
|
| 426 | 426 | |
| 427 | 427 | |
| 428 | - if ($sort_order == '') {
|
|
| 428 | + if ($sort_order == '') {
|
|
| 429 | 429 | |
| 430 | - $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 430 | + $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 431 | 431 | |
| 432 | - $sort_order = (int)$last_order + 1; |
|
| 433 | - } |
|
| 432 | + $sort_order = (int)$last_order + 1; |
|
| 433 | + } |
|
| 434 | 434 | |
| 435 | - $default_value_add = ''; |
|
| 435 | + $default_value_add = ''; |
|
| 436 | 436 | |
| 437 | 437 | |
| 438 | - if (!empty($post_meta_info)) {
|
|
| 439 | - switch ($field_type): |
|
| 438 | + if (!empty($post_meta_info)) {
|
|
| 439 | + switch ($field_type): |
|
| 440 | 440 | |
| 441 | - case 'address': |
|
| 441 | + case 'address': |
|
| 442 | 442 | |
| 443 | - if ($htmlvar_name != '') {
|
|
| 444 | - $prefix = $htmlvar_name . '_'; |
|
| 445 | - } |
|
| 446 | - $old_prefix = $old_html_variable . '_'; |
|
| 443 | + if ($htmlvar_name != '') {
|
|
| 444 | + $prefix = $htmlvar_name . '_'; |
|
| 445 | + } |
|
| 446 | + $old_prefix = $old_html_variable . '_'; |
|
| 447 | 447 | |
| 448 | 448 | |
| 449 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 449 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 450 | 450 | |
| 451 | - if ($default_value != '') {
|
|
| 452 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 453 | - } |
|
| 451 | + if ($default_value != '') {
|
|
| 452 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 453 | + } |
|
| 454 | 454 | |
| 455 | - $wpdb->query($meta_field_add); |
|
| 455 | + $wpdb->query($meta_field_add); |
|
| 456 | 456 | |
| 457 | - if ($extra_fields != '') {
|
|
| 457 | + if ($extra_fields != '') {
|
|
| 458 | 458 | |
| 459 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 459 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 460 | 460 | |
| 461 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 462 | - if ($is_column) {
|
|
| 463 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 461 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 462 | + if ($is_column) {
|
|
| 463 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 464 | 464 | |
| 465 | - if ($default_value != '') {
|
|
| 466 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 467 | - } |
|
| 465 | + if ($default_value != '') {
|
|
| 466 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 467 | + } |
|
| 468 | 468 | |
| 469 | - $wpdb->query($meta_field_add); |
|
| 470 | - } else {
|
|
| 469 | + $wpdb->query($meta_field_add); |
|
| 470 | + } else {
|
|
| 471 | 471 | |
| 472 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 473 | - if ($default_value != '') {
|
|
| 474 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 475 | - } |
|
| 476 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 472 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 473 | + if ($default_value != '') {
|
|
| 474 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 475 | + } |
|
| 476 | + geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 477 | 477 | |
| 478 | - } |
|
| 478 | + } |
|
| 479 | 479 | |
| 480 | 480 | |
| 481 | - } |
|
| 481 | + } |
|
| 482 | 482 | |
| 483 | 483 | |
| 484 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 484 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 485 | 485 | |
| 486 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 486 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 487 | 487 | |
| 488 | - if ($is_column) {
|
|
| 489 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 488 | + if ($is_column) {
|
|
| 489 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 490 | 490 | |
| 491 | - if ($default_value != '') {
|
|
| 492 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 493 | - } |
|
| 491 | + if ($default_value != '') {
|
|
| 492 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 493 | + } |
|
| 494 | 494 | |
| 495 | - $wpdb->query($meta_field_add); |
|
| 496 | - } else {
|
|
| 497 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 498 | - if ($default_value != '') {
|
|
| 499 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 500 | - } |
|
| 495 | + $wpdb->query($meta_field_add); |
|
| 496 | + } else {
|
|
| 497 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 498 | + if ($default_value != '') {
|
|
| 499 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 500 | + } |
|
| 501 | 501 | |
| 502 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 503 | - } |
|
| 502 | + geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 503 | + } |
|
| 504 | 504 | |
| 505 | - } |
|
| 506 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 505 | + } |
|
| 506 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 507 | 507 | |
| 508 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 508 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 509 | 509 | |
| 510 | - if ($is_column) {
|
|
| 510 | + if ($is_column) {
|
|
| 511 | 511 | |
| 512 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 512 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 513 | 513 | |
| 514 | - if ($default_value != '') {
|
|
| 515 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 516 | - } |
|
| 514 | + if ($default_value != '') {
|
|
| 515 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 516 | + } |
|
| 517 | 517 | |
| 518 | - $wpdb->query($meta_field_add); |
|
| 519 | - } else {
|
|
| 518 | + $wpdb->query($meta_field_add); |
|
| 519 | + } else {
|
|
| 520 | 520 | |
| 521 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 522 | - if ($default_value != '') {
|
|
| 523 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 524 | - } |
|
| 521 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 522 | + if ($default_value != '') {
|
|
| 523 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 524 | + } |
|
| 525 | 525 | |
| 526 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 526 | + geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 527 | 527 | |
| 528 | - } |
|
| 528 | + } |
|
| 529 | 529 | |
| 530 | - } |
|
| 531 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 530 | + } |
|
| 531 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 532 | 532 | |
| 533 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 533 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 534 | 534 | |
| 535 | - if ($is_column) {
|
|
| 535 | + if ($is_column) {
|
|
| 536 | 536 | |
| 537 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 537 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 538 | 538 | |
| 539 | - if ($default_value != '') {
|
|
| 540 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 541 | - } |
|
| 539 | + if ($default_value != '') {
|
|
| 540 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 541 | + } |
|
| 542 | 542 | |
| 543 | - $wpdb->query($meta_field_add); |
|
| 544 | - } else {
|
|
| 543 | + $wpdb->query($meta_field_add); |
|
| 544 | + } else {
|
|
| 545 | 545 | |
| 546 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 547 | - if ($default_value != '') {
|
|
| 548 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 549 | - } |
|
| 546 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 547 | + if ($default_value != '') {
|
|
| 548 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 549 | + } |
|
| 550 | 550 | |
| 551 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 551 | + geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 552 | 552 | |
| 553 | - } |
|
| 553 | + } |
|
| 554 | 554 | |
| 555 | - } |
|
| 556 | - if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 555 | + } |
|
| 556 | + if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 557 | 557 | |
| 558 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 559 | - if ($is_column) {
|
|
| 558 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 559 | + if ($is_column) {
|
|
| 560 | 560 | |
| 561 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 561 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 562 | 562 | |
| 563 | - if ($default_value != '') {
|
|
| 564 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 565 | - } |
|
| 563 | + if ($default_value != '') {
|
|
| 564 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 565 | + } |
|
| 566 | 566 | |
| 567 | - $wpdb->query($meta_field_add); |
|
| 568 | - } else {
|
|
| 567 | + $wpdb->query($meta_field_add); |
|
| 568 | + } else {
|
|
| 569 | 569 | |
| 570 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 572 | - if ($default_value != '') {
|
|
| 573 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 574 | - } |
|
| 570 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 572 | + if ($default_value != '') {
|
|
| 573 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 574 | + } |
|
| 575 | 575 | |
| 576 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 576 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 577 | 577 | |
| 578 | - } |
|
| 578 | + } |
|
| 579 | 579 | |
| 580 | 580 | |
| 581 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 581 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 582 | 582 | |
| 583 | - if ($is_column) {
|
|
| 584 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 583 | + if ($is_column) {
|
|
| 584 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 585 | 585 | |
| 586 | - if ($default_value != '') {
|
|
| 587 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 588 | - } |
|
| 586 | + if ($default_value != '') {
|
|
| 587 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 588 | + } |
|
| 589 | 589 | |
| 590 | - $wpdb->query($meta_field_add); |
|
| 591 | - } else {
|
|
| 590 | + $wpdb->query($meta_field_add); |
|
| 591 | + } else {
|
|
| 592 | 592 | |
| 593 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 595 | - if ($default_value != '') {
|
|
| 596 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 597 | - } |
|
| 593 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 595 | + if ($default_value != '') {
|
|
| 596 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 597 | + } |
|
| 598 | 598 | |
| 599 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 600 | - } |
|
| 599 | + geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 600 | + } |
|
| 601 | 601 | |
| 602 | - } |
|
| 603 | - if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 602 | + } |
|
| 603 | + if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 604 | 604 | |
| 605 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 605 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 606 | 606 | |
| 607 | - if ($is_column) {
|
|
| 608 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 607 | + if ($is_column) {
|
|
| 608 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 609 | 609 | |
| 610 | - if ($default_value != '') {
|
|
| 611 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 612 | - } |
|
| 610 | + if ($default_value != '') {
|
|
| 611 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 612 | + } |
|
| 613 | 613 | |
| 614 | - $wpdb->query($meta_field_add); |
|
| 615 | - } else {
|
|
| 614 | + $wpdb->query($meta_field_add); |
|
| 615 | + } else {
|
|
| 616 | 616 | |
| 617 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 617 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 618 | 618 | |
| 619 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 620 | - if ($default_value != '') {
|
|
| 621 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 622 | - } |
|
| 619 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 620 | + if ($default_value != '') {
|
|
| 621 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 622 | + } |
|
| 623 | 623 | |
| 624 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 625 | - } |
|
| 624 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 625 | + } |
|
| 626 | 626 | |
| 627 | 627 | |
| 628 | - } |
|
| 629 | - if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 628 | + } |
|
| 629 | + if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 630 | 630 | |
| 631 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 632 | - if ($is_column) {
|
|
| 633 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 631 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 632 | + if ($is_column) {
|
|
| 633 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 634 | 634 | |
| 635 | - if ($default_value != '') {
|
|
| 636 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 637 | - } |
|
| 635 | + if ($default_value != '') {
|
|
| 636 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 637 | + } |
|
| 638 | 638 | |
| 639 | - $wpdb->query($meta_field_add); |
|
| 639 | + $wpdb->query($meta_field_add); |
|
| 640 | 640 | |
| 641 | - } else {
|
|
| 641 | + } else {
|
|
| 642 | 642 | |
| 643 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 643 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 644 | 644 | |
| 645 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 646 | - if ($default_value != '') {
|
|
| 647 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 648 | - } |
|
| 645 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 646 | + if ($default_value != '') {
|
|
| 647 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 648 | + } |
|
| 649 | 649 | |
| 650 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 651 | - } |
|
| 650 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 651 | + } |
|
| 652 | 652 | |
| 653 | - } |
|
| 654 | - // show lat lng |
|
| 655 | - if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 656 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 653 | + } |
|
| 654 | + // show lat lng |
|
| 655 | + if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 656 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 657 | 657 | |
| 658 | - if ($is_column) {
|
|
| 659 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 658 | + if ($is_column) {
|
|
| 659 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 661 | 661 | |
| 662 | - $wpdb->query($meta_field_add); |
|
| 663 | - } else {
|
|
| 664 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 662 | + $wpdb->query($meta_field_add); |
|
| 663 | + } else {
|
|
| 664 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 665 | 665 | |
| 666 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 667 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 666 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 667 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 668 | 668 | |
| 669 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 670 | - } |
|
| 669 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 670 | + } |
|
| 671 | 671 | |
| 672 | - } |
|
| 673 | - }// end extra |
|
| 672 | + } |
|
| 673 | + }// end extra |
|
| 674 | 674 | |
| 675 | - break; |
|
| 675 | + break; |
|
| 676 | 676 | |
| 677 | - case 'checkbox': |
|
| 678 | - case 'multiselect': |
|
| 679 | - case 'select': |
|
| 680 | - case 'taxonomy': |
|
| 677 | + case 'checkbox': |
|
| 678 | + case 'multiselect': |
|
| 679 | + case 'select': |
|
| 680 | + case 'taxonomy': |
|
| 681 | 681 | |
| 682 | - $op_size = '500'; |
|
| 682 | + $op_size = '500'; |
|
| 683 | 683 | |
| 684 | - // only make the field as big as it needs to be. |
|
| 685 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | - $option_values_arr = explode(',',$option_values);
|
|
| 687 | - if(is_array($option_values_arr)){
|
|
| 688 | - $op_max = 0; |
|
| 689 | - foreach($option_values_arr as $op_val){
|
|
| 690 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 691 | - } |
|
| 692 | - if($op_max){$op_size =$op_max; }
|
|
| 693 | - } |
|
| 694 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | - if(strlen($option_values)){
|
|
| 696 | - $op_size = strlen($option_values); |
|
| 697 | - } |
|
| 698 | - } |
|
| 684 | + // only make the field as big as it needs to be. |
|
| 685 | + if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | + $option_values_arr = explode(',',$option_values);
|
|
| 687 | + if(is_array($option_values_arr)){
|
|
| 688 | + $op_max = 0; |
|
| 689 | + foreach($option_values_arr as $op_val){
|
|
| 690 | + if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 691 | + } |
|
| 692 | + if($op_max){$op_size =$op_max; }
|
|
| 693 | + } |
|
| 694 | + }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | + if(strlen($option_values)){
|
|
| 696 | + $op_size = strlen($option_values); |
|
| 697 | + } |
|
| 698 | + } |
|
| 699 | 699 | |
| 700 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 700 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 701 | 701 | |
| 702 | - if ($default_value != '') {
|
|
| 703 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 704 | - } |
|
| 702 | + if ($default_value != '') {
|
|
| 703 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 704 | + } |
|
| 705 | 705 | |
| 706 | - $alter_result = $wpdb->query($meta_field_add); |
|
| 707 | - if($alter_result===false){
|
|
| 708 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 709 | - } |
|
| 706 | + $alter_result = $wpdb->query($meta_field_add); |
|
| 707 | + if($alter_result===false){
|
|
| 708 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 709 | + } |
|
| 710 | 710 | |
| 711 | - if (isset($request_field['cat_display_type'])) |
|
| 712 | - $extra_fields = $request_field['cat_display_type']; |
|
| 711 | + if (isset($request_field['cat_display_type'])) |
|
| 712 | + $extra_fields = $request_field['cat_display_type']; |
|
| 713 | 713 | |
| 714 | - if (isset($request_field['multi_display_type'])) |
|
| 715 | - $extra_fields = $request_field['multi_display_type']; |
|
| 714 | + if (isset($request_field['multi_display_type'])) |
|
| 715 | + $extra_fields = $request_field['multi_display_type']; |
|
| 716 | 716 | |
| 717 | 717 | |
| 718 | - break; |
|
| 718 | + break; |
|
| 719 | 719 | |
| 720 | - case 'textarea': |
|
| 721 | - case 'html': |
|
| 722 | - case 'url': |
|
| 723 | - case 'file': |
|
| 720 | + case 'textarea': |
|
| 721 | + case 'html': |
|
| 722 | + case 'url': |
|
| 723 | + case 'file': |
|
| 724 | 724 | |
| 725 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | - if($alter_result===false){
|
|
| 727 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 728 | - } |
|
| 729 | - if (isset($request_field['advanced_editor'])) |
|
| 730 | - $extra_fields = $request_field['advanced_editor']; |
|
| 731 | - |
|
| 732 | - break; |
|
| 725 | + $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | + if($alter_result===false){
|
|
| 727 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 728 | + } |
|
| 729 | + if (isset($request_field['advanced_editor'])) |
|
| 730 | + $extra_fields = $request_field['advanced_editor']; |
|
| 731 | + |
|
| 732 | + break; |
|
| 733 | 733 | |
| 734 | - case 'fieldset': |
|
| 735 | - // Nothing happened for fieldset |
|
| 736 | - break; |
|
| 734 | + case 'fieldset': |
|
| 735 | + // Nothing happened for fieldset |
|
| 736 | + break; |
|
| 737 | 737 | |
| 738 | - default: |
|
| 739 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 740 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 741 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 742 | - } else {
|
|
| 743 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 744 | - } |
|
| 745 | - |
|
| 746 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 747 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 748 | - } |
|
| 749 | - } else {
|
|
| 750 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 751 | - if ($default_value != '') {
|
|
| 752 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 753 | - } |
|
| 754 | - } |
|
| 755 | - |
|
| 756 | - $alter_result = $wpdb->query($default_value_add); |
|
| 757 | - if($alter_result===false){
|
|
| 758 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 759 | - } |
|
| 760 | - break; |
|
| 761 | - endswitch; |
|
| 762 | - |
|
| 763 | - $extra_field_query = ''; |
|
| 764 | - if (!empty($extra_fields)) {
|
|
| 765 | - $extra_field_query = serialize($extra_fields); |
|
| 766 | - } |
|
| 767 | - |
|
| 768 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 769 | - |
|
| 770 | - $wpdb->query( |
|
| 771 | - |
|
| 772 | - $wpdb->prepare( |
|
| 773 | - |
|
| 774 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 738 | + default: |
|
| 739 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 740 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 741 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 742 | + } else {
|
|
| 743 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 744 | + } |
|
| 745 | + |
|
| 746 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 747 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 748 | + } |
|
| 749 | + } else {
|
|
| 750 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 751 | + if ($default_value != '') {
|
|
| 752 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 753 | + } |
|
| 754 | + } |
|
| 755 | + |
|
| 756 | + $alter_result = $wpdb->query($default_value_add); |
|
| 757 | + if($alter_result===false){
|
|
| 758 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 759 | + } |
|
| 760 | + break; |
|
| 761 | + endswitch; |
|
| 762 | + |
|
| 763 | + $extra_field_query = ''; |
|
| 764 | + if (!empty($extra_fields)) {
|
|
| 765 | + $extra_field_query = serialize($extra_fields); |
|
| 766 | + } |
|
| 767 | + |
|
| 768 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 769 | + |
|
| 770 | + $wpdb->query( |
|
| 771 | + |
|
| 772 | + $wpdb->prepare( |
|
| 773 | + |
|
| 774 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 775 | 775 | post_type = %s, |
| 776 | 776 | admin_title = %s, |
| 777 | 777 | site_title = %s, |
@@ -805,308 +805,308 @@ discard block |
||
| 805 | 805 | for_admin_use = %s |
| 806 | 806 | where id = %d", |
| 807 | 807 | |
| 808 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 809 | - ) |
|
| 808 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 809 | + ) |
|
| 810 | 810 | |
| 811 | - ); |
|
| 811 | + ); |
|
| 812 | 812 | |
| 813 | - $lastid = trim($cf); |
|
| 813 | + $lastid = trim($cf); |
|
| 814 | 814 | |
| 815 | 815 | |
| 816 | - $wpdb->query( |
|
| 817 | - $wpdb->prepare( |
|
| 818 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 816 | + $wpdb->query( |
|
| 817 | + $wpdb->prepare( |
|
| 818 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 819 | 819 | site_title=%s |
| 820 | 820 | where post_type = %s and htmlvar_name = %s", |
| 821 | - array($site_title, $post_type, $htmlvar_name) |
|
| 822 | - ) |
|
| 823 | - ); |
|
| 824 | - |
|
| 825 | - |
|
| 826 | - if ($cat_sort == '') |
|
| 827 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | - |
|
| 829 | - |
|
| 830 | - /** |
|
| 831 | - * Called after all custom fields are saved for a post. |
|
| 832 | - * |
|
| 833 | - * @since 1.0.0 |
|
| 834 | - * @param int $lastid The post ID. |
|
| 835 | - */ |
|
| 836 | - do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 837 | - |
|
| 838 | - } else {
|
|
| 839 | - |
|
| 840 | - switch ($field_type): |
|
| 841 | - |
|
| 842 | - case 'address': |
|
| 843 | - |
|
| 844 | - $data_type = ''; |
|
| 845 | - |
|
| 846 | - if ($htmlvar_name != '') {
|
|
| 847 | - $prefix = $htmlvar_name . '_'; |
|
| 848 | - } |
|
| 849 | - $old_prefix = $old_html_variable; |
|
| 850 | - |
|
| 851 | - //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 852 | - |
|
| 853 | - $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 854 | - if ($default_value != '') {
|
|
| 855 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 856 | - } |
|
| 857 | - |
|
| 858 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 859 | - //$wpdb->query($meta_field_add); |
|
| 860 | - |
|
| 861 | - |
|
| 862 | - if (!empty($extra_fields)) {
|
|
| 821 | + array($site_title, $post_type, $htmlvar_name) |
|
| 822 | + ) |
|
| 823 | + ); |
|
| 824 | + |
|
| 825 | + |
|
| 826 | + if ($cat_sort == '') |
|
| 827 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | + |
|
| 829 | + |
|
| 830 | + /** |
|
| 831 | + * Called after all custom fields are saved for a post. |
|
| 832 | + * |
|
| 833 | + * @since 1.0.0 |
|
| 834 | + * @param int $lastid The post ID. |
|
| 835 | + */ |
|
| 836 | + do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 837 | + |
|
| 838 | + } else {
|
|
| 839 | + |
|
| 840 | + switch ($field_type): |
|
| 841 | + |
|
| 842 | + case 'address': |
|
| 843 | + |
|
| 844 | + $data_type = ''; |
|
| 845 | + |
|
| 846 | + if ($htmlvar_name != '') {
|
|
| 847 | + $prefix = $htmlvar_name . '_'; |
|
| 848 | + } |
|
| 849 | + $old_prefix = $old_html_variable; |
|
| 850 | + |
|
| 851 | + //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 852 | + |
|
| 853 | + $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 854 | + if ($default_value != '') {
|
|
| 855 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 856 | + } |
|
| 857 | + |
|
| 858 | + geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 859 | + //$wpdb->query($meta_field_add); |
|
| 860 | + |
|
| 861 | + |
|
| 862 | + if (!empty($extra_fields)) {
|
|
| 863 | 863 | |
| 864 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 865 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 866 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 867 | - if ($default_value != '') {
|
|
| 868 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 869 | - } |
|
| 870 | - |
|
| 871 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 872 | - //$wpdb->query($meta_field_add); |
|
| 873 | - } |
|
| 874 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 876 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 877 | - if ($default_value != '') {
|
|
| 878 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | - } |
|
| 880 | - |
|
| 881 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 882 | - //$wpdb->query($meta_field_add); |
|
| 883 | - } |
|
| 884 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 886 | - |
|
| 887 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 888 | - if ($default_value != '') {
|
|
| 889 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 890 | - } |
|
| 891 | - |
|
| 892 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 893 | - //$wpdb->query($meta_field_add); |
|
| 894 | - } |
|
| 895 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 896 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 897 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 898 | - if ($default_value != '') {
|
|
| 899 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | - } |
|
| 901 | - |
|
| 902 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 903 | - //$wpdb->query($meta_field_add); |
|
| 904 | - } |
|
| 905 | - if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 908 | - if ($default_value != '') {
|
|
| 909 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | - } |
|
| 911 | - |
|
| 912 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 913 | - //$wpdb->query($meta_field_add); |
|
| 914 | - |
|
| 915 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | - |
|
| 917 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 918 | - if ($default_value != '') {
|
|
| 919 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 920 | - } |
|
| 921 | - |
|
| 922 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 923 | - |
|
| 924 | - //$wpdb->query($meta_field_add); |
|
| 925 | - } |
|
| 926 | - if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 927 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | - |
|
| 929 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 930 | - if ($default_value != '') {
|
|
| 931 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 932 | - } |
|
| 933 | - |
|
| 934 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 935 | - |
|
| 936 | - //$wpdb->query($meta_field_add); |
|
| 937 | - } |
|
| 938 | - if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 939 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | - |
|
| 941 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 942 | - if ($default_value != '') {
|
|
| 943 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 944 | - } |
|
| 945 | - |
|
| 946 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 947 | - |
|
| 948 | - //$wpdb->query($meta_field_add); |
|
| 949 | - } |
|
| 950 | - // show lat lng |
|
| 951 | - if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 952 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | - |
|
| 954 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 955 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 956 | - |
|
| 957 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 958 | - //$wpdb->query($meta_field_add); |
|
| 959 | - } |
|
| 960 | - } |
|
| 961 | - |
|
| 962 | - break; |
|
| 963 | - |
|
| 964 | - case 'checkbox': |
|
| 965 | - $data_type = 'TINYINT'; |
|
| 966 | - |
|
| 967 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | - if ((int)$default_value === 1) {
|
|
| 969 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 970 | - } |
|
| 971 | - |
|
| 972 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 973 | - if ($add_result === false) {
|
|
| 974 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 975 | - } |
|
| 976 | - break; |
|
| 977 | - case 'multiselect': |
|
| 978 | - case 'select': |
|
| 979 | - $data_type = 'VARCHAR'; |
|
| 980 | - $op_size = '500'; |
|
| 981 | - |
|
| 982 | - // only make the field as big as it needs to be. |
|
| 983 | - if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 984 | - $option_values_arr = explode(',', $option_values);
|
|
| 985 | - |
|
| 986 | - if (is_array($option_values_arr)) {
|
|
| 987 | - $op_max = 0; |
|
| 988 | - |
|
| 989 | - foreach ($option_values_arr as $op_val) {
|
|
| 990 | - if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 991 | - $op_max = strlen($op_val); |
|
| 992 | - } |
|
| 993 | - } |
|
| 994 | - |
|
| 995 | - if ($op_max) {
|
|
| 996 | - $op_size = $op_max; |
|
| 997 | - } |
|
| 998 | - } |
|
| 999 | - } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1000 | - if (strlen($option_values)) {
|
|
| 1001 | - $op_size = strlen($option_values); |
|
| 1002 | - } |
|
| 1003 | - |
|
| 1004 | - if (isset($request_field['multi_display_type'])) {
|
|
| 1005 | - $extra_fields = $request_field['multi_display_type']; |
|
| 1006 | - } |
|
| 1007 | - } |
|
| 1008 | - |
|
| 1009 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1010 | - if ($default_value != '') {
|
|
| 1011 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1012 | - } |
|
| 1013 | - |
|
| 1014 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1015 | - if ($add_result === false) {
|
|
| 1016 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1017 | - } |
|
| 1018 | - break; |
|
| 1019 | - case 'textarea': |
|
| 1020 | - case 'html': |
|
| 1021 | - case 'url': |
|
| 1022 | - case 'file': |
|
| 1023 | - |
|
| 1024 | - $data_type = 'TEXT'; |
|
| 1025 | - |
|
| 1026 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1027 | - |
|
| 1028 | - $meta_field_add = $data_type . " NULL "; |
|
| 1029 | - /*if($default_value != '') |
|
| 864 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 865 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 866 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 867 | + if ($default_value != '') {
|
|
| 868 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 869 | + } |
|
| 870 | + |
|
| 871 | + geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 872 | + //$wpdb->query($meta_field_add); |
|
| 873 | + } |
|
| 874 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 875 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 876 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 877 | + if ($default_value != '') {
|
|
| 878 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | + } |
|
| 880 | + |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 882 | + //$wpdb->query($meta_field_add); |
|
| 883 | + } |
|
| 884 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 885 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 886 | + |
|
| 887 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 888 | + if ($default_value != '') {
|
|
| 889 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 890 | + } |
|
| 891 | + |
|
| 892 | + geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 893 | + //$wpdb->query($meta_field_add); |
|
| 894 | + } |
|
| 895 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 896 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 897 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 898 | + if ($default_value != '') {
|
|
| 899 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | + } |
|
| 901 | + |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 903 | + //$wpdb->query($meta_field_add); |
|
| 904 | + } |
|
| 905 | + if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 906 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 908 | + if ($default_value != '') {
|
|
| 909 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | + } |
|
| 911 | + |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 913 | + //$wpdb->query($meta_field_add); |
|
| 914 | + |
|
| 915 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | + |
|
| 917 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 918 | + if ($default_value != '') {
|
|
| 919 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 920 | + } |
|
| 921 | + |
|
| 922 | + geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 923 | + |
|
| 924 | + //$wpdb->query($meta_field_add); |
|
| 925 | + } |
|
| 926 | + if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 927 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | + |
|
| 929 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 930 | + if ($default_value != '') {
|
|
| 931 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 932 | + } |
|
| 933 | + |
|
| 934 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 935 | + |
|
| 936 | + //$wpdb->query($meta_field_add); |
|
| 937 | + } |
|
| 938 | + if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 939 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | + |
|
| 941 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 942 | + if ($default_value != '') {
|
|
| 943 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 944 | + } |
|
| 945 | + |
|
| 946 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 947 | + |
|
| 948 | + //$wpdb->query($meta_field_add); |
|
| 949 | + } |
|
| 950 | + // show lat lng |
|
| 951 | + if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 952 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | + |
|
| 954 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 955 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 956 | + |
|
| 957 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 958 | + //$wpdb->query($meta_field_add); |
|
| 959 | + } |
|
| 960 | + } |
|
| 961 | + |
|
| 962 | + break; |
|
| 963 | + |
|
| 964 | + case 'checkbox': |
|
| 965 | + $data_type = 'TINYINT'; |
|
| 966 | + |
|
| 967 | + $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | + if ((int)$default_value === 1) {
|
|
| 969 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 970 | + } |
|
| 971 | + |
|
| 972 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 973 | + if ($add_result === false) {
|
|
| 974 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 975 | + } |
|
| 976 | + break; |
|
| 977 | + case 'multiselect': |
|
| 978 | + case 'select': |
|
| 979 | + $data_type = 'VARCHAR'; |
|
| 980 | + $op_size = '500'; |
|
| 981 | + |
|
| 982 | + // only make the field as big as it needs to be. |
|
| 983 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 984 | + $option_values_arr = explode(',', $option_values);
|
|
| 985 | + |
|
| 986 | + if (is_array($option_values_arr)) {
|
|
| 987 | + $op_max = 0; |
|
| 988 | + |
|
| 989 | + foreach ($option_values_arr as $op_val) {
|
|
| 990 | + if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 991 | + $op_max = strlen($op_val); |
|
| 992 | + } |
|
| 993 | + } |
|
| 994 | + |
|
| 995 | + if ($op_max) {
|
|
| 996 | + $op_size = $op_max; |
|
| 997 | + } |
|
| 998 | + } |
|
| 999 | + } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1000 | + if (strlen($option_values)) {
|
|
| 1001 | + $op_size = strlen($option_values); |
|
| 1002 | + } |
|
| 1003 | + |
|
| 1004 | + if (isset($request_field['multi_display_type'])) {
|
|
| 1005 | + $extra_fields = $request_field['multi_display_type']; |
|
| 1006 | + } |
|
| 1007 | + } |
|
| 1008 | + |
|
| 1009 | + $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1010 | + if ($default_value != '') {
|
|
| 1011 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1012 | + } |
|
| 1013 | + |
|
| 1014 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1015 | + if ($add_result === false) {
|
|
| 1016 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1017 | + } |
|
| 1018 | + break; |
|
| 1019 | + case 'textarea': |
|
| 1020 | + case 'html': |
|
| 1021 | + case 'url': |
|
| 1022 | + case 'file': |
|
| 1023 | + |
|
| 1024 | + $data_type = 'TEXT'; |
|
| 1025 | + |
|
| 1026 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1027 | + |
|
| 1028 | + $meta_field_add = $data_type . " NULL "; |
|
| 1029 | + /*if($default_value != '') |
|
| 1030 | 1030 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1031 | 1031 | |
| 1032 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1033 | - if ($add_result === false) {
|
|
| 1034 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1035 | - } |
|
| 1032 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1033 | + if ($add_result === false) {
|
|
| 1034 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1035 | + } |
|
| 1036 | 1036 | |
| 1037 | - break; |
|
| 1037 | + break; |
|
| 1038 | 1038 | |
| 1039 | - case 'datepicker': |
|
| 1039 | + case 'datepicker': |
|
| 1040 | 1040 | |
| 1041 | - $data_type = 'DATE'; |
|
| 1041 | + $data_type = 'DATE'; |
|
| 1042 | 1042 | |
| 1043 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1043 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1044 | 1044 | |
| 1045 | - $meta_field_add = $data_type . " NULL "; |
|
| 1045 | + $meta_field_add = $data_type . " NULL "; |
|
| 1046 | 1046 | |
| 1047 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1048 | - if ($add_result === false) {
|
|
| 1049 | - return __('Column creation failed, you may have too many columns or the default value must have in valid date format.', 'geodirectory');
|
|
| 1050 | - } |
|
| 1047 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1048 | + if ($add_result === false) {
|
|
| 1049 | + return __('Column creation failed, you may have too many columns or the default value must have in valid date format.', 'geodirectory');
|
|
| 1050 | + } |
|
| 1051 | 1051 | |
| 1052 | - break; |
|
| 1052 | + break; |
|
| 1053 | 1053 | |
| 1054 | - case 'time': |
|
| 1054 | + case 'time': |
|
| 1055 | 1055 | |
| 1056 | - $data_type = 'TIME'; |
|
| 1056 | + $data_type = 'TIME'; |
|
| 1057 | 1057 | |
| 1058 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1058 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1059 | 1059 | |
| 1060 | - $meta_field_add = $data_type . " NULL "; |
|
| 1060 | + $meta_field_add = $data_type . " NULL "; |
|
| 1061 | 1061 | |
| 1062 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1063 | - if ($add_result === false) {
|
|
| 1064 | - return __('Column creation failed, you may have too many columns or the default value must have in valid time format.', 'geodirectory');
|
|
| 1065 | - } |
|
| 1062 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1063 | + if ($add_result === false) {
|
|
| 1064 | + return __('Column creation failed, you may have too many columns or the default value must have in valid time format.', 'geodirectory');
|
|
| 1065 | + } |
|
| 1066 | 1066 | |
| 1067 | - break; |
|
| 1067 | + break; |
|
| 1068 | 1068 | |
| 1069 | - default: |
|
| 1069 | + default: |
|
| 1070 | 1070 | |
| 1071 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1072 | - $meta_field_add = $data_type . " NULL "; |
|
| 1071 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1072 | + $meta_field_add = $data_type . " NULL "; |
|
| 1073 | 1073 | |
| 1074 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1075 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1076 | - } |
|
| 1074 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1075 | + $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1076 | + } |
|
| 1077 | 1077 | |
| 1078 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 1079 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1081 | - } |
|
| 1082 | - } else {
|
|
| 1083 | - $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1078 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 1079 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1081 | + } |
|
| 1082 | + } else {
|
|
| 1083 | + $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1084 | 1084 | |
| 1085 | - if ($default_value != '') {
|
|
| 1086 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1088 | - } |
|
| 1089 | - } |
|
| 1085 | + if ($default_value != '') {
|
|
| 1086 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1088 | + } |
|
| 1089 | + } |
|
| 1090 | 1090 | |
| 1091 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1092 | - if ($add_result === false) {
|
|
| 1093 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1094 | - } |
|
| 1095 | - break; |
|
| 1096 | - endswitch; |
|
| 1091 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1092 | + if ($add_result === false) {
|
|
| 1093 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1094 | + } |
|
| 1095 | + break; |
|
| 1096 | + endswitch; |
|
| 1097 | 1097 | |
| 1098 | - $extra_field_query = ''; |
|
| 1099 | - if (!empty($extra_fields)) {
|
|
| 1100 | - $extra_field_query = serialize($extra_fields); |
|
| 1101 | - } |
|
| 1098 | + $extra_field_query = ''; |
|
| 1099 | + if (!empty($extra_fields)) {
|
|
| 1100 | + $extra_field_query = serialize($extra_fields); |
|
| 1101 | + } |
|
| 1102 | 1102 | |
| 1103 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1103 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1104 | 1104 | |
| 1105 | - $wpdb->query( |
|
| 1105 | + $wpdb->query( |
|
| 1106 | 1106 | |
| 1107 | - $wpdb->prepare( |
|
| 1107 | + $wpdb->prepare( |
|
| 1108 | 1108 | |
| 1109 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1109 | + "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1110 | 1110 | post_type = %s, |
| 1111 | 1111 | admin_title = %s, |
| 1112 | 1112 | site_title = %s, |
@@ -1139,26 +1139,26 @@ discard block |
||
| 1139 | 1139 | validation_msg = %s, |
| 1140 | 1140 | for_admin_use = %s ", |
| 1141 | 1141 | |
| 1142 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1142 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1143 | 1143 | |
| 1144 | - ) |
|
| 1144 | + ) |
|
| 1145 | 1145 | |
| 1146 | - ); |
|
| 1146 | + ); |
|
| 1147 | 1147 | |
| 1148 | - $lastid = $wpdb->insert_id; |
|
| 1148 | + $lastid = $wpdb->insert_id; |
|
| 1149 | 1149 | |
| 1150 | - $lastid = trim($lastid); |
|
| 1150 | + $lastid = trim($lastid); |
|
| 1151 | 1151 | |
| 1152 | - } |
|
| 1152 | + } |
|
| 1153 | 1153 | |
| 1154 | - return (int)$lastid; |
|
| 1154 | + return (int)$lastid; |
|
| 1155 | 1155 | |
| 1156 | 1156 | |
| 1157 | - } else {
|
|
| 1158 | - return 'HTML Variable Name should be a unique name'; |
|
| 1159 | - } |
|
| 1157 | + } else {
|
|
| 1158 | + return 'HTML Variable Name should be a unique name'; |
|
| 1159 | + } |
|
| 1160 | 1160 | |
| 1161 | - } |
|
| 1161 | + } |
|
| 1162 | 1162 | } |
| 1163 | 1163 | |
| 1164 | 1164 | /** |
@@ -1173,54 +1173,54 @@ discard block |
||
| 1173 | 1173 | function godir_set_field_order($field_ids = array()) |
| 1174 | 1174 | {
|
| 1175 | 1175 | |
| 1176 | - global $wpdb; |
|
| 1176 | + global $wpdb; |
|
| 1177 | 1177 | |
| 1178 | - $count = 0; |
|
| 1179 | - if (!empty($field_ids)): |
|
| 1180 | - $post_meta_info = false; |
|
| 1181 | - foreach ($field_ids as $id) {
|
|
| 1178 | + $count = 0; |
|
| 1179 | + if (!empty($field_ids)): |
|
| 1180 | + $post_meta_info = false; |
|
| 1181 | + foreach ($field_ids as $id) {
|
|
| 1182 | 1182 | |
| 1183 | - $cf = trim($id, '_'); |
|
| 1183 | + $cf = trim($id, '_'); |
|
| 1184 | 1184 | |
| 1185 | - $post_meta_info = $wpdb->query( |
|
| 1186 | - $wpdb->prepare( |
|
| 1187 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1185 | + $post_meta_info = $wpdb->query( |
|
| 1186 | + $wpdb->prepare( |
|
| 1187 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1188 | 1188 | sort_order=%d |
| 1189 | 1189 | where id= %d", |
| 1190 | - array($count, $cf) |
|
| 1191 | - ) |
|
| 1192 | - ); |
|
| 1193 | - $count++; |
|
| 1194 | - } |
|
| 1195 | - |
|
| 1196 | - return $post_meta_info; |
|
| 1197 | - else: |
|
| 1198 | - return false; |
|
| 1199 | - endif; |
|
| 1190 | + array($count, $cf) |
|
| 1191 | + ) |
|
| 1192 | + ); |
|
| 1193 | + $count++; |
|
| 1194 | + } |
|
| 1195 | + |
|
| 1196 | + return $post_meta_info; |
|
| 1197 | + else: |
|
| 1198 | + return false; |
|
| 1199 | + endif; |
|
| 1200 | 1200 | } |
| 1201 | 1201 | |
| 1202 | 1202 | |
| 1203 | 1203 | function geodir_get_cf_value($cf){
|
| 1204 | - global $gd_session; |
|
| 1205 | - $value = ''; |
|
| 1206 | - if (is_admin()) {
|
|
| 1207 | - global $post,$gd_session; |
|
| 1208 | - |
|
| 1209 | - if (isset($_REQUEST['post'])) |
|
| 1210 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1211 | - } |
|
| 1212 | - |
|
| 1213 | - if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1214 | - $post = $gd_ses_listing; |
|
| 1215 | - $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1216 | - } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1217 | - $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1218 | - } else {
|
|
| 1219 | - if ($value == '') {
|
|
| 1220 | - $value = $cf['default']; |
|
| 1221 | - } |
|
| 1222 | - } |
|
| 1223 | - return $value; |
|
| 1204 | + global $gd_session; |
|
| 1205 | + $value = ''; |
|
| 1206 | + if (is_admin()) {
|
|
| 1207 | + global $post,$gd_session; |
|
| 1208 | + |
|
| 1209 | + if (isset($_REQUEST['post'])) |
|
| 1210 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1211 | + } |
|
| 1212 | + |
|
| 1213 | + if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1214 | + $post = $gd_ses_listing; |
|
| 1215 | + $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1216 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1217 | + $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1218 | + } else {
|
|
| 1219 | + if ($value == '') {
|
|
| 1220 | + $value = $cf['default']; |
|
| 1221 | + } |
|
| 1222 | + } |
|
| 1223 | + return $value; |
|
| 1224 | 1224 | } |
| 1225 | 1225 | |
| 1226 | 1226 | /** |
@@ -1239,422 +1239,422 @@ discard block |
||
| 1239 | 1239 | * @param string $post_type Optional. The wordpress post type. |
| 1240 | 1240 | */ |
| 1241 | 1241 | function geodir_get_custom_fields_html($package_id = '', $default = 'custom', $post_type = 'gd_place') {
|
| 1242 | - global $is_default, $mapzoom, $gd_session; |
|
| 1242 | + global $is_default, $mapzoom, $gd_session; |
|
| 1243 | 1243 | |
| 1244 | - $listing_type = $post_type; |
|
| 1244 | + $listing_type = $post_type; |
|
| 1245 | 1245 | |
| 1246 | - $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1246 | + $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1247 | 1247 | |
| 1248 | - foreach ($custom_fields as $key => $val) {
|
|
| 1249 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1250 | - $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1251 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1248 | + foreach ($custom_fields as $key => $val) {
|
|
| 1249 | + if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1250 | + $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1251 | + if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1252 | 1252 | |
| 1253 | - $name = $val['name']; |
|
| 1254 | - $type = $val['type']; |
|
| 1255 | - $is_default = $val['is_default']; |
|
| 1253 | + $name = $val['name']; |
|
| 1254 | + $type = $val['type']; |
|
| 1255 | + $is_default = $val['is_default']; |
|
| 1256 | 1256 | |
| 1257 | - /* field available to site admin only for edit */ |
|
| 1258 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | - if ($for_admin_use && !is_super_admin()) {
|
|
| 1260 | - continue; |
|
| 1261 | - } |
|
| 1257 | + /* field available to site admin only for edit */ |
|
| 1258 | + $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | + if ($for_admin_use && !is_super_admin()) {
|
|
| 1260 | + continue; |
|
| 1261 | + } |
|
| 1262 | 1262 | |
| 1263 | - if (is_admin()) {
|
|
| 1264 | - global $post; |
|
| 1263 | + if (is_admin()) {
|
|
| 1264 | + global $post; |
|
| 1265 | 1265 | |
| 1266 | - if (isset($_REQUEST['post'])) |
|
| 1267 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1268 | - } |
|
| 1266 | + if (isset($_REQUEST['post'])) |
|
| 1267 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1268 | + } |
|
| 1269 | 1269 | |
| 1270 | 1270 | |
| 1271 | 1271 | |
| 1272 | - /** |
|
| 1273 | - * Called before the custom fields info is output for submitting a post. |
|
| 1274 | - * |
|
| 1275 | - * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1276 | - * |
|
| 1277 | - * @since 1.0.0 |
|
| 1278 | - * @param string $listing_type The post post type. |
|
| 1279 | - * @param int $package_id The price package ID for the post. |
|
| 1280 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1281 | - * @see 'geodir_after_custom_form_field_$name' |
|
| 1282 | - */ |
|
| 1283 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1284 | - |
|
| 1285 | - |
|
| 1286 | - $custom_field = $val; |
|
| 1287 | - $html =''; |
|
| 1288 | - /** |
|
| 1289 | - * Filter the output for custom fields. |
|
| 1290 | - * |
|
| 1291 | - * Here we can remove or add new functions depending on the field type. |
|
| 1292 | - * |
|
| 1293 | - * @param string $html The html to be filtered (blank). |
|
| 1294 | - * @param array $custom_field The custom field array values. |
|
| 1295 | - */ |
|
| 1296 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1297 | - |
|
| 1298 | - |
|
| 1299 | - |
|
| 1300 | - /** |
|
| 1301 | - * Called after the custom fields info is output for submitting a post. |
|
| 1302 | - * |
|
| 1303 | - * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1304 | - * |
|
| 1305 | - * @since 1.0.0 |
|
| 1306 | - * @param string $listing_type The post post type. |
|
| 1307 | - * @param int $package_id The price package ID for the post. |
|
| 1308 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1309 | - * @see 'geodir_before_custom_form_field_$name' |
|
| 1310 | - */ |
|
| 1311 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1312 | - |
|
| 1313 | - } |
|
| 1272 | + /** |
|
| 1273 | + * Called before the custom fields info is output for submitting a post. |
|
| 1274 | + * |
|
| 1275 | + * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1276 | + * |
|
| 1277 | + * @since 1.0.0 |
|
| 1278 | + * @param string $listing_type The post post type. |
|
| 1279 | + * @param int $package_id The price package ID for the post. |
|
| 1280 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1281 | + * @see 'geodir_after_custom_form_field_$name' |
|
| 1282 | + */ |
|
| 1283 | + do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1284 | + |
|
| 1285 | + |
|
| 1286 | + $custom_field = $val; |
|
| 1287 | + $html =''; |
|
| 1288 | + /** |
|
| 1289 | + * Filter the output for custom fields. |
|
| 1290 | + * |
|
| 1291 | + * Here we can remove or add new functions depending on the field type. |
|
| 1292 | + * |
|
| 1293 | + * @param string $html The html to be filtered (blank). |
|
| 1294 | + * @param array $custom_field The custom field array values. |
|
| 1295 | + */ |
|
| 1296 | + echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1297 | + |
|
| 1298 | + |
|
| 1299 | + |
|
| 1300 | + /** |
|
| 1301 | + * Called after the custom fields info is output for submitting a post. |
|
| 1302 | + * |
|
| 1303 | + * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1304 | + * |
|
| 1305 | + * @since 1.0.0 |
|
| 1306 | + * @param string $listing_type The post post type. |
|
| 1307 | + * @param int $package_id The price package ID for the post. |
|
| 1308 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1309 | + * @see 'geodir_before_custom_form_field_$name' |
|
| 1310 | + */ |
|
| 1311 | + do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1312 | + |
|
| 1313 | + } |
|
| 1314 | 1314 | |
| 1315 | 1315 | } |
| 1316 | 1316 | |
| 1317 | 1317 | |
| 1318 | 1318 | if (!function_exists('geodir_get_field_infoby')) {
|
| 1319 | - /** |
|
| 1320 | - * Get custom field using key and value. |
|
| 1321 | - * |
|
| 1322 | - * @since 1.0.0 |
|
| 1323 | - * @package GeoDirectory |
|
| 1324 | - * @global object $wpdb WordPress Database object. |
|
| 1325 | - * @param string $key The key you want to look for. |
|
| 1326 | - * @param string $value The value of the key you want to look for. |
|
| 1327 | - * @param string $geodir_post_type The post type. |
|
| 1328 | - * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1329 | - */ |
|
| 1330 | - function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1331 | - {
|
|
| 1332 | - |
|
| 1333 | - global $wpdb; |
|
| 1334 | - |
|
| 1335 | - $filter = $wpdb->get_row( |
|
| 1336 | - $wpdb->prepare( |
|
| 1337 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1338 | - array($geodir_post_type) |
|
| 1339 | - ) |
|
| 1340 | - ); |
|
| 1341 | - |
|
| 1342 | - if ($filter) {
|
|
| 1343 | - return $filter; |
|
| 1344 | - } else {
|
|
| 1345 | - return false; |
|
| 1346 | - } |
|
| 1347 | - |
|
| 1348 | - } |
|
| 1319 | + /** |
|
| 1320 | + * Get custom field using key and value. |
|
| 1321 | + * |
|
| 1322 | + * @since 1.0.0 |
|
| 1323 | + * @package GeoDirectory |
|
| 1324 | + * @global object $wpdb WordPress Database object. |
|
| 1325 | + * @param string $key The key you want to look for. |
|
| 1326 | + * @param string $value The value of the key you want to look for. |
|
| 1327 | + * @param string $geodir_post_type The post type. |
|
| 1328 | + * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1329 | + */ |
|
| 1330 | + function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1331 | + {
|
|
| 1332 | + |
|
| 1333 | + global $wpdb; |
|
| 1334 | + |
|
| 1335 | + $filter = $wpdb->get_row( |
|
| 1336 | + $wpdb->prepare( |
|
| 1337 | + "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1338 | + array($geodir_post_type) |
|
| 1339 | + ) |
|
| 1340 | + ); |
|
| 1341 | + |
|
| 1342 | + if ($filter) {
|
|
| 1343 | + return $filter; |
|
| 1344 | + } else {
|
|
| 1345 | + return false; |
|
| 1346 | + } |
|
| 1347 | + |
|
| 1348 | + } |
|
| 1349 | 1349 | } |
| 1350 | 1350 | |
| 1351 | 1351 | |
| 1352 | 1352 | function geodir_field_icon_proccess($cf){
|
| 1353 | 1353 | |
| 1354 | 1354 | |
| 1355 | - if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1356 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | - } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1358 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | - }else{
|
|
| 1360 | - $field_icon = $cf['field_icon']; |
|
| 1361 | - } |
|
| 1355 | + if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1356 | + $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | + } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1358 | + $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | + }else{
|
|
| 1360 | + $field_icon = $cf['field_icon']; |
|
| 1361 | + } |
|
| 1362 | 1362 | |
| 1363 | - return $field_icon; |
|
| 1363 | + return $field_icon; |
|
| 1364 | 1364 | } |
| 1365 | 1365 | |
| 1366 | 1366 | if (!function_exists('geodir_show_listing_info')) {
|
| 1367 | - /** |
|
| 1368 | - * Show listing info depending on field location. |
|
| 1369 | - * |
|
| 1370 | - * @since 1.0.0 |
|
| 1371 | - * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1372 | - * Changes to display url fields title. |
|
| 1373 | - * @package GeoDirectory |
|
| 1374 | - * @global object $wpdb WordPress Database object. |
|
| 1375 | - * @global object $post The current post object. |
|
| 1376 | - * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1377 | - * |
|
| 1378 | - * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1379 | - * @return string Returns listing info html. |
|
| 1380 | - */ |
|
| 1381 | - function geodir_show_listing_info($fields_location = '') {
|
|
| 1382 | - global $post, $preview, $wpdb, $send_to_friend; |
|
| 1383 | - |
|
| 1384 | - $package_info = array(); |
|
| 1385 | - |
|
| 1386 | - $package_info = geodir_post_package_info($package_info, $post); |
|
| 1387 | - $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1388 | - $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1389 | - $send_to_friend = false; |
|
| 1390 | - |
|
| 1391 | - ob_start(); |
|
| 1392 | - $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1393 | - |
|
| 1394 | - if (!empty($fields_info)) {
|
|
| 1395 | - $post = stripslashes_deep($post); // strip slashes |
|
| 1367 | + /** |
|
| 1368 | + * Show listing info depending on field location. |
|
| 1369 | + * |
|
| 1370 | + * @since 1.0.0 |
|
| 1371 | + * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1372 | + * Changes to display url fields title. |
|
| 1373 | + * @package GeoDirectory |
|
| 1374 | + * @global object $wpdb WordPress Database object. |
|
| 1375 | + * @global object $post The current post object. |
|
| 1376 | + * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1377 | + * |
|
| 1378 | + * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1379 | + * @return string Returns listing info html. |
|
| 1380 | + */ |
|
| 1381 | + function geodir_show_listing_info($fields_location = '') {
|
|
| 1382 | + global $post, $preview, $wpdb, $send_to_friend; |
|
| 1383 | + |
|
| 1384 | + $package_info = array(); |
|
| 1385 | + |
|
| 1386 | + $package_info = geodir_post_package_info($package_info, $post); |
|
| 1387 | + $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1388 | + $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1389 | + $send_to_friend = false; |
|
| 1390 | + |
|
| 1391 | + ob_start(); |
|
| 1392 | + $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1393 | + |
|
| 1394 | + if (!empty($fields_info)) {
|
|
| 1395 | + $post = stripslashes_deep($post); // strip slashes |
|
| 1396 | 1396 | |
| 1397 | - //echo '<div class="geodir-company_info field-group">'; |
|
| 1398 | - global $field_set_start; |
|
| 1399 | - $field_set_start = 0; |
|
| 1400 | - |
|
| 1401 | - |
|
| 1402 | - |
|
| 1403 | - foreach ($fields_info as $type) {
|
|
| 1404 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1405 | - $type = stripslashes_deep($type); // strip slashes |
|
| 1406 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1407 | - $html = ''; |
|
| 1408 | - $field_icon = geodir_field_icon_proccess($type); |
|
| 1409 | - $filed_type = $type['type']; |
|
| 1410 | - $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1411 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1412 | - |
|
| 1413 | - /** |
|
| 1414 | - * Filter the output for custom fields. |
|
| 1415 | - * |
|
| 1416 | - * Here we can remove or add new functions depending on the field type. |
|
| 1417 | - * |
|
| 1418 | - * @param string $html The html to be filtered (blank). |
|
| 1419 | - * @param string $fields_location The location the field is to be show. |
|
| 1420 | - * @param array $type The array of field values. |
|
| 1421 | - */ |
|
| 1422 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1423 | - |
|
| 1424 | - $variables_array = array(); |
|
| 1425 | - |
|
| 1426 | - |
|
| 1427 | - if ($type['type'] != 'fieldset'): |
|
| 1428 | - $variables_array['post_id'] = $post->ID; |
|
| 1429 | - $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1430 | - $variables_array['value'] = ''; |
|
| 1431 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1432 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1433 | - endif; |
|
| 1434 | - |
|
| 1435 | - |
|
| 1436 | - if ($html): |
|
| 1437 | - |
|
| 1438 | - /** |
|
| 1439 | - * Called before a custom fields is output on the frontend. |
|
| 1440 | - * |
|
| 1441 | - * @since 1.0.0 |
|
| 1442 | - * @param string $html_var The HTML variable name for the field. |
|
| 1443 | - */ |
|
| 1444 | - do_action("geodir_before_show_{$html_var}");
|
|
| 1445 | - /** |
|
| 1446 | - * Filter custom field output. |
|
| 1447 | - * |
|
| 1448 | - * @since 1.0.0 |
|
| 1449 | - * |
|
| 1450 | - * @param string $html_var The HTML variable name for the field. |
|
| 1451 | - * @param string $html Custom field unfiltered HTML. |
|
| 1452 | - * @param array $variables_array Custom field variables array. |
|
| 1453 | - */ |
|
| 1454 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1455 | - |
|
| 1456 | - /** |
|
| 1457 | - * Called after a custom fields is output on the frontend. |
|
| 1458 | - * |
|
| 1459 | - * @since 1.0.0 |
|
| 1460 | - * @param string $html_var The HTML variable name for the field. |
|
| 1461 | - */ |
|
| 1462 | - do_action("geodir_after_show_{$html_var}");
|
|
| 1463 | - |
|
| 1464 | - endif; |
|
| 1465 | - |
|
| 1466 | - } |
|
| 1467 | - |
|
| 1468 | - //echo '</div>'; |
|
| 1469 | - |
|
| 1470 | - } |
|
| 1471 | - |
|
| 1472 | - |
|
| 1473 | - $html = ob_get_clean(); |
|
| 1474 | - |
|
| 1475 | - /** |
|
| 1476 | - * Filter the custom fields over all output. |
|
| 1477 | - * |
|
| 1478 | - * @param string $html The html of the custom fields. |
|
| 1479 | - * @param string $fields_location The location the fields are being output. |
|
| 1480 | - * @since 1.6.9 |
|
| 1481 | - */ |
|
| 1482 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1483 | - |
|
| 1484 | - } |
|
| 1397 | + //echo '<div class="geodir-company_info field-group">'; |
|
| 1398 | + global $field_set_start; |
|
| 1399 | + $field_set_start = 0; |
|
| 1400 | + |
|
| 1401 | + |
|
| 1402 | + |
|
| 1403 | + foreach ($fields_info as $type) {
|
|
| 1404 | + if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1405 | + $type = stripslashes_deep($type); // strip slashes |
|
| 1406 | + if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1407 | + $html = ''; |
|
| 1408 | + $field_icon = geodir_field_icon_proccess($type); |
|
| 1409 | + $filed_type = $type['type']; |
|
| 1410 | + $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1411 | + if($html_var=='post'){$html_var='post_address';}
|
|
| 1412 | + |
|
| 1413 | + /** |
|
| 1414 | + * Filter the output for custom fields. |
|
| 1415 | + * |
|
| 1416 | + * Here we can remove or add new functions depending on the field type. |
|
| 1417 | + * |
|
| 1418 | + * @param string $html The html to be filtered (blank). |
|
| 1419 | + * @param string $fields_location The location the field is to be show. |
|
| 1420 | + * @param array $type The array of field values. |
|
| 1421 | + */ |
|
| 1422 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1423 | + |
|
| 1424 | + $variables_array = array(); |
|
| 1425 | + |
|
| 1426 | + |
|
| 1427 | + if ($type['type'] != 'fieldset'): |
|
| 1428 | + $variables_array['post_id'] = $post->ID; |
|
| 1429 | + $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1430 | + $variables_array['value'] = ''; |
|
| 1431 | + if (isset($post->{$type['htmlvar_name']}))
|
|
| 1432 | + $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1433 | + endif; |
|
| 1434 | + |
|
| 1435 | + |
|
| 1436 | + if ($html): |
|
| 1437 | + |
|
| 1438 | + /** |
|
| 1439 | + * Called before a custom fields is output on the frontend. |
|
| 1440 | + * |
|
| 1441 | + * @since 1.0.0 |
|
| 1442 | + * @param string $html_var The HTML variable name for the field. |
|
| 1443 | + */ |
|
| 1444 | + do_action("geodir_before_show_{$html_var}");
|
|
| 1445 | + /** |
|
| 1446 | + * Filter custom field output. |
|
| 1447 | + * |
|
| 1448 | + * @since 1.0.0 |
|
| 1449 | + * |
|
| 1450 | + * @param string $html_var The HTML variable name for the field. |
|
| 1451 | + * @param string $html Custom field unfiltered HTML. |
|
| 1452 | + * @param array $variables_array Custom field variables array. |
|
| 1453 | + */ |
|
| 1454 | + if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1455 | + |
|
| 1456 | + /** |
|
| 1457 | + * Called after a custom fields is output on the frontend. |
|
| 1458 | + * |
|
| 1459 | + * @since 1.0.0 |
|
| 1460 | + * @param string $html_var The HTML variable name for the field. |
|
| 1461 | + */ |
|
| 1462 | + do_action("geodir_after_show_{$html_var}");
|
|
| 1463 | + |
|
| 1464 | + endif; |
|
| 1465 | + |
|
| 1466 | + } |
|
| 1467 | + |
|
| 1468 | + //echo '</div>'; |
|
| 1469 | + |
|
| 1470 | + } |
|
| 1471 | + |
|
| 1472 | + |
|
| 1473 | + $html = ob_get_clean(); |
|
| 1474 | + |
|
| 1475 | + /** |
|
| 1476 | + * Filter the custom fields over all output. |
|
| 1477 | + * |
|
| 1478 | + * @param string $html The html of the custom fields. |
|
| 1479 | + * @param string $fields_location The location the fields are being output. |
|
| 1480 | + * @since 1.6.9 |
|
| 1481 | + */ |
|
| 1482 | + return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1483 | + |
|
| 1484 | + } |
|
| 1485 | 1485 | } |
| 1486 | 1486 | |
| 1487 | 1487 | if (!function_exists('geodir_default_date_format')) {
|
| 1488 | - /** |
|
| 1489 | - * Returns default date format. |
|
| 1490 | - * |
|
| 1491 | - * @since 1.0.0 |
|
| 1492 | - * @package GeoDirectory |
|
| 1493 | - * @return mixed|string|void Returns default date format. |
|
| 1494 | - */ |
|
| 1495 | - function geodir_default_date_format() |
|
| 1496 | - {
|
|
| 1497 | - if ($format = get_option('date_format'))
|
|
| 1498 | - return $format; |
|
| 1499 | - else |
|
| 1500 | - return 'dd-mm-yy'; |
|
| 1501 | - } |
|
| 1488 | + /** |
|
| 1489 | + * Returns default date format. |
|
| 1490 | + * |
|
| 1491 | + * @since 1.0.0 |
|
| 1492 | + * @package GeoDirectory |
|
| 1493 | + * @return mixed|string|void Returns default date format. |
|
| 1494 | + */ |
|
| 1495 | + function geodir_default_date_format() |
|
| 1496 | + {
|
|
| 1497 | + if ($format = get_option('date_format'))
|
|
| 1498 | + return $format; |
|
| 1499 | + else |
|
| 1500 | + return 'dd-mm-yy'; |
|
| 1501 | + } |
|
| 1502 | 1502 | } |
| 1503 | 1503 | |
| 1504 | 1504 | if (!function_exists('geodir_get_formated_date')) {
|
| 1505 | - /** |
|
| 1506 | - * Returns formatted date. |
|
| 1507 | - * |
|
| 1508 | - * @since 1.0.0 |
|
| 1509 | - * @package GeoDirectory |
|
| 1510 | - * @param string $date Date string to convert. |
|
| 1511 | - * @return bool|int|string Returns formatted date. |
|
| 1512 | - */ |
|
| 1513 | - function geodir_get_formated_date($date) |
|
| 1514 | - {
|
|
| 1515 | - return mysql2date(get_option('date_format'), $date);
|
|
| 1516 | - } |
|
| 1505 | + /** |
|
| 1506 | + * Returns formatted date. |
|
| 1507 | + * |
|
| 1508 | + * @since 1.0.0 |
|
| 1509 | + * @package GeoDirectory |
|
| 1510 | + * @param string $date Date string to convert. |
|
| 1511 | + * @return bool|int|string Returns formatted date. |
|
| 1512 | + */ |
|
| 1513 | + function geodir_get_formated_date($date) |
|
| 1514 | + {
|
|
| 1515 | + return mysql2date(get_option('date_format'), $date);
|
|
| 1516 | + } |
|
| 1517 | 1517 | } |
| 1518 | 1518 | |
| 1519 | 1519 | if (!function_exists('geodir_get_formated_time')) {
|
| 1520 | - /** |
|
| 1521 | - * Returns formatted time. |
|
| 1522 | - * |
|
| 1523 | - * @since 1.0.0 |
|
| 1524 | - * @package GeoDirectory |
|
| 1525 | - * @param string $time Time string to convert. |
|
| 1526 | - * @return bool|int|string Returns formatted time. |
|
| 1527 | - */ |
|
| 1528 | - function geodir_get_formated_time($time) |
|
| 1529 | - {
|
|
| 1530 | - return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1531 | - } |
|
| 1520 | + /** |
|
| 1521 | + * Returns formatted time. |
|
| 1522 | + * |
|
| 1523 | + * @since 1.0.0 |
|
| 1524 | + * @package GeoDirectory |
|
| 1525 | + * @param string $time Time string to convert. |
|
| 1526 | + * @return bool|int|string Returns formatted time. |
|
| 1527 | + */ |
|
| 1528 | + function geodir_get_formated_time($time) |
|
| 1529 | + {
|
|
| 1530 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1531 | + } |
|
| 1532 | 1532 | } |
| 1533 | 1533 | |
| 1534 | 1534 | |
| 1535 | 1535 | if (!function_exists('geodir_save_post_file_fields')) {
|
| 1536 | - /** |
|
| 1537 | - * Save post file fields |
|
| 1538 | - * |
|
| 1539 | - * @since 1.0.0 |
|
| 1540 | - * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1541 | - * @package GeoDirectory |
|
| 1542 | - * @global object $wpdb WordPress Database object. |
|
| 1543 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1544 | - * @global object $current_user Current user object. |
|
| 1545 | - * @param int $post_id |
|
| 1546 | - * @param string $field_id |
|
| 1547 | - * @param array $post_image |
|
| 1548 | - * @param array $extra_fields Array of extra fields. |
|
| 1549 | - */ |
|
| 1550 | - function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1551 | - {
|
|
| 1536 | + /** |
|
| 1537 | + * Save post file fields |
|
| 1538 | + * |
|
| 1539 | + * @since 1.0.0 |
|
| 1540 | + * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1541 | + * @package GeoDirectory |
|
| 1542 | + * @global object $wpdb WordPress Database object. |
|
| 1543 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1544 | + * @global object $current_user Current user object. |
|
| 1545 | + * @param int $post_id |
|
| 1546 | + * @param string $field_id |
|
| 1547 | + * @param array $post_image |
|
| 1548 | + * @param array $extra_fields Array of extra fields. |
|
| 1549 | + */ |
|
| 1550 | + function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1551 | + {
|
|
| 1552 | 1552 | |
| 1553 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 1553 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 1554 | 1554 | |
| 1555 | - $post_type = get_post_type($post_id); |
|
| 1556 | - //echo $field_id; exit; |
|
| 1557 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1555 | + $post_type = get_post_type($post_id); |
|
| 1556 | + //echo $field_id; exit; |
|
| 1557 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1558 | 1558 | |
| 1559 | - $postcurr_images = array(); |
|
| 1560 | - $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1561 | - $file_urls = ''; |
|
| 1559 | + $postcurr_images = array(); |
|
| 1560 | + $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1561 | + $file_urls = ''; |
|
| 1562 | 1562 | |
| 1563 | - if (!empty($post_image)) {
|
|
| 1563 | + if (!empty($post_image)) {
|
|
| 1564 | 1564 | |
| 1565 | - $invalid_files = array(); |
|
| 1565 | + $invalid_files = array(); |
|
| 1566 | 1566 | |
| 1567 | - //Get and remove all old images of post from database to set by new order |
|
| 1568 | - $geodir_uploaddir = ''; |
|
| 1569 | - $uploads = wp_upload_dir(); |
|
| 1570 | - $uploads_dir = $uploads['path']; |
|
| 1567 | + //Get and remove all old images of post from database to set by new order |
|
| 1568 | + $geodir_uploaddir = ''; |
|
| 1569 | + $uploads = wp_upload_dir(); |
|
| 1570 | + $uploads_dir = $uploads['path']; |
|
| 1571 | 1571 | |
| 1572 | - $geodir_uploadpath = $uploads['path']; |
|
| 1573 | - $geodir_uploadurl = $uploads['url']; |
|
| 1574 | - $sub_dir = $uploads['subdir']; |
|
| 1572 | + $geodir_uploadpath = $uploads['path']; |
|
| 1573 | + $geodir_uploadurl = $uploads['url']; |
|
| 1574 | + $sub_dir = $uploads['subdir']; |
|
| 1575 | 1575 | |
| 1576 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1576 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1577 | 1577 | |
| 1578 | - for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1578 | + for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1579 | 1579 | |
| 1580 | - /* --------- start ------- */ |
|
| 1580 | + /* --------- start ------- */ |
|
| 1581 | 1581 | |
| 1582 | - if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1582 | + if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1583 | 1583 | |
| 1584 | 1584 | |
| 1585 | - $curr_img_url = $post_image[$m]; |
|
| 1586 | - $image_name_arr = explode('/', $curr_img_url);
|
|
| 1587 | - $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1588 | - $filename = end($image_name_arr); |
|
| 1589 | - $img_name_arr = explode('.', $filename);
|
|
| 1585 | + $curr_img_url = $post_image[$m]; |
|
| 1586 | + $image_name_arr = explode('/', $curr_img_url);
|
|
| 1587 | + $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1588 | + $filename = end($image_name_arr); |
|
| 1589 | + $img_name_arr = explode('.', $filename);
|
|
| 1590 | 1590 | |
| 1591 | - $arr_file_type = wp_check_filetype($filename); |
|
| 1591 | + $arr_file_type = wp_check_filetype($filename); |
|
| 1592 | 1592 | |
| 1593 | - if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1594 | - continue; |
|
| 1595 | - } |
|
| 1593 | + if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1594 | + continue; |
|
| 1595 | + } |
|
| 1596 | 1596 | |
| 1597 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 1598 | - $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1597 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 1598 | + $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1599 | 1599 | |
| 1600 | - if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1601 | - continue; // Invalid file type. |
|
| 1602 | - } |
|
| 1600 | + if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1601 | + continue; // Invalid file type. |
|
| 1602 | + } |
|
| 1603 | 1603 | |
| 1604 | - // Set an array containing a list of acceptable formats |
|
| 1605 | - //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
|
| 1604 | + // Set an array containing a list of acceptable formats |
|
| 1605 | + //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
|
| 1606 | 1606 | |
| 1607 | - if (!function_exists('wp_handle_upload'))
|
|
| 1608 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1607 | + if (!function_exists('wp_handle_upload'))
|
|
| 1608 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1609 | 1609 | |
| 1610 | - if (!is_dir($geodir_uploadpath)) |
|
| 1611 | - mkdir($geodir_uploadpath); |
|
| 1610 | + if (!is_dir($geodir_uploadpath)) |
|
| 1611 | + mkdir($geodir_uploadpath); |
|
| 1612 | 1612 | |
| 1613 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1614 | - $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1615 | - if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1616 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1618 | - } else {
|
|
| 1619 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1621 | - } |
|
| 1613 | + $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1614 | + $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1615 | + if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1616 | + $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | + $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1618 | + } else {
|
|
| 1619 | + $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | + $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1621 | + } |
|
| 1622 | 1622 | |
| 1623 | - $uploaded_file = ''; |
|
| 1624 | - if (file_exists($img_path)) |
|
| 1625 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1623 | + $uploaded_file = ''; |
|
| 1624 | + if (file_exists($img_path)) |
|
| 1625 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1626 | 1626 | |
| 1627 | - if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1628 | - if (file_exists($img_path)) |
|
| 1629 | - unlink($img_path); |
|
| 1630 | - } |
|
| 1627 | + if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1628 | + if (file_exists($img_path)) |
|
| 1629 | + unlink($img_path); |
|
| 1630 | + } |
|
| 1631 | 1631 | |
| 1632 | - if (!empty($uploaded_file)) |
|
| 1633 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1632 | + if (!empty($uploaded_file)) |
|
| 1633 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1634 | 1634 | |
| 1635 | - } else {
|
|
| 1636 | - $file_urls = $post_image[$m]; |
|
| 1637 | - } |
|
| 1638 | - } |
|
| 1635 | + } else {
|
|
| 1636 | + $file_urls = $post_image[$m]; |
|
| 1637 | + } |
|
| 1638 | + } |
|
| 1639 | 1639 | |
| 1640 | 1640 | |
| 1641 | - } |
|
| 1641 | + } |
|
| 1642 | 1642 | |
| 1643 | - //Remove all old attachments and temp images |
|
| 1644 | - if (!empty($postcurr_images)) {
|
|
| 1643 | + //Remove all old attachments and temp images |
|
| 1644 | + if (!empty($postcurr_images)) {
|
|
| 1645 | 1645 | |
| 1646 | - if ($file_urls != $postcurr_images) {
|
|
| 1647 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | - $invalid_files = (object)$invalid_files; |
|
| 1649 | - } |
|
| 1650 | - } |
|
| 1646 | + if ($file_urls != $postcurr_images) {
|
|
| 1647 | + $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | + $invalid_files = (object)$invalid_files; |
|
| 1649 | + } |
|
| 1650 | + } |
|
| 1651 | 1651 | |
| 1652 | - geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1652 | + geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1653 | 1653 | |
| 1654 | - if (!empty($invalid_files)) |
|
| 1655 | - geodir_remove_attachments($invalid_files); |
|
| 1654 | + if (!empty($invalid_files)) |
|
| 1655 | + geodir_remove_attachments($invalid_files); |
|
| 1656 | 1656 | |
| 1657 | - } |
|
| 1657 | + } |
|
| 1658 | 1658 | } |
| 1659 | 1659 | |
| 1660 | 1660 | |
@@ -1669,76 +1669,76 @@ discard block |
||
| 1669 | 1669 | */ |
| 1670 | 1670 | function geodir_custom_upload_mimes($existing_mimes = array()) |
| 1671 | 1671 | {
|
| 1672 | - $existing_mimes['wif'] = 'text/plain'; |
|
| 1673 | - $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1674 | - $existing_mimes['gif'] = 'image/gif'; |
|
| 1675 | - $existing_mimes['png'] = 'image/png'; |
|
| 1676 | - $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1677 | - $existing_mimes['txt'] = 'text/text'; |
|
| 1678 | - $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1679 | - $existing_mimes['doc'] = 'application/msword'; |
|
| 1680 | - $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1681 | - $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1682 | - $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1683 | - return $existing_mimes; |
|
| 1672 | + $existing_mimes['wif'] = 'text/plain'; |
|
| 1673 | + $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1674 | + $existing_mimes['gif'] = 'image/gif'; |
|
| 1675 | + $existing_mimes['png'] = 'image/png'; |
|
| 1676 | + $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1677 | + $existing_mimes['txt'] = 'text/text'; |
|
| 1678 | + $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1679 | + $existing_mimes['doc'] = 'application/msword'; |
|
| 1680 | + $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1681 | + $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1682 | + $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1683 | + return $existing_mimes; |
|
| 1684 | 1684 | } |
| 1685 | 1685 | |
| 1686 | 1686 | if (!function_exists('geodir_plupload_action')) {
|
| 1687 | 1687 | |
| 1688 | - /** |
|
| 1689 | - * Get upload directory path details |
|
| 1690 | - * |
|
| 1691 | - * @since 1.0.0 |
|
| 1692 | - * @package GeoDirectory |
|
| 1693 | - * @global object $current_user Current user object. |
|
| 1694 | - * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1695 | - * @return mixed Returns upload directory details as an array. |
|
| 1696 | - */ |
|
| 1697 | - function geodir_upload_dir($upload) |
|
| 1698 | - {
|
|
| 1699 | - global $current_user; |
|
| 1700 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1703 | - return $upload; |
|
| 1704 | - } |
|
| 1705 | - |
|
| 1706 | - /** |
|
| 1707 | - * Handles place file and image upload. |
|
| 1708 | - * |
|
| 1709 | - * @since 1.0.0 |
|
| 1710 | - * @package GeoDirectory |
|
| 1711 | - */ |
|
| 1712 | - function geodir_plupload_action() |
|
| 1713 | - {
|
|
| 1714 | - // check ajax nonce |
|
| 1715 | - $imgid = $_POST["imgid"]; |
|
| 1716 | - |
|
| 1717 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1718 | - |
|
| 1719 | - // handle custom file uploaddir |
|
| 1720 | - add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1721 | - |
|
| 1722 | - // change file orientation if needed |
|
| 1723 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1724 | - |
|
| 1725 | - // handle file upload |
|
| 1726 | - $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1727 | - // remove handle custom file uploaddir |
|
| 1728 | - remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1729 | - |
|
| 1730 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1731 | - print_r($status); |
|
| 1732 | - } |
|
| 1733 | - |
|
| 1734 | - // send the uploaded file url in response |
|
| 1735 | - if (isset($status['url'])) {
|
|
| 1736 | - echo $status['url']; |
|
| 1737 | - } else {
|
|
| 1738 | - echo 'x'; |
|
| 1739 | - } |
|
| 1740 | - exit; |
|
| 1741 | - } |
|
| 1688 | + /** |
|
| 1689 | + * Get upload directory path details |
|
| 1690 | + * |
|
| 1691 | + * @since 1.0.0 |
|
| 1692 | + * @package GeoDirectory |
|
| 1693 | + * @global object $current_user Current user object. |
|
| 1694 | + * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1695 | + * @return mixed Returns upload directory details as an array. |
|
| 1696 | + */ |
|
| 1697 | + function geodir_upload_dir($upload) |
|
| 1698 | + {
|
|
| 1699 | + global $current_user; |
|
| 1700 | + $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | + $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | + $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1703 | + return $upload; |
|
| 1704 | + } |
|
| 1705 | + |
|
| 1706 | + /** |
|
| 1707 | + * Handles place file and image upload. |
|
| 1708 | + * |
|
| 1709 | + * @since 1.0.0 |
|
| 1710 | + * @package GeoDirectory |
|
| 1711 | + */ |
|
| 1712 | + function geodir_plupload_action() |
|
| 1713 | + {
|
|
| 1714 | + // check ajax nonce |
|
| 1715 | + $imgid = $_POST["imgid"]; |
|
| 1716 | + |
|
| 1717 | + check_ajax_referer($imgid . 'pluploadan'); |
|
| 1718 | + |
|
| 1719 | + // handle custom file uploaddir |
|
| 1720 | + add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1721 | + |
|
| 1722 | + // change file orientation if needed |
|
| 1723 | + $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1724 | + |
|
| 1725 | + // handle file upload |
|
| 1726 | + $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1727 | + // remove handle custom file uploaddir |
|
| 1728 | + remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1729 | + |
|
| 1730 | + if(!isset($status['url']) && isset($status['error'])){
|
|
| 1731 | + print_r($status); |
|
| 1732 | + } |
|
| 1733 | + |
|
| 1734 | + // send the uploaded file url in response |
|
| 1735 | + if (isset($status['url'])) {
|
|
| 1736 | + echo $status['url']; |
|
| 1737 | + } else {
|
|
| 1738 | + echo 'x'; |
|
| 1739 | + } |
|
| 1740 | + exit; |
|
| 1741 | + } |
|
| 1742 | 1742 | } |
| 1743 | 1743 | |
| 1744 | 1744 | /** |
@@ -1753,17 +1753,17 @@ discard block |
||
| 1753 | 1753 | */ |
| 1754 | 1754 | function geodir_get_video($post_id) |
| 1755 | 1755 | {
|
| 1756 | - global $wpdb, $plugin_prefix; |
|
| 1756 | + global $wpdb, $plugin_prefix; |
|
| 1757 | 1757 | |
| 1758 | - $post_type = get_post_type($post_id); |
|
| 1758 | + $post_type = get_post_type($post_id); |
|
| 1759 | 1759 | |
| 1760 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1760 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1761 | 1761 | |
| 1762 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1762 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1763 | 1763 | |
| 1764 | - if ($results) {
|
|
| 1765 | - return $results[0]->geodir_video; |
|
| 1766 | - } |
|
| 1764 | + if ($results) {
|
|
| 1765 | + return $results[0]->geodir_video; |
|
| 1766 | + } |
|
| 1767 | 1767 | |
| 1768 | 1768 | } |
| 1769 | 1769 | |
@@ -1779,40 +1779,40 @@ discard block |
||
| 1779 | 1779 | */ |
| 1780 | 1780 | function geodir_get_special_offers($post_id) |
| 1781 | 1781 | {
|
| 1782 | - global $wpdb, $plugin_prefix; |
|
| 1782 | + global $wpdb, $plugin_prefix; |
|
| 1783 | 1783 | |
| 1784 | - $post_type = get_post_type($post_id); |
|
| 1784 | + $post_type = get_post_type($post_id); |
|
| 1785 | 1785 | |
| 1786 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1786 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1787 | 1787 | |
| 1788 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1788 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1789 | 1789 | |
| 1790 | - if ($results) {
|
|
| 1791 | - return $results[0]->geodir_special_offers; |
|
| 1792 | - } |
|
| 1790 | + if ($results) {
|
|
| 1791 | + return $results[0]->geodir_special_offers; |
|
| 1792 | + } |
|
| 1793 | 1793 | |
| 1794 | 1794 | } |
| 1795 | 1795 | |
| 1796 | 1796 | if (!function_exists('geodir_max_upload_size')) {
|
| 1797 | - /** |
|
| 1798 | - * Get max upload file size |
|
| 1799 | - * |
|
| 1800 | - * @since 1.0.0 |
|
| 1801 | - * @package GeoDirectory |
|
| 1802 | - * @return mixed|void Returns max upload file size. |
|
| 1803 | - */ |
|
| 1804 | - function geodir_max_upload_size() |
|
| 1805 | - {
|
|
| 1806 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | - |
|
| 1808 | - if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1809 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1810 | - } else {
|
|
| 1811 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1812 | - } |
|
| 1813 | - /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1814 | - return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1815 | - } |
|
| 1797 | + /** |
|
| 1798 | + * Get max upload file size |
|
| 1799 | + * |
|
| 1800 | + * @since 1.0.0 |
|
| 1801 | + * @package GeoDirectory |
|
| 1802 | + * @return mixed|void Returns max upload file size. |
|
| 1803 | + */ |
|
| 1804 | + function geodir_max_upload_size() |
|
| 1805 | + {
|
|
| 1806 | + $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | + |
|
| 1808 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1809 | + $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1810 | + } else {
|
|
| 1811 | + $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1812 | + } |
|
| 1813 | + /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1814 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1815 | + } |
|
| 1816 | 1816 | } |
| 1817 | 1817 | |
| 1818 | 1818 | |
@@ -1830,33 +1830,33 @@ discard block |
||
| 1830 | 1830 | */ |
| 1831 | 1831 | function geodir_add_custom_sort_options($fields, $post_type) |
| 1832 | 1832 | {
|
| 1833 | - global $wpdb; |
|
| 1833 | + global $wpdb; |
|
| 1834 | 1834 | |
| 1835 | - if ($post_type != '') {
|
|
| 1835 | + if ($post_type != '') {
|
|
| 1836 | 1836 | |
| 1837 | - $all_postypes = geodir_get_posttypes(); |
|
| 1837 | + $all_postypes = geodir_get_posttypes(); |
|
| 1838 | 1838 | |
| 1839 | - if (in_array($post_type, $all_postypes)) {
|
|
| 1839 | + if (in_array($post_type, $all_postypes)) {
|
|
| 1840 | 1840 | |
| 1841 | - $custom_fields = $wpdb->get_results( |
|
| 1842 | - $wpdb->prepare( |
|
| 1843 | - "select post_type,data_type,field_type,site_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1844 | - array($post_type) |
|
| 1845 | - ), 'ARRAY_A' |
|
| 1846 | - ); |
|
| 1841 | + $custom_fields = $wpdb->get_results( |
|
| 1842 | + $wpdb->prepare( |
|
| 1843 | + "select post_type,data_type,field_type,site_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1844 | + array($post_type) |
|
| 1845 | + ), 'ARRAY_A' |
|
| 1846 | + ); |
|
| 1847 | 1847 | |
| 1848 | - if (!empty($custom_fields)) {
|
|
| 1848 | + if (!empty($custom_fields)) {
|
|
| 1849 | 1849 | |
| 1850 | - foreach ($custom_fields as $val) {
|
|
| 1851 | - $fields[] = $val; |
|
| 1852 | - } |
|
| 1853 | - } |
|
| 1850 | + foreach ($custom_fields as $val) {
|
|
| 1851 | + $fields[] = $val; |
|
| 1852 | + } |
|
| 1853 | + } |
|
| 1854 | 1854 | |
| 1855 | - } |
|
| 1855 | + } |
|
| 1856 | 1856 | |
| 1857 | - } |
|
| 1857 | + } |
|
| 1858 | 1858 | |
| 1859 | - return $fields; |
|
| 1859 | + return $fields; |
|
| 1860 | 1860 | } |
| 1861 | 1861 | |
| 1862 | 1862 | |
@@ -1872,76 +1872,76 @@ discard block |
||
| 1872 | 1872 | function geodir_get_custom_sort_options($post_type = '') |
| 1873 | 1873 | {
|
| 1874 | 1874 | |
| 1875 | - global $wpdb; |
|
| 1876 | - |
|
| 1877 | - if ($post_type != '') {
|
|
| 1878 | - |
|
| 1879 | - $all_postypes = geodir_get_posttypes(); |
|
| 1880 | - |
|
| 1881 | - if (!in_array($post_type, $all_postypes)) |
|
| 1882 | - return false; |
|
| 1883 | - |
|
| 1884 | - $fields = array(); |
|
| 1885 | - |
|
| 1886 | - $fields[] = array( |
|
| 1887 | - 'post_type' => $post_type, |
|
| 1888 | - 'data_type' => '', |
|
| 1889 | - 'field_type' => 'random', |
|
| 1890 | - 'site_title' => 'Random', |
|
| 1891 | - 'htmlvar_name' => 'post_title', |
|
| 1892 | - 'field_icon' => 'fa fa-random', |
|
| 1893 | - 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1894 | - ); |
|
| 1895 | - |
|
| 1896 | - $fields[] = array( |
|
| 1897 | - 'post_type' => $post_type, |
|
| 1898 | - 'data_type' => '', |
|
| 1899 | - 'field_type' => 'datetime', |
|
| 1900 | - 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1901 | - 'htmlvar_name' => 'post_date', |
|
| 1902 | - 'field_icon' => 'fa fa-calendar', |
|
| 1903 | - 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1904 | - ); |
|
| 1905 | - $fields[] = array( |
|
| 1906 | - 'post_type' => $post_type, |
|
| 1907 | - 'data_type' => '', |
|
| 1908 | - 'field_type' => 'bigint', |
|
| 1909 | - 'site_title' => __('Review', 'geodirectory'),
|
|
| 1910 | - 'htmlvar_name' => 'comment_count', |
|
| 1911 | - 'field_icon' => 'fa fa-commenting-o', |
|
| 1912 | - 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1913 | - ); |
|
| 1914 | - $fields[] = array( |
|
| 1915 | - 'post_type' => $post_type, |
|
| 1916 | - 'data_type' => '', |
|
| 1917 | - 'field_type' => 'float', |
|
| 1918 | - 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1919 | - 'htmlvar_name' => 'overall_rating', |
|
| 1920 | - 'field_icon' => 'fa fa-star-o', |
|
| 1921 | - 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1922 | - ); |
|
| 1923 | - $fields[] = array( |
|
| 1924 | - 'post_type' => $post_type, |
|
| 1925 | - 'data_type' => '', |
|
| 1926 | - 'field_type' => 'text', |
|
| 1927 | - 'site_title' => __('Title', 'geodirectory'),
|
|
| 1928 | - 'htmlvar_name' => 'post_title', |
|
| 1929 | - 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1930 | - 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1931 | - ); |
|
| 1932 | - |
|
| 1933 | - /** |
|
| 1934 | - * Hook to add custom sort options. |
|
| 1935 | - * |
|
| 1936 | - * @since 1.0.0 |
|
| 1937 | - * @param array $fields Unmodified sort options array. |
|
| 1938 | - * @param string $post_type Post type. |
|
| 1939 | - */ |
|
| 1940 | - return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1941 | - |
|
| 1942 | - } |
|
| 1943 | - |
|
| 1944 | - return false; |
|
| 1875 | + global $wpdb; |
|
| 1876 | + |
|
| 1877 | + if ($post_type != '') {
|
|
| 1878 | + |
|
| 1879 | + $all_postypes = geodir_get_posttypes(); |
|
| 1880 | + |
|
| 1881 | + if (!in_array($post_type, $all_postypes)) |
|
| 1882 | + return false; |
|
| 1883 | + |
|
| 1884 | + $fields = array(); |
|
| 1885 | + |
|
| 1886 | + $fields[] = array( |
|
| 1887 | + 'post_type' => $post_type, |
|
| 1888 | + 'data_type' => '', |
|
| 1889 | + 'field_type' => 'random', |
|
| 1890 | + 'site_title' => 'Random', |
|
| 1891 | + 'htmlvar_name' => 'post_title', |
|
| 1892 | + 'field_icon' => 'fa fa-random', |
|
| 1893 | + 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1894 | + ); |
|
| 1895 | + |
|
| 1896 | + $fields[] = array( |
|
| 1897 | + 'post_type' => $post_type, |
|
| 1898 | + 'data_type' => '', |
|
| 1899 | + 'field_type' => 'datetime', |
|
| 1900 | + 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1901 | + 'htmlvar_name' => 'post_date', |
|
| 1902 | + 'field_icon' => 'fa fa-calendar', |
|
| 1903 | + 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1904 | + ); |
|
| 1905 | + $fields[] = array( |
|
| 1906 | + 'post_type' => $post_type, |
|
| 1907 | + 'data_type' => '', |
|
| 1908 | + 'field_type' => 'bigint', |
|
| 1909 | + 'site_title' => __('Review', 'geodirectory'),
|
|
| 1910 | + 'htmlvar_name' => 'comment_count', |
|
| 1911 | + 'field_icon' => 'fa fa-commenting-o', |
|
| 1912 | + 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1913 | + ); |
|
| 1914 | + $fields[] = array( |
|
| 1915 | + 'post_type' => $post_type, |
|
| 1916 | + 'data_type' => '', |
|
| 1917 | + 'field_type' => 'float', |
|
| 1918 | + 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1919 | + 'htmlvar_name' => 'overall_rating', |
|
| 1920 | + 'field_icon' => 'fa fa-star-o', |
|
| 1921 | + 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1922 | + ); |
|
| 1923 | + $fields[] = array( |
|
| 1924 | + 'post_type' => $post_type, |
|
| 1925 | + 'data_type' => '', |
|
| 1926 | + 'field_type' => 'text', |
|
| 1927 | + 'site_title' => __('Title', 'geodirectory'),
|
|
| 1928 | + 'htmlvar_name' => 'post_title', |
|
| 1929 | + 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1930 | + 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1931 | + ); |
|
| 1932 | + |
|
| 1933 | + /** |
|
| 1934 | + * Hook to add custom sort options. |
|
| 1935 | + * |
|
| 1936 | + * @since 1.0.0 |
|
| 1937 | + * @param array $fields Unmodified sort options array. |
|
| 1938 | + * @param string $post_type Post type. |
|
| 1939 | + */ |
|
| 1940 | + return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1941 | + |
|
| 1942 | + } |
|
| 1943 | + |
|
| 1944 | + return false; |
|
| 1945 | 1945 | } |
| 1946 | 1946 | |
| 1947 | 1947 | |
@@ -1957,117 +1957,117 @@ discard block |
||
| 1957 | 1957 | function godir_set_sort_field_order($field_ids = array()) |
| 1958 | 1958 | {
|
| 1959 | 1959 | |
| 1960 | - global $wpdb; |
|
| 1960 | + global $wpdb; |
|
| 1961 | 1961 | |
| 1962 | - $count = 0; |
|
| 1963 | - if (!empty($field_ids)): |
|
| 1964 | - foreach ($field_ids as $id) {
|
|
| 1962 | + $count = 0; |
|
| 1963 | + if (!empty($field_ids)): |
|
| 1964 | + foreach ($field_ids as $id) {
|
|
| 1965 | 1965 | |
| 1966 | - $cf = trim($id, '_'); |
|
| 1966 | + $cf = trim($id, '_'); |
|
| 1967 | 1967 | |
| 1968 | - $post_meta_info = $wpdb->query( |
|
| 1969 | - $wpdb->prepare( |
|
| 1970 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1968 | + $post_meta_info = $wpdb->query( |
|
| 1969 | + $wpdb->prepare( |
|
| 1970 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1971 | 1971 | sort_order=%d |
| 1972 | 1972 | where id= %d", |
| 1973 | - array($count, $cf) |
|
| 1974 | - ) |
|
| 1975 | - ); |
|
| 1976 | - $count++; |
|
| 1977 | - } |
|
| 1978 | - |
|
| 1979 | - return $field_ids; |
|
| 1980 | - else: |
|
| 1981 | - return false; |
|
| 1982 | - endif; |
|
| 1973 | + array($count, $cf) |
|
| 1974 | + ) |
|
| 1975 | + ); |
|
| 1976 | + $count++; |
|
| 1977 | + } |
|
| 1978 | + |
|
| 1979 | + return $field_ids; |
|
| 1980 | + else: |
|
| 1981 | + return false; |
|
| 1982 | + endif; |
|
| 1983 | 1983 | } |
| 1984 | 1984 | |
| 1985 | 1985 | |
| 1986 | 1986 | if (!function_exists('geodir_custom_sort_field_save')) {
|
| 1987 | - /** |
|
| 1988 | - * Save or Update custom sort fields into the database. |
|
| 1989 | - * |
|
| 1990 | - * @since 1.0.0 |
|
| 1991 | - * @package GeoDirectory |
|
| 1992 | - * @global object $wpdb WordPress Database object. |
|
| 1993 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1994 | - * @param array $request_field {
|
|
| 1995 | - * Attributes of the Request field. |
|
| 1996 | - * |
|
| 1997 | - * @type string $action Ajax action name. |
|
| 1998 | - * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 1999 | - * @type string $create_field Do you want to create this field?. |
|
| 2000 | - * @type string $field_ins_upd Field created or updated?. |
|
| 2001 | - * @type string $_wpnonce Nonce value. |
|
| 2002 | - * @type string $listing_type The Post type. |
|
| 2003 | - * @type string $field_type Field Type. |
|
| 2004 | - * @type string $field_id Field ID. |
|
| 2005 | - * @type string $data_type Data Type. |
|
| 2006 | - * @type string $htmlvar_name HTML variable name. |
|
| 2007 | - * @type string $site_title Section title which you wish to display in frontend. |
|
| 2008 | - * @type string $is_default Is this default sorting?. |
|
| 2009 | - * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2010 | - * @type string $sort_order Sort Order. |
|
| 2011 | - * |
|
| 2012 | - * } |
|
| 2013 | - * @param bool $default Not yet implemented. |
|
| 2014 | - * @return int Returns the last affected db table row id. |
|
| 2015 | - */ |
|
| 2016 | - function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2017 | - {
|
|
| 2018 | - |
|
| 2019 | - global $wpdb, $plugin_prefix; |
|
| 2020 | - |
|
| 2021 | - $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2022 | - |
|
| 2023 | - $cf = trim($result_str, '_'); |
|
| 2024 | - |
|
| 2025 | - /*-------- check duplicate validation --------*/ |
|
| 2026 | - |
|
| 2027 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2028 | - $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2029 | - |
|
| 2030 | - $post_type = $request_field['listing_type']; |
|
| 2031 | - $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2032 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2033 | - $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2034 | - $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2035 | - $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2036 | - $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2037 | - $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2038 | - $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2039 | - $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2040 | - $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2041 | - $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2042 | - |
|
| 2043 | - $default_order = ''; |
|
| 2044 | - if ($is_default != '') {
|
|
| 2045 | - $default_order = $is_default; |
|
| 2046 | - $is_default = '1'; |
|
| 2047 | - } |
|
| 2048 | - |
|
| 2049 | - |
|
| 2050 | - $check_html_variable = $wpdb->get_var( |
|
| 2051 | - $wpdb->prepare( |
|
| 2052 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | - array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2054 | - ) |
|
| 2055 | - ); |
|
| 2056 | - |
|
| 2057 | - if ($is_default == 1) {
|
|
| 2058 | - |
|
| 2059 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | - |
|
| 2061 | - } |
|
| 2062 | - |
|
| 2063 | - |
|
| 2064 | - if (!$check_html_variable) {
|
|
| 2065 | - |
|
| 2066 | - $wpdb->query( |
|
| 2067 | - |
|
| 2068 | - $wpdb->prepare( |
|
| 2069 | - |
|
| 2070 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1987 | + /** |
|
| 1988 | + * Save or Update custom sort fields into the database. |
|
| 1989 | + * |
|
| 1990 | + * @since 1.0.0 |
|
| 1991 | + * @package GeoDirectory |
|
| 1992 | + * @global object $wpdb WordPress Database object. |
|
| 1993 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1994 | + * @param array $request_field {
|
|
| 1995 | + * Attributes of the Request field. |
|
| 1996 | + * |
|
| 1997 | + * @type string $action Ajax action name. |
|
| 1998 | + * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 1999 | + * @type string $create_field Do you want to create this field?. |
|
| 2000 | + * @type string $field_ins_upd Field created or updated?. |
|
| 2001 | + * @type string $_wpnonce Nonce value. |
|
| 2002 | + * @type string $listing_type The Post type. |
|
| 2003 | + * @type string $field_type Field Type. |
|
| 2004 | + * @type string $field_id Field ID. |
|
| 2005 | + * @type string $data_type Data Type. |
|
| 2006 | + * @type string $htmlvar_name HTML variable name. |
|
| 2007 | + * @type string $site_title Section title which you wish to display in frontend. |
|
| 2008 | + * @type string $is_default Is this default sorting?. |
|
| 2009 | + * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2010 | + * @type string $sort_order Sort Order. |
|
| 2011 | + * |
|
| 2012 | + * } |
|
| 2013 | + * @param bool $default Not yet implemented. |
|
| 2014 | + * @return int Returns the last affected db table row id. |
|
| 2015 | + */ |
|
| 2016 | + function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2017 | + {
|
|
| 2018 | + |
|
| 2019 | + global $wpdb, $plugin_prefix; |
|
| 2020 | + |
|
| 2021 | + $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2022 | + |
|
| 2023 | + $cf = trim($result_str, '_'); |
|
| 2024 | + |
|
| 2025 | + /*-------- check duplicate validation --------*/ |
|
| 2026 | + |
|
| 2027 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2028 | + $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2029 | + |
|
| 2030 | + $post_type = $request_field['listing_type']; |
|
| 2031 | + $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2032 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2033 | + $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2034 | + $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2035 | + $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2036 | + $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2037 | + $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2038 | + $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2039 | + $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2040 | + $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2041 | + $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2042 | + |
|
| 2043 | + $default_order = ''; |
|
| 2044 | + if ($is_default != '') {
|
|
| 2045 | + $default_order = $is_default; |
|
| 2046 | + $is_default = '1'; |
|
| 2047 | + } |
|
| 2048 | + |
|
| 2049 | + |
|
| 2050 | + $check_html_variable = $wpdb->get_var( |
|
| 2051 | + $wpdb->prepare( |
|
| 2052 | + "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | + array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2054 | + ) |
|
| 2055 | + ); |
|
| 2056 | + |
|
| 2057 | + if ($is_default == 1) {
|
|
| 2058 | + |
|
| 2059 | + $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | + |
|
| 2061 | + } |
|
| 2062 | + |
|
| 2063 | + |
|
| 2064 | + if (!$check_html_variable) {
|
|
| 2065 | + |
|
| 2066 | + $wpdb->query( |
|
| 2067 | + |
|
| 2068 | + $wpdb->prepare( |
|
| 2069 | + |
|
| 2070 | + "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2071 | 2071 | post_type = %s, |
| 2072 | 2072 | data_type = %s, |
| 2073 | 2073 | field_type = %s, |
@@ -2082,23 +2082,23 @@ discard block |
||
| 2082 | 2082 | asc_title = %s, |
| 2083 | 2083 | desc_title = %s", |
| 2084 | 2084 | |
| 2085 | - array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title) |
|
| 2086 | - ) |
|
| 2085 | + array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title) |
|
| 2086 | + ) |
|
| 2087 | 2087 | |
| 2088 | - ); |
|
| 2088 | + ); |
|
| 2089 | 2089 | |
| 2090 | 2090 | |
| 2091 | - $lastid = $wpdb->insert_id; |
|
| 2091 | + $lastid = $wpdb->insert_id; |
|
| 2092 | 2092 | |
| 2093 | - $lastid = trim($lastid); |
|
| 2093 | + $lastid = trim($lastid); |
|
| 2094 | 2094 | |
| 2095 | - } else {
|
|
| 2095 | + } else {
|
|
| 2096 | 2096 | |
| 2097 | - $wpdb->query( |
|
| 2097 | + $wpdb->query( |
|
| 2098 | 2098 | |
| 2099 | - $wpdb->prepare( |
|
| 2099 | + $wpdb->prepare( |
|
| 2100 | 2100 | |
| 2101 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2101 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2102 | 2102 | post_type = %s, |
| 2103 | 2103 | data_type = %s, |
| 2104 | 2104 | field_type = %s, |
@@ -2114,123 +2114,123 @@ discard block |
||
| 2114 | 2114 | desc_title = %s |
| 2115 | 2115 | where id = %d", |
| 2116 | 2116 | |
| 2117 | - array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title, $cf) |
|
| 2118 | - ) |
|
| 2117 | + array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title, $cf) |
|
| 2118 | + ) |
|
| 2119 | 2119 | |
| 2120 | - ); |
|
| 2120 | + ); |
|
| 2121 | 2121 | |
| 2122 | - $lastid = trim($cf); |
|
| 2122 | + $lastid = trim($cf); |
|
| 2123 | 2123 | |
| 2124 | - } |
|
| 2124 | + } |
|
| 2125 | 2125 | |
| 2126 | 2126 | |
| 2127 | - return (int)$lastid; |
|
| 2127 | + return (int)$lastid; |
|
| 2128 | 2128 | |
| 2129 | - } |
|
| 2129 | + } |
|
| 2130 | 2130 | } |
| 2131 | 2131 | |
| 2132 | 2132 | |
| 2133 | 2133 | if (!function_exists('geodir_custom_sort_field_delete')) {
|
| 2134 | - /** |
|
| 2135 | - * Delete a custom sort field using field id. |
|
| 2136 | - * @since 1.0.0 |
|
| 2137 | - * @package GeoDirectory |
|
| 2138 | - * @global object $wpdb WordPress Database object. |
|
| 2139 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2140 | - * @param string $field_id The field ID. |
|
| 2141 | - * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2142 | - */ |
|
| 2143 | - function geodir_custom_sort_field_delete($field_id = '') |
|
| 2144 | - {
|
|
| 2145 | - |
|
| 2146 | - global $wpdb, $plugin_prefix; |
|
| 2147 | - if ($field_id != '') {
|
|
| 2148 | - $cf = trim($field_id, '_'); |
|
| 2149 | - |
|
| 2150 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2151 | - |
|
| 2152 | - return $field_id; |
|
| 2153 | - |
|
| 2154 | - } else |
|
| 2155 | - return 0; |
|
| 2156 | - |
|
| 2157 | - } |
|
| 2134 | + /** |
|
| 2135 | + * Delete a custom sort field using field id. |
|
| 2136 | + * @since 1.0.0 |
|
| 2137 | + * @package GeoDirectory |
|
| 2138 | + * @global object $wpdb WordPress Database object. |
|
| 2139 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2140 | + * @param string $field_id The field ID. |
|
| 2141 | + * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2142 | + */ |
|
| 2143 | + function geodir_custom_sort_field_delete($field_id = '') |
|
| 2144 | + {
|
|
| 2145 | + |
|
| 2146 | + global $wpdb, $plugin_prefix; |
|
| 2147 | + if ($field_id != '') {
|
|
| 2148 | + $cf = trim($field_id, '_'); |
|
| 2149 | + |
|
| 2150 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2151 | + |
|
| 2152 | + return $field_id; |
|
| 2153 | + |
|
| 2154 | + } else |
|
| 2155 | + return 0; |
|
| 2156 | + |
|
| 2157 | + } |
|
| 2158 | 2158 | } |
| 2159 | 2159 | |
| 2160 | 2160 | |
| 2161 | 2161 | if (!function_exists('geodir_custom_sort_field_adminhtml')) {
|
| 2162 | - /** |
|
| 2163 | - * Custom sort field admin html. |
|
| 2164 | - * |
|
| 2165 | - * @since 1.0.0 |
|
| 2166 | - * @package GeoDirectory |
|
| 2167 | - * @global object $wpdb WordPress Database object. |
|
| 2168 | - * @param string $field_type The form field type. |
|
| 2169 | - * @param object|int $result_str The custom field results object or row id. |
|
| 2170 | - * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2171 | - * @param bool $default when set to true field will be for admin use only. |
|
| 2172 | - */ |
|
| 2173 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2174 | - {
|
|
| 2175 | - global $wpdb; |
|
| 2176 | - $cf = $result_str; |
|
| 2177 | - if (!is_object($cf)) {
|
|
| 2178 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2179 | - } else {
|
|
| 2180 | - $field_info = $cf; |
|
| 2181 | - $result_str = $cf->id; |
|
| 2182 | - } |
|
| 2183 | - |
|
| 2184 | - $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2185 | - |
|
| 2186 | - if (!isset($field_info->post_type)) {
|
|
| 2187 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2188 | - } else {
|
|
| 2189 | - $post_type = $field_info->post_type; |
|
| 2190 | - } |
|
| 2191 | - |
|
| 2192 | - |
|
| 2193 | - $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2194 | - |
|
| 2195 | - $site_title = ''; |
|
| 2196 | - if ($site_title == '') |
|
| 2197 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2198 | - |
|
| 2199 | - if ($site_title == '') {
|
|
| 2200 | - $fields = geodir_get_custom_sort_options($post_type); |
|
| 2201 | - |
|
| 2202 | - foreach ($fields as $val) {
|
|
| 2203 | - $val = stripslashes_deep($val); // strip slashes |
|
| 2204 | - |
|
| 2205 | - if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2206 | - $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2207 | - } |
|
| 2208 | - } |
|
| 2209 | - } |
|
| 2210 | - |
|
| 2211 | - if ($htmlvar_name == '') |
|
| 2212 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2213 | - |
|
| 2214 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2215 | - |
|
| 2216 | - $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2217 | - $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2218 | - |
|
| 2219 | - $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2220 | - foreach($cso_arr as $cso){
|
|
| 2221 | - if($cur_field_type==$cso['field_type']){
|
|
| 2222 | - |
|
| 2223 | - if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2224 | - $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2225 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2226 | - $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
|
| 2227 | - } |
|
| 2228 | - |
|
| 2229 | - } |
|
| 2230 | - } |
|
| 2231 | - |
|
| 2232 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2233 | - ?> |
|
| 2162 | + /** |
|
| 2163 | + * Custom sort field admin html. |
|
| 2164 | + * |
|
| 2165 | + * @since 1.0.0 |
|
| 2166 | + * @package GeoDirectory |
|
| 2167 | + * @global object $wpdb WordPress Database object. |
|
| 2168 | + * @param string $field_type The form field type. |
|
| 2169 | + * @param object|int $result_str The custom field results object or row id. |
|
| 2170 | + * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2171 | + * @param bool $default when set to true field will be for admin use only. |
|
| 2172 | + */ |
|
| 2173 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2174 | + {
|
|
| 2175 | + global $wpdb; |
|
| 2176 | + $cf = $result_str; |
|
| 2177 | + if (!is_object($cf)) {
|
|
| 2178 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2179 | + } else {
|
|
| 2180 | + $field_info = $cf; |
|
| 2181 | + $result_str = $cf->id; |
|
| 2182 | + } |
|
| 2183 | + |
|
| 2184 | + $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2185 | + |
|
| 2186 | + if (!isset($field_info->post_type)) {
|
|
| 2187 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2188 | + } else {
|
|
| 2189 | + $post_type = $field_info->post_type; |
|
| 2190 | + } |
|
| 2191 | + |
|
| 2192 | + |
|
| 2193 | + $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2194 | + |
|
| 2195 | + $site_title = ''; |
|
| 2196 | + if ($site_title == '') |
|
| 2197 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2198 | + |
|
| 2199 | + if ($site_title == '') {
|
|
| 2200 | + $fields = geodir_get_custom_sort_options($post_type); |
|
| 2201 | + |
|
| 2202 | + foreach ($fields as $val) {
|
|
| 2203 | + $val = stripslashes_deep($val); // strip slashes |
|
| 2204 | + |
|
| 2205 | + if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2206 | + $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2207 | + } |
|
| 2208 | + } |
|
| 2209 | + } |
|
| 2210 | + |
|
| 2211 | + if ($htmlvar_name == '') |
|
| 2212 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2213 | + |
|
| 2214 | + $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2215 | + |
|
| 2216 | + $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2217 | + $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2218 | + |
|
| 2219 | + $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2220 | + foreach($cso_arr as $cso){
|
|
| 2221 | + if($cur_field_type==$cso['field_type']){
|
|
| 2222 | + |
|
| 2223 | + if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2224 | + $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2225 | + }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2226 | + $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
|
| 2227 | + } |
|
| 2228 | + |
|
| 2229 | + } |
|
| 2230 | + } |
|
| 2231 | + |
|
| 2232 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2233 | + ?> |
|
| 2234 | 2234 | |
| 2235 | 2235 | <li class="text" id="licontainer_<?php echo $result_str;?>"> |
| 2236 | 2236 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
@@ -2239,7 +2239,7 @@ discard block |
||
| 2239 | 2239 | ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
| 2240 | 2240 | <?php |
| 2241 | 2241 | |
| 2242 | - ?> |
|
| 2242 | + ?> |
|
| 2243 | 2243 | |
| 2244 | 2244 | <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
| 2245 | 2245 | onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
@@ -2254,17 +2254,17 @@ discard block |
||
| 2254 | 2254 | |
| 2255 | 2255 | <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
| 2256 | 2256 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2257 | - echo 'block;'; |
|
| 2258 | - } else {
|
|
| 2259 | - echo 'none;'; |
|
| 2260 | - } ?>"> |
|
| 2257 | + echo 'block;'; |
|
| 2258 | + } else {
|
|
| 2259 | + echo 'none;'; |
|
| 2260 | + } ?>"> |
|
| 2261 | 2261 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2262 | 2262 | <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
| 2263 | 2263 | <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
| 2264 | 2264 | <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
| 2265 | 2265 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2266 | - echo $field_info->data_type; |
|
| 2267 | - }?>"/> |
|
| 2266 | + echo $field_info->data_type; |
|
| 2267 | + }?>"/> |
|
| 2268 | 2268 | <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
| 2269 | 2269 | |
| 2270 | 2270 | |
@@ -2287,14 +2287,14 @@ discard block |
||
| 2287 | 2287 | |
| 2288 | 2288 | <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
| 2289 | 2289 | <?php if ($value == '1') {
|
| 2290 | - echo 'checked'; |
|
| 2291 | - } ?>/> |
|
| 2290 | + echo 'checked'; |
|
| 2291 | + } ?>/> |
|
| 2292 | 2292 | <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2293 | 2293 | |
| 2294 | 2294 | <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
| 2295 | 2295 | <?php if ($value == '0' || !$value) {
|
| 2296 | - echo 'checked'; |
|
| 2297 | - } ?>/> |
|
| 2296 | + echo 'checked'; |
|
| 2297 | + } ?>/> |
|
| 2298 | 2298 | <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2299 | 2299 | |
| 2300 | 2300 | </div> |
@@ -2331,8 +2331,8 @@ discard block |
||
| 2331 | 2331 | |
| 2332 | 2332 | <input type="radio" name="is_default" |
| 2333 | 2333 | value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
| 2334 | - echo 'checked="checked"'; |
|
| 2335 | - } ?>/> |
|
| 2334 | + echo 'checked="checked"'; |
|
| 2335 | + } ?>/> |
|
| 2336 | 2336 | </div> |
| 2337 | 2337 | |
| 2338 | 2338 | </li> |
@@ -2352,14 +2352,14 @@ discard block |
||
| 2352 | 2352 | |
| 2353 | 2353 | <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
| 2354 | 2354 | <?php if ($value == '1') {
|
| 2355 | - echo 'checked'; |
|
| 2356 | - } ?>/> |
|
| 2355 | + echo 'checked'; |
|
| 2356 | + } ?>/> |
|
| 2357 | 2357 | <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2358 | 2358 | |
| 2359 | 2359 | <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
| 2360 | 2360 | <?php if ($value == '0' || !$value) {
|
| 2361 | - echo 'checked'; |
|
| 2362 | - } ?>/> |
|
| 2361 | + echo 'checked'; |
|
| 2362 | + } ?>/> |
|
| 2363 | 2363 | <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2364 | 2364 | |
| 2365 | 2365 | </div> |
@@ -2395,8 +2395,8 @@ discard block |
||
| 2395 | 2395 | |
| 2396 | 2396 | <input type="radio" name="is_default" |
| 2397 | 2397 | value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
| 2398 | - echo 'checked="checked"'; |
|
| 2399 | - } ?>/> |
|
| 2398 | + echo 'checked="checked"'; |
|
| 2399 | + } ?>/> |
|
| 2400 | 2400 | </div> |
| 2401 | 2401 | |
| 2402 | 2402 | </li> |
@@ -2438,8 +2438,8 @@ discard block |
||
| 2438 | 2438 | |
| 2439 | 2439 | <input type="checkbox" name="is_default" |
| 2440 | 2440 | value="<?php echo $field_type; ?>" <?php if (isset($value) && $value == '1') {
|
| 2441 | - echo 'checked="checked"'; |
|
| 2442 | - } ?>/> |
|
| 2441 | + echo 'checked="checked"'; |
|
| 2442 | + } ?>/> |
|
| 2443 | 2443 | </div> |
| 2444 | 2444 | |
| 2445 | 2445 | |
@@ -2462,14 +2462,14 @@ discard block |
||
| 2462 | 2462 | |
| 2463 | 2463 | <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
| 2464 | 2464 | <?php if ($value == '1') {
|
| 2465 | - echo 'checked'; |
|
| 2466 | - } ?>/> |
|
| 2465 | + echo 'checked'; |
|
| 2466 | + } ?>/> |
|
| 2467 | 2467 | <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2468 | 2468 | |
| 2469 | 2469 | <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
| 2470 | 2470 | <?php if ($value == '0' || !$value) {
|
| 2471 | - echo 'checked'; |
|
| 2472 | - } ?>/> |
|
| 2471 | + echo 'checked'; |
|
| 2472 | + } ?>/> |
|
| 2473 | 2473 | <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2474 | 2474 | |
| 2475 | 2475 | </div> |
@@ -2479,8 +2479,8 @@ discard block |
||
| 2479 | 2479 | |
| 2480 | 2480 | <input type="hidden" readonly="readonly" name="sort_order" id="sort_order" |
| 2481 | 2481 | value="<?php if (isset($field_info->sort_order)) {
|
| 2482 | - echo esc_attr($field_info->sort_order); |
|
| 2483 | - }?>" size="50"/> |
|
| 2482 | + echo esc_attr($field_info->sort_order); |
|
| 2483 | + }?>" size="50"/> |
|
| 2484 | 2484 | |
| 2485 | 2485 | |
| 2486 | 2486 | |
@@ -2504,38 +2504,38 @@ discard block |
||
| 2504 | 2504 | </form> |
| 2505 | 2505 | </li> <?php |
| 2506 | 2506 | |
| 2507 | - } |
|
| 2507 | + } |
|
| 2508 | 2508 | } |
| 2509 | 2509 | |
| 2510 | 2510 | if (!function_exists('check_field_visibility')) {
|
| 2511 | - /** |
|
| 2512 | - * Check field visibility as per price package. |
|
| 2513 | - * |
|
| 2514 | - * @since 1.0.0 |
|
| 2515 | - * @package GeoDirectory |
|
| 2516 | - * @global object $wpdb WordPress Database object. |
|
| 2517 | - * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2518 | - * @param int|string $package_id The package ID. |
|
| 2519 | - * @param string $field_name The field name. |
|
| 2520 | - * @param string $post_type Optional. The wordpress post type. |
|
| 2521 | - * @return bool Returns true when field visible, otherwise false. |
|
| 2522 | - */ |
|
| 2523 | - function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2524 | - {
|
|
| 2525 | - global $wpdb, $geodir_addon_list; |
|
| 2526 | - if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2527 | - return true; |
|
| 2528 | - } |
|
| 2529 | - if (!$package_id || !$field_name || !$post_type) {
|
|
| 2530 | - return true; |
|
| 2531 | - } |
|
| 2532 | - $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2533 | - |
|
| 2534 | - if ($wpdb->get_var($sql)) {
|
|
| 2535 | - return true; |
|
| 2536 | - } |
|
| 2537 | - return false; |
|
| 2538 | - } |
|
| 2511 | + /** |
|
| 2512 | + * Check field visibility as per price package. |
|
| 2513 | + * |
|
| 2514 | + * @since 1.0.0 |
|
| 2515 | + * @package GeoDirectory |
|
| 2516 | + * @global object $wpdb WordPress Database object. |
|
| 2517 | + * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2518 | + * @param int|string $package_id The package ID. |
|
| 2519 | + * @param string $field_name The field name. |
|
| 2520 | + * @param string $post_type Optional. The wordpress post type. |
|
| 2521 | + * @return bool Returns true when field visible, otherwise false. |
|
| 2522 | + */ |
|
| 2523 | + function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2524 | + {
|
|
| 2525 | + global $wpdb, $geodir_addon_list; |
|
| 2526 | + if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2527 | + return true; |
|
| 2528 | + } |
|
| 2529 | + if (!$package_id || !$field_name || !$post_type) {
|
|
| 2530 | + return true; |
|
| 2531 | + } |
|
| 2532 | + $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2533 | + |
|
| 2534 | + if ($wpdb->get_var($sql)) {
|
|
| 2535 | + return true; |
|
| 2536 | + } |
|
| 2537 | + return false; |
|
| 2538 | + } |
|
| 2539 | 2539 | } |
| 2540 | 2540 | |
| 2541 | 2541 | /** |
@@ -2551,43 +2551,43 @@ discard block |
||
| 2551 | 2551 | */ |
| 2552 | 2552 | function geodir_string_to_options($input = '', $translated = false) |
| 2553 | 2553 | {
|
| 2554 | - $return = array(); |
|
| 2555 | - if ($input != '') {
|
|
| 2556 | - $input = trim($input); |
|
| 2557 | - $input = rtrim($input, ","); |
|
| 2558 | - $input = ltrim($input, ","); |
|
| 2559 | - $input = trim($input); |
|
| 2560 | - } |
|
| 2561 | - |
|
| 2562 | - $input_arr = explode(',', $input);
|
|
| 2563 | - |
|
| 2564 | - if (!empty($input_arr)) {
|
|
| 2565 | - foreach ($input_arr as $input_str) {
|
|
| 2566 | - $input_str = trim($input_str); |
|
| 2567 | - |
|
| 2568 | - if (strpos($input_str, "/") !== false) {
|
|
| 2569 | - $input_str = explode("/", $input_str, 2);
|
|
| 2570 | - $label = trim($input_str[0]); |
|
| 2571 | - if ($translated && $label != '') {
|
|
| 2572 | - $label = __($label, 'geodirectory'); |
|
| 2573 | - } |
|
| 2574 | - $label = ucfirst($label); |
|
| 2575 | - $value = trim($input_str[1]); |
|
| 2576 | - } else {
|
|
| 2577 | - $value = $input_str; |
|
| 2578 | - if ($translated && $input_str != '') {
|
|
| 2579 | - $input_str = __($input_str, 'geodirectory'); |
|
| 2580 | - } |
|
| 2581 | - $label = ucfirst($input_str); |
|
| 2582 | - } |
|
| 2583 | - |
|
| 2584 | - if ($label != '') {
|
|
| 2585 | - $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2586 | - } |
|
| 2587 | - } |
|
| 2588 | - } |
|
| 2589 | - |
|
| 2590 | - return $return; |
|
| 2554 | + $return = array(); |
|
| 2555 | + if ($input != '') {
|
|
| 2556 | + $input = trim($input); |
|
| 2557 | + $input = rtrim($input, ","); |
|
| 2558 | + $input = ltrim($input, ","); |
|
| 2559 | + $input = trim($input); |
|
| 2560 | + } |
|
| 2561 | + |
|
| 2562 | + $input_arr = explode(',', $input);
|
|
| 2563 | + |
|
| 2564 | + if (!empty($input_arr)) {
|
|
| 2565 | + foreach ($input_arr as $input_str) {
|
|
| 2566 | + $input_str = trim($input_str); |
|
| 2567 | + |
|
| 2568 | + if (strpos($input_str, "/") !== false) {
|
|
| 2569 | + $input_str = explode("/", $input_str, 2);
|
|
| 2570 | + $label = trim($input_str[0]); |
|
| 2571 | + if ($translated && $label != '') {
|
|
| 2572 | + $label = __($label, 'geodirectory'); |
|
| 2573 | + } |
|
| 2574 | + $label = ucfirst($label); |
|
| 2575 | + $value = trim($input_str[1]); |
|
| 2576 | + } else {
|
|
| 2577 | + $value = $input_str; |
|
| 2578 | + if ($translated && $input_str != '') {
|
|
| 2579 | + $input_str = __($input_str, 'geodirectory'); |
|
| 2580 | + } |
|
| 2581 | + $label = ucfirst($input_str); |
|
| 2582 | + } |
|
| 2583 | + |
|
| 2584 | + if ($label != '') {
|
|
| 2585 | + $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2586 | + } |
|
| 2587 | + } |
|
| 2588 | + } |
|
| 2589 | + |
|
| 2590 | + return $return; |
|
| 2591 | 2591 | } |
| 2592 | 2592 | |
| 2593 | 2593 | /** |
@@ -2602,66 +2602,66 @@ discard block |
||
| 2602 | 2602 | */ |
| 2603 | 2603 | function geodir_string_values_to_options($option_values = '', $translated = false) |
| 2604 | 2604 | {
|
| 2605 | - $options = array(); |
|
| 2606 | - if ($option_values == '') {
|
|
| 2607 | - return NULL; |
|
| 2608 | - } |
|
| 2609 | - |
|
| 2610 | - if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2611 | - $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2612 | - |
|
| 2613 | - foreach ($option_values_arr as $optgroup) {
|
|
| 2614 | - if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2615 | - $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2616 | - |
|
| 2617 | - $count = 0; |
|
| 2618 | - foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2619 | - $count++; |
|
| 2620 | - $optgroup_str = trim($optgroup_str); |
|
| 2621 | - |
|
| 2622 | - $optgroup_label = ''; |
|
| 2623 | - if (strpos($optgroup_str, "|") !== false) {
|
|
| 2624 | - $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2625 | - $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2626 | - if ($translated && $optgroup_label != '') {
|
|
| 2627 | - $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2628 | - } |
|
| 2629 | - $optgroup_label = ucfirst($optgroup_label); |
|
| 2630 | - $optgroup_str = $optgroup_str_arr[1]; |
|
| 2631 | - } |
|
| 2632 | - |
|
| 2633 | - $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2634 | - |
|
| 2635 | - if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2636 | - $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2637 | - $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2638 | - $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2639 | - } |
|
| 2640 | - $options = array_merge($options, $optgroup3); |
|
| 2641 | - } |
|
| 2642 | - } else {
|
|
| 2643 | - $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2644 | - $options = array_merge($options, $optgroup1); |
|
| 2645 | - } |
|
| 2646 | - } |
|
| 2647 | - } else {
|
|
| 2648 | - $options = geodir_string_to_options($option_values, $translated); |
|
| 2649 | - } |
|
| 2650 | - |
|
| 2651 | - return $options; |
|
| 2605 | + $options = array(); |
|
| 2606 | + if ($option_values == '') {
|
|
| 2607 | + return NULL; |
|
| 2608 | + } |
|
| 2609 | + |
|
| 2610 | + if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2611 | + $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2612 | + |
|
| 2613 | + foreach ($option_values_arr as $optgroup) {
|
|
| 2614 | + if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2615 | + $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2616 | + |
|
| 2617 | + $count = 0; |
|
| 2618 | + foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2619 | + $count++; |
|
| 2620 | + $optgroup_str = trim($optgroup_str); |
|
| 2621 | + |
|
| 2622 | + $optgroup_label = ''; |
|
| 2623 | + if (strpos($optgroup_str, "|") !== false) {
|
|
| 2624 | + $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2625 | + $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2626 | + if ($translated && $optgroup_label != '') {
|
|
| 2627 | + $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2628 | + } |
|
| 2629 | + $optgroup_label = ucfirst($optgroup_label); |
|
| 2630 | + $optgroup_str = $optgroup_str_arr[1]; |
|
| 2631 | + } |
|
| 2632 | + |
|
| 2633 | + $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2634 | + |
|
| 2635 | + if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2636 | + $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2637 | + $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2638 | + $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2639 | + } |
|
| 2640 | + $options = array_merge($options, $optgroup3); |
|
| 2641 | + } |
|
| 2642 | + } else {
|
|
| 2643 | + $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2644 | + $options = array_merge($options, $optgroup1); |
|
| 2645 | + } |
|
| 2646 | + } |
|
| 2647 | + } else {
|
|
| 2648 | + $options = geodir_string_to_options($option_values, $translated); |
|
| 2649 | + } |
|
| 2650 | + |
|
| 2651 | + return $options; |
|
| 2652 | 2652 | } |
| 2653 | 2653 | |
| 2654 | 2654 | |
| 2655 | 2655 | function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
| 2656 | - ob_start(); |
|
| 2657 | - |
|
| 2658 | - $dt_value = ''; |
|
| 2659 | - if (isset($field_info->data_type)) {
|
|
| 2660 | - $dt_value = esc_attr($field_info->data_type); |
|
| 2661 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2662 | - $dt_value = $cf['defaults']['data_type']; |
|
| 2663 | - } |
|
| 2664 | - ?> |
|
| 2656 | + ob_start(); |
|
| 2657 | + |
|
| 2658 | + $dt_value = ''; |
|
| 2659 | + if (isset($field_info->data_type)) {
|
|
| 2660 | + $dt_value = esc_attr($field_info->data_type); |
|
| 2661 | + }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2662 | + $dt_value = $cf['defaults']['data_type']; |
|
| 2663 | + } |
|
| 2664 | + ?> |
|
| 2665 | 2665 | <li> |
| 2666 | 2666 | <label for="data_type"><?php _e('Field Data Type ? :', 'geodirectory'); ?></label>
|
| 2667 | 2667 | <div class="gd-cf-input-wrap"> |
@@ -2670,16 +2670,16 @@ discard block |
||
| 2670 | 2670 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2671 | 2671 | <option |
| 2672 | 2672 | value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
| 2673 | - echo 'selected="selected"'; |
|
| 2674 | - } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2673 | + echo 'selected="selected"'; |
|
| 2674 | + } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2675 | 2675 | <option |
| 2676 | 2676 | value="INT" <?php if ($dt_value == 'INT') {
|
| 2677 | - echo 'selected="selected"'; |
|
| 2678 | - } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2677 | + echo 'selected="selected"'; |
|
| 2678 | + } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2679 | 2679 | <option |
| 2680 | 2680 | value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
| 2681 | - echo 'selected="selected"'; |
|
| 2682 | - } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2681 | + echo 'selected="selected"'; |
|
| 2682 | + } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2683 | 2683 | </select> |
| 2684 | 2684 | <br/> <span><?php _e('Select Custom Field type', 'geodirectory'); ?></span>
|
| 2685 | 2685 | |
@@ -2687,13 +2687,13 @@ discard block |
||
| 2687 | 2687 | </li> |
| 2688 | 2688 | |
| 2689 | 2689 | <?php |
| 2690 | - $value = ''; |
|
| 2691 | - if (isset($field_info->decimal_point)) {
|
|
| 2692 | - $value = esc_attr($field_info->decimal_point); |
|
| 2693 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2694 | - $value = $cf['defaults']['decimal_point']; |
|
| 2695 | - } |
|
| 2696 | - ?> |
|
| 2690 | + $value = ''; |
|
| 2691 | + if (isset($field_info->decimal_point)) {
|
|
| 2692 | + $value = esc_attr($field_info->decimal_point); |
|
| 2693 | + }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2694 | + $value = $cf['defaults']['decimal_point']; |
|
| 2695 | + } |
|
| 2696 | + ?> |
|
| 2697 | 2697 | |
| 2698 | 2698 | <li class="decimal-point-wrapper" |
| 2699 | 2699 | style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
@@ -2702,7 +2702,7 @@ discard block |
||
| 2702 | 2702 | <select name="decimal_point" id="decimal_point"> |
| 2703 | 2703 | <option value=""><?php echo _e('Select', 'geodirectory'); ?></option>
|
| 2704 | 2704 | <?php for ($i = 1; $i <= 10; $i++) {
|
| 2705 | - $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2705 | + $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2706 | 2706 | <option value="<?php echo $i; ?>" <?php echo $selected; ?>><?php echo $i; ?></option> |
| 2707 | 2707 | <?php } ?> |
| 2708 | 2708 | </select> |
@@ -2711,8 +2711,8 @@ discard block |
||
| 2711 | 2711 | </li> |
| 2712 | 2712 | <?php |
| 2713 | 2713 | |
| 2714 | - $output = ob_get_clean(); |
|
| 2715 | - return $output; |
|
| 2714 | + $output = ob_get_clean(); |
|
| 2715 | + return $output; |
|
| 2716 | 2716 | } |
| 2717 | 2717 | add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
| 2718 | 2718 | |
@@ -2750,9 +2750,9 @@ discard block |
||
| 2750 | 2750 | |
| 2751 | 2751 | |
| 2752 | 2752 | function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
| 2753 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2754 | - ob_start(); |
|
| 2755 | - ?> |
|
| 2753 | + if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2754 | + ob_start(); |
|
| 2755 | + ?> |
|
| 2756 | 2756 | <li> |
| 2757 | 2757 | <label for="advanced_editor" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show advanced editor :', 'geodirectory'); ?>
|
| 2758 | 2758 | <div class="gdcf-tooltip"> |
@@ -2763,13 +2763,13 @@ discard block |
||
| 2763 | 2763 | <div class="gd-cf-input-wrap"> |
| 2764 | 2764 | |
| 2765 | 2765 | <?php |
| 2766 | - $selected = ''; |
|
| 2767 | - if (isset($field_info->extra_fields)) |
|
| 2768 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2766 | + $selected = ''; |
|
| 2767 | + if (isset($field_info->extra_fields)) |
|
| 2768 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2769 | 2769 | |
| 2770 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2771 | - $selected = 'checked="checked"'; |
|
| 2772 | - ?> |
|
| 2770 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2771 | + $selected = 'checked="checked"'; |
|
| 2772 | + ?> |
|
| 2773 | 2773 | |
| 2774 | 2774 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
| 2775 | 2775 | value="1" <?php echo $selected; ?>/> |
@@ -2778,22 +2778,22 @@ discard block |
||
| 2778 | 2778 | </li> |
| 2779 | 2779 | <?php |
| 2780 | 2780 | |
| 2781 | - $output = ob_get_clean(); |
|
| 2782 | - return $output; |
|
| 2781 | + $output = ob_get_clean(); |
|
| 2782 | + return $output; |
|
| 2783 | 2783 | } |
| 2784 | 2784 | add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
| 2785 | 2785 | |
| 2786 | 2786 | |
| 2787 | 2787 | function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
| 2788 | - ob_start(); |
|
| 2789 | - |
|
| 2790 | - $value = ''; |
|
| 2791 | - if (isset($field_info->validation_pattern)) {
|
|
| 2792 | - $value = esc_attr($field_info->validation_pattern); |
|
| 2793 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2794 | - $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2795 | - } |
|
| 2796 | - ?> |
|
| 2788 | + ob_start(); |
|
| 2789 | + |
|
| 2790 | + $value = ''; |
|
| 2791 | + if (isset($field_info->validation_pattern)) {
|
|
| 2792 | + $value = esc_attr($field_info->validation_pattern); |
|
| 2793 | + }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2794 | + $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2795 | + } |
|
| 2796 | + ?> |
|
| 2797 | 2797 | <li> |
| 2798 | 2798 | <label for="validation_pattern" class="gd-cf-tooltip-wrap"> |
| 2799 | 2799 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Pattern:', 'geodirectory'); ?>
|
@@ -2807,13 +2807,13 @@ discard block |
||
| 2807 | 2807 | </div> |
| 2808 | 2808 | </li> |
| 2809 | 2809 | <?php |
| 2810 | - $value = ''; |
|
| 2811 | - if (isset($field_info->validation_msg)) {
|
|
| 2812 | - $value = esc_attr($field_info->validation_msg); |
|
| 2813 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2814 | - $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2815 | - } |
|
| 2816 | - ?> |
|
| 2810 | + $value = ''; |
|
| 2811 | + if (isset($field_info->validation_msg)) {
|
|
| 2812 | + $value = esc_attr($field_info->validation_msg); |
|
| 2813 | + }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2814 | + $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2815 | + } |
|
| 2816 | + ?> |
|
| 2817 | 2817 | <li> |
| 2818 | 2818 | <label for="validation_msg" class="gd-cf-tooltip-wrap"> |
| 2819 | 2819 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Message:', 'geodirectory'); ?>
|
@@ -2828,21 +2828,21 @@ discard block |
||
| 2828 | 2828 | </li> |
| 2829 | 2829 | <?php |
| 2830 | 2830 | |
| 2831 | - $output = ob_get_clean(); |
|
| 2832 | - return $output; |
|
| 2831 | + $output = ob_get_clean(); |
|
| 2832 | + return $output; |
|
| 2833 | 2833 | } |
| 2834 | 2834 | add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
| 2835 | 2835 | |
| 2836 | 2836 | |
| 2837 | 2837 | function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
| 2838 | - ob_start(); |
|
| 2839 | - global $post_type; |
|
| 2840 | - |
|
| 2841 | - if (!isset($field_info->post_type)) {
|
|
| 2842 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2843 | - } else |
|
| 2844 | - $post_type = $field_info->post_type; |
|
| 2845 | - ?> |
|
| 2838 | + ob_start(); |
|
| 2839 | + global $post_type; |
|
| 2840 | + |
|
| 2841 | + if (!isset($field_info->post_type)) {
|
|
| 2842 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2843 | + } else |
|
| 2844 | + $post_type = $field_info->post_type; |
|
| 2845 | + ?> |
|
| 2846 | 2846 | <li style="display: none;"> |
| 2847 | 2847 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
| 2848 | 2848 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Select taxonomy:', 'geodirectory'); ?>
|
@@ -2853,15 +2853,15 @@ discard block |
||
| 2853 | 2853 | <div class="gd-cf-input-wrap"> |
| 2854 | 2854 | <select name="htmlvar_name" id="htmlvar_name"> |
| 2855 | 2855 | <?php |
| 2856 | - $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2856 | + $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2857 | 2857 | |
| 2858 | - foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2859 | - ?> |
|
| 2858 | + foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2859 | + ?> |
|
| 2860 | 2860 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2861 | - echo 'selected="selected"'; |
|
| 2862 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2863 | - } |
|
| 2864 | - ?> |
|
| 2861 | + echo 'selected="selected"'; |
|
| 2862 | + }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2863 | + } |
|
| 2864 | + ?> |
|
| 2865 | 2865 | </select> |
| 2866 | 2866 | </div> |
| 2867 | 2867 | </li> |
@@ -2877,49 +2877,49 @@ discard block |
||
| 2877 | 2877 | |
| 2878 | 2878 | <select name="cat_display_type" id="cat_display_type"> |
| 2879 | 2879 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2880 | - echo 'selected="selected"'; |
|
| 2881 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2880 | + echo 'selected="selected"'; |
|
| 2881 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2882 | 2882 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2883 | - echo 'selected="selected"'; |
|
| 2884 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2883 | + echo 'selected="selected"'; |
|
| 2884 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2885 | 2885 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2886 | - echo 'selected="selected"'; |
|
| 2887 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2886 | + echo 'selected="selected"'; |
|
| 2887 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2888 | 2888 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2889 | - echo 'selected="selected"'; |
|
| 2890 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2889 | + echo 'selected="selected"'; |
|
| 2890 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2891 | 2891 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2892 | - echo 'selected="selected"'; |
|
| 2893 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2892 | + echo 'selected="selected"'; |
|
| 2893 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2894 | 2894 | </select> |
| 2895 | 2895 | </div> |
| 2896 | 2896 | </li> |
| 2897 | 2897 | <?php |
| 2898 | 2898 | |
| 2899 | - $output = ob_get_clean(); |
|
| 2900 | - return $output; |
|
| 2899 | + $output = ob_get_clean(); |
|
| 2900 | + return $output; |
|
| 2901 | 2901 | } |
| 2902 | 2902 | add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
| 2903 | 2903 | |
| 2904 | 2904 | |
| 2905 | 2905 | function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
| 2906 | 2906 | |
| 2907 | - ob_start(); |
|
| 2908 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2909 | - $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2910 | - } |
|
| 2907 | + ob_start(); |
|
| 2908 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2909 | + $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2910 | + } |
|
| 2911 | 2911 | |
| 2912 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2913 | - ?> |
|
| 2912 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2913 | + ?> |
|
| 2914 | 2914 | <?php |
| 2915 | - /** |
|
| 2916 | - * Called on the add custom fields settings page before the address field is output. |
|
| 2917 | - * |
|
| 2918 | - * @since 1.0.0 |
|
| 2919 | - * @param array $address The address settings array. |
|
| 2920 | - * @param object $field_info Extra fields info. |
|
| 2921 | - */ |
|
| 2922 | - do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2915 | + /** |
|
| 2916 | + * Called on the add custom fields settings page before the address field is output. |
|
| 2917 | + * |
|
| 2918 | + * @since 1.0.0 |
|
| 2919 | + * @param array $address The address settings array. |
|
| 2920 | + * @param object $field_info Extra fields info. |
|
| 2921 | + */ |
|
| 2922 | + do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2923 | 2923 | |
| 2924 | 2924 | <li> |
| 2925 | 2925 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
@@ -2932,14 +2932,14 @@ discard block |
||
| 2932 | 2932 | |
| 2933 | 2933 | <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
| 2934 | 2934 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2935 | - echo 'checked'; |
|
| 2936 | - } ?>/> |
|
| 2935 | + echo 'checked'; |
|
| 2936 | + } ?>/> |
|
| 2937 | 2937 | <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2938 | 2938 | |
| 2939 | 2939 | <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
| 2940 | 2940 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2941 | - echo 'checked'; |
|
| 2942 | - } ?>/> |
|
| 2941 | + echo 'checked'; |
|
| 2942 | + } ?>/> |
|
| 2943 | 2943 | <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2944 | 2944 | |
| 2945 | 2945 | |
@@ -2956,8 +2956,8 @@ discard block |
||
| 2956 | 2956 | <div class="gd-cf-input-wrap"> |
| 2957 | 2957 | <input type="text" name="extra[zip_lable]" id="zip_lable" |
| 2958 | 2958 | value="<?php if (isset($address['zip_lable'])) {
|
| 2959 | - echo esc_attr($address['zip_lable']); |
|
| 2960 | - }?>"/> |
|
| 2959 | + echo esc_attr($address['zip_lable']); |
|
| 2960 | + }?>"/> |
|
| 2961 | 2961 | </div> |
| 2962 | 2962 | </li> |
| 2963 | 2963 | |
@@ -2974,8 +2974,8 @@ discard block |
||
| 2974 | 2974 | <div class="gd-cf-input-wrap"> |
| 2975 | 2975 | <input type="text" name="extra[map_lable]" id="map_lable" |
| 2976 | 2976 | value="<?php if (isset($address['map_lable'])) {
|
| 2977 | - echo esc_attr($address['map_lable']); |
|
| 2978 | - }?>"/> |
|
| 2977 | + echo esc_attr($address['map_lable']); |
|
| 2978 | + }?>"/> |
|
| 2979 | 2979 | </div> |
| 2980 | 2980 | </li> |
| 2981 | 2981 | |
@@ -2990,14 +2990,14 @@ discard block |
||
| 2990 | 2990 | |
| 2991 | 2991 | <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
| 2992 | 2992 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 2993 | - echo 'checked'; |
|
| 2994 | - } ?>/> |
|
| 2993 | + echo 'checked'; |
|
| 2994 | + } ?>/> |
|
| 2995 | 2995 | <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2996 | 2996 | |
| 2997 | 2997 | <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
| 2998 | 2998 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 2999 | - echo 'checked'; |
|
| 3000 | - } ?>/> |
|
| 2999 | + echo 'checked'; |
|
| 3000 | + } ?>/> |
|
| 3001 | 3001 | <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3002 | 3002 | |
| 3003 | 3003 | </div> |
@@ -3014,14 +3014,14 @@ discard block |
||
| 3014 | 3014 | |
| 3015 | 3015 | <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
| 3016 | 3016 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3017 | - echo 'checked'; |
|
| 3018 | - } ?>/> |
|
| 3017 | + echo 'checked'; |
|
| 3018 | + } ?>/> |
|
| 3019 | 3019 | <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3020 | 3020 | |
| 3021 | 3021 | <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
| 3022 | 3022 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3023 | - echo 'checked'; |
|
| 3024 | - } ?>/> |
|
| 3023 | + echo 'checked'; |
|
| 3024 | + } ?>/> |
|
| 3025 | 3025 | <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3026 | 3026 | |
| 3027 | 3027 | </div> |
@@ -3038,8 +3038,8 @@ discard block |
||
| 3038 | 3038 | <div class="gd-cf-input-wrap"> |
| 3039 | 3039 | <input type="text" name="extra[mapview_lable]" id="mapview_lable" |
| 3040 | 3040 | value="<?php if (isset($address['mapview_lable'])) {
|
| 3041 | - echo esc_attr($address['mapview_lable']); |
|
| 3042 | - }?>"/> |
|
| 3041 | + echo esc_attr($address['mapview_lable']); |
|
| 3042 | + }?>"/> |
|
| 3043 | 3043 | </div> |
| 3044 | 3044 | </li> |
| 3045 | 3045 | <li> |
@@ -3053,29 +3053,29 @@ discard block |
||
| 3053 | 3053 | |
| 3054 | 3054 | <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
| 3055 | 3055 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3056 | - echo 'checked'; |
|
| 3057 | - } ?>/> |
|
| 3056 | + echo 'checked'; |
|
| 3057 | + } ?>/> |
|
| 3058 | 3058 | <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3059 | 3059 | |
| 3060 | 3060 | <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
| 3061 | 3061 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3062 | - echo 'checked'; |
|
| 3063 | - } ?>/> |
|
| 3062 | + echo 'checked'; |
|
| 3063 | + } ?>/> |
|
| 3064 | 3064 | <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3065 | 3065 | |
| 3066 | 3066 | </div> |
| 3067 | 3067 | </li> |
| 3068 | 3068 | <?php |
| 3069 | 3069 | |
| 3070 | - $html = ob_get_clean(); |
|
| 3071 | - return $output.$html; |
|
| 3070 | + $html = ob_get_clean(); |
|
| 3071 | + return $output.$html; |
|
| 3072 | 3072 | } |
| 3073 | 3073 | add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
| 3074 | 3074 | |
| 3075 | 3075 | |
| 3076 | 3076 | function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
| 3077 | - ob_start(); |
|
| 3078 | - ?> |
|
| 3077 | + ob_start(); |
|
| 3078 | + ?> |
|
| 3079 | 3079 | <li> |
| 3080 | 3080 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3081 | 3081 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
@@ -3087,14 +3087,14 @@ discard block |
||
| 3087 | 3087 | |
| 3088 | 3088 | <select name="multi_display_type" id="multi_display_type"> |
| 3089 | 3089 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3090 | - echo 'selected="selected"'; |
|
| 3091 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3090 | + echo 'selected="selected"'; |
|
| 3091 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3092 | 3092 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3093 | - echo 'selected="selected"'; |
|
| 3094 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3093 | + echo 'selected="selected"'; |
|
| 3094 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3095 | 3095 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3096 | - echo 'selected="selected"'; |
|
| 3097 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3096 | + echo 'selected="selected"'; |
|
| 3097 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3098 | 3098 | </select> |
| 3099 | 3099 | |
| 3100 | 3100 | <br/> |
@@ -3102,25 +3102,25 @@ discard block |
||
| 3102 | 3102 | </li> |
| 3103 | 3103 | <?php |
| 3104 | 3104 | |
| 3105 | - $html = ob_get_clean(); |
|
| 3106 | - return $output.$html; |
|
| 3105 | + $html = ob_get_clean(); |
|
| 3106 | + return $output.$html; |
|
| 3107 | 3107 | } |
| 3108 | 3108 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
| 3109 | 3109 | |
| 3110 | 3110 | |
| 3111 | 3111 | function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
| 3112 | 3112 | |
| 3113 | - ob_start(); |
|
| 3113 | + ob_start(); |
|
| 3114 | 3114 | |
| 3115 | - $value = ''; |
|
| 3116 | - if (isset($field_info->option_values)) {
|
|
| 3117 | - $value = esc_attr($field_info->option_values); |
|
| 3118 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3119 | - $value = esc_attr($cf['defaults']['option_values']); |
|
| 3120 | - } |
|
| 3115 | + $value = ''; |
|
| 3116 | + if (isset($field_info->option_values)) {
|
|
| 3117 | + $value = esc_attr($field_info->option_values); |
|
| 3118 | + }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3119 | + $value = esc_attr($cf['defaults']['option_values']); |
|
| 3120 | + } |
|
| 3121 | 3121 | |
| 3122 | - $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3123 | - ?> |
|
| 3122 | + $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3123 | + ?> |
|
| 3124 | 3124 | <li> |
| 3125 | 3125 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3126 | 3126 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
@@ -3147,8 +3147,8 @@ discard block |
||
| 3147 | 3147 | </li> |
| 3148 | 3148 | <?php |
| 3149 | 3149 | |
| 3150 | - $html = ob_get_clean(); |
|
| 3151 | - return $output.$html; |
|
| 3150 | + $html = ob_get_clean(); |
|
| 3151 | + return $output.$html; |
|
| 3152 | 3152 | } |
| 3153 | 3153 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
| 3154 | 3154 | add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
@@ -3156,12 +3156,12 @@ discard block |
||
| 3156 | 3156 | |
| 3157 | 3157 | |
| 3158 | 3158 | function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
| 3159 | - ob_start(); |
|
| 3160 | - $extra = array(); |
|
| 3161 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3162 | - $extra = unserialize($field_info->extra_fields); |
|
| 3163 | - } |
|
| 3164 | - ?> |
|
| 3159 | + ob_start(); |
|
| 3160 | + $extra = array(); |
|
| 3161 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3162 | + $extra = unserialize($field_info->extra_fields); |
|
| 3163 | + } |
|
| 3164 | + ?> |
|
| 3165 | 3165 | <li> |
| 3166 | 3166 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3167 | 3167 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
@@ -3171,52 +3171,52 @@ discard block |
||
| 3171 | 3171 | </label> |
| 3172 | 3172 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
| 3173 | 3173 | <?php |
| 3174 | - $date_formats = array( |
|
| 3175 | - 'm/d/Y', |
|
| 3176 | - 'd/m/Y', |
|
| 3177 | - 'Y/m/d', |
|
| 3178 | - 'm-d-Y', |
|
| 3179 | - 'd-m-Y', |
|
| 3180 | - 'Y-m-d', |
|
| 3181 | - 'F j, Y', |
|
| 3182 | - ); |
|
| 3183 | - /** |
|
| 3184 | - * Filter the custom field date format options. |
|
| 3185 | - * |
|
| 3186 | - * @since 1.6.5 |
|
| 3187 | - * @param array $date_formats The PHP date format array. |
|
| 3188 | - */ |
|
| 3189 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3190 | - ?> |
|
| 3174 | + $date_formats = array( |
|
| 3175 | + 'm/d/Y', |
|
| 3176 | + 'd/m/Y', |
|
| 3177 | + 'Y/m/d', |
|
| 3178 | + 'm-d-Y', |
|
| 3179 | + 'd-m-Y', |
|
| 3180 | + 'Y-m-d', |
|
| 3181 | + 'F j, Y', |
|
| 3182 | + ); |
|
| 3183 | + /** |
|
| 3184 | + * Filter the custom field date format options. |
|
| 3185 | + * |
|
| 3186 | + * @since 1.6.5 |
|
| 3187 | + * @param array $date_formats The PHP date format array. |
|
| 3188 | + */ |
|
| 3189 | + $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3190 | + ?> |
|
| 3191 | 3191 | <select name="extra[date_format]" id="date_format"> |
| 3192 | 3192 | <?php |
| 3193 | - foreach($date_formats as $format){
|
|
| 3194 | - $selected = ''; |
|
| 3195 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3196 | - $selected = "selected='selected'"; |
|
| 3197 | - } |
|
| 3198 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3199 | - } |
|
| 3200 | - ?> |
|
| 3193 | + foreach($date_formats as $format){
|
|
| 3194 | + $selected = ''; |
|
| 3195 | + if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3196 | + $selected = "selected='selected'"; |
|
| 3197 | + } |
|
| 3198 | + echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3199 | + } |
|
| 3200 | + ?> |
|
| 3201 | 3201 | </select> |
| 3202 | 3202 | |
| 3203 | 3203 | </div> |
| 3204 | 3204 | </li> |
| 3205 | 3205 | <?php |
| 3206 | 3206 | |
| 3207 | - $html = ob_get_clean(); |
|
| 3208 | - return $output.$html; |
|
| 3207 | + $html = ob_get_clean(); |
|
| 3208 | + return $output.$html; |
|
| 3209 | 3209 | } |
| 3210 | 3210 | add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
| 3211 | 3211 | |
| 3212 | 3212 | |
| 3213 | 3213 | function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
| 3214 | - ob_start(); |
|
| 3215 | - $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3214 | + ob_start(); |
|
| 3215 | + $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3216 | 3216 | |
| 3217 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3218 | - $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3219 | - ?> |
|
| 3217 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3218 | + $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3219 | + ?> |
|
| 3220 | 3220 | <li> |
| 3221 | 3221 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3222 | 3222 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
@@ -3239,33 +3239,33 @@ discard block |
||
| 3239 | 3239 | </li> |
| 3240 | 3240 | <?php |
| 3241 | 3241 | |
| 3242 | - $html = ob_get_clean(); |
|
| 3243 | - return $output.$html; |
|
| 3242 | + $html = ob_get_clean(); |
|
| 3243 | + return $output.$html; |
|
| 3244 | 3244 | } |
| 3245 | 3245 | add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
| 3246 | 3246 | |
| 3247 | 3247 | function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
| 3248 | - ob_start(); |
|
| 3248 | + ob_start(); |
|
| 3249 | 3249 | |
| 3250 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3250 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3251 | 3251 | // print_r($cf);echo '###'; |
| 3252 | 3252 | |
| 3253 | 3253 | |
| 3254 | 3254 | |
| 3255 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3255 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3256 | 3256 | |
| 3257 | 3257 | |
| 3258 | - $value = ''; |
|
| 3259 | - if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3260 | - $value = esc_attr($extra_fields['is_price']); |
|
| 3261 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3262 | - $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3263 | - } |
|
| 3258 | + $value = ''; |
|
| 3259 | + if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3260 | + $value = esc_attr($extra_fields['is_price']); |
|
| 3261 | + }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3262 | + $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3263 | + } |
|
| 3264 | 3264 | |
| 3265 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3265 | + $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3266 | 3266 | |
| 3267 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3268 | - ?> |
|
| 3267 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3268 | + ?> |
|
| 3269 | 3269 | <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
| 3270 | 3270 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3271 | 3271 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
@@ -3277,14 +3277,14 @@ discard block |
||
| 3277 | 3277 | |
| 3278 | 3278 | <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
| 3279 | 3279 | <?php if ($value == '1') {
|
| 3280 | - echo 'checked'; |
|
| 3281 | - } ?>/> |
|
| 3280 | + echo 'checked'; |
|
| 3281 | + } ?>/> |
|
| 3282 | 3282 | <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3283 | 3283 | |
| 3284 | 3284 | <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
| 3285 | 3285 | <?php if ($value == '0' || !$value) {
|
| 3286 | - echo 'checked'; |
|
| 3287 | - } ?>/> |
|
| 3286 | + echo 'checked'; |
|
| 3287 | + } ?>/> |
|
| 3288 | 3288 | <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3289 | 3289 | |
| 3290 | 3290 | </div> |
@@ -3292,13 +3292,13 @@ discard block |
||
| 3292 | 3292 | |
| 3293 | 3293 | <?php |
| 3294 | 3294 | |
| 3295 | - $value = ''; |
|
| 3296 | - if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3297 | - $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3298 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3299 | - $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3300 | - } |
|
| 3301 | - ?> |
|
| 3295 | + $value = ''; |
|
| 3296 | + if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3297 | + $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3298 | + }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3299 | + $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3300 | + } |
|
| 3301 | + ?> |
|
| 3302 | 3302 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3303 | 3303 | <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
| 3304 | 3304 | <div class="gdcf-tooltip"> |
@@ -3319,13 +3319,13 @@ discard block |
||
| 3319 | 3319 | |
| 3320 | 3320 | <?php |
| 3321 | 3321 | |
| 3322 | - $value = ''; |
|
| 3323 | - if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3324 | - $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3325 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3326 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3327 | - } |
|
| 3328 | - ?> |
|
| 3322 | + $value = ''; |
|
| 3323 | + if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3324 | + $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3325 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3326 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3327 | + } |
|
| 3328 | + ?> |
|
| 3329 | 3329 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3330 | 3330 | <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
| 3331 | 3331 | <div class="gdcf-tooltip"> |
@@ -3342,13 +3342,13 @@ discard block |
||
| 3342 | 3342 | |
| 3343 | 3343 | <?php |
| 3344 | 3344 | |
| 3345 | - $value = ''; |
|
| 3346 | - if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3347 | - $value = esc_attr($extra_fields['decimal_display']); |
|
| 3348 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3349 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3350 | - } |
|
| 3351 | - ?> |
|
| 3345 | + $value = ''; |
|
| 3346 | + if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3347 | + $value = esc_attr($extra_fields['decimal_display']); |
|
| 3348 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3349 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3350 | + } |
|
| 3351 | + ?> |
|
| 3352 | 3352 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3353 | 3353 | <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
| 3354 | 3354 | <div class="gdcf-tooltip"> |
@@ -3365,13 +3365,13 @@ discard block |
||
| 3365 | 3365 | |
| 3366 | 3366 | <?php |
| 3367 | 3367 | |
| 3368 | - $value = ''; |
|
| 3369 | - if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3370 | - $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3371 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3372 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3373 | - } |
|
| 3374 | - ?> |
|
| 3368 | + $value = ''; |
|
| 3369 | + if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3370 | + $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3371 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3372 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3373 | + } |
|
| 3374 | + ?> |
|
| 3375 | 3375 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3376 | 3376 | <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
| 3377 | 3377 | <div class="gdcf-tooltip"> |
@@ -3386,13 +3386,13 @@ discard block |
||
| 3386 | 3386 | |
| 3387 | 3387 | <?php |
| 3388 | 3388 | |
| 3389 | - $value = ''; |
|
| 3390 | - if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3391 | - $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3392 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3393 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3394 | - } |
|
| 3395 | - ?> |
|
| 3389 | + $value = ''; |
|
| 3390 | + if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3391 | + $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3392 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3393 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3394 | + } |
|
| 3395 | + ?> |
|
| 3396 | 3396 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3397 | 3397 | <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory');?>
|
| 3398 | 3398 | <div class="gdcf-tooltip"> |
@@ -3410,225 +3410,225 @@ discard block |
||
| 3410 | 3410 | |
| 3411 | 3411 | <?php |
| 3412 | 3412 | |
| 3413 | - $html = ob_get_clean(); |
|
| 3414 | - return $output.$html; |
|
| 3413 | + $html = ob_get_clean(); |
|
| 3414 | + return $output.$html; |
|
| 3415 | 3415 | } |
| 3416 | 3416 | add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
| 3417 | 3417 | |
| 3418 | 3418 | function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
| 3419 | - $fields = array(); |
|
| 3420 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3421 | - |
|
| 3422 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3423 | - 'data_type' => 'VARCHAR', |
|
| 3424 | - 'field_type' => 'taxonomy', |
|
| 3425 | - 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3426 | - 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3427 | - 'site_title' => __('Category', 'geodirectory'),
|
|
| 3428 | - 'htmlvar_name' => $post_type.'category', |
|
| 3429 | - 'default_value' => '', |
|
| 3430 | - 'is_default' => '1', |
|
| 3431 | - 'is_admin' => '1', |
|
| 3432 | - 'is_required' => '1', |
|
| 3433 | - 'show_in' => '[detail]', |
|
| 3434 | - 'show_on_pkg' => $package, |
|
| 3435 | - 'clabels' => __('Category', 'geodirectory'));
|
|
| 3436 | - |
|
| 3437 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3438 | - 'data_type' => 'VARCHAR', |
|
| 3439 | - 'field_type' => 'address', |
|
| 3440 | - 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3441 | - 'admin_desc' => ADDRESS_MSG, |
|
| 3442 | - 'site_title' => __('Address', 'geodirectory'),
|
|
| 3443 | - 'htmlvar_name' => 'post', |
|
| 3444 | - 'default_value' => '', |
|
| 3445 | - 'option_values' => '', |
|
| 3446 | - 'is_default' => '1', |
|
| 3447 | - 'is_admin' => '1', |
|
| 3448 | - 'is_required' => '1', |
|
| 3449 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3450 | - 'show_on_pkg' => $package, |
|
| 3451 | - 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3452 | - 'clabels' => __('Address', 'geodirectory'),
|
|
| 3453 | - 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3454 | - 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3455 | - 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3456 | - 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3457 | - 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3458 | - 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3459 | - 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3460 | - 'show_latlng' => 1)); |
|
| 3461 | - |
|
| 3462 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3463 | - 'data_type' => 'VARCHAR', |
|
| 3464 | - 'field_type' => 'text', |
|
| 3465 | - 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3466 | - 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3467 | - 'site_title' => __('Time', 'geodirectory'),
|
|
| 3468 | - 'htmlvar_name' => 'timing', |
|
| 3469 | - 'default_value' => '', |
|
| 3470 | - 'option_values' => '', |
|
| 3471 | - 'is_default' => '1', |
|
| 3472 | - 'is_admin' => '1', |
|
| 3473 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3474 | - 'show_on_pkg' => $package, |
|
| 3475 | - 'clabels' => __('Time', 'geodirectory'));
|
|
| 3476 | - |
|
| 3477 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3478 | - 'data_type' => 'VARCHAR', |
|
| 3479 | - 'field_type' => 'phone', |
|
| 3480 | - 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3481 | - 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3482 | - 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3483 | - 'htmlvar_name' => 'contact', |
|
| 3484 | - 'default_value' => '', |
|
| 3485 | - 'option_values' => '', |
|
| 3486 | - 'is_default' => '1', |
|
| 3487 | - 'is_admin' => '1', |
|
| 3488 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3489 | - 'show_on_pkg' => $package, |
|
| 3490 | - 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3491 | - |
|
| 3492 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3493 | - 'data_type' => 'VARCHAR', |
|
| 3494 | - 'field_type' => 'email', |
|
| 3495 | - 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3496 | - 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3497 | - 'site_title' => __('Email', 'geodirectory'),
|
|
| 3498 | - 'htmlvar_name' => 'email', |
|
| 3499 | - 'default_value' => '', |
|
| 3500 | - 'option_values' => '', |
|
| 3501 | - 'is_default' => '1', |
|
| 3502 | - 'is_admin' => '1', |
|
| 3503 | - 'show_in' => '[detail]', |
|
| 3504 | - 'show_on_pkg' => $package, |
|
| 3505 | - 'clabels' => __('Email', 'geodirectory'));
|
|
| 3506 | - |
|
| 3507 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3508 | - 'data_type' => 'VARCHAR', |
|
| 3509 | - 'field_type' => 'url', |
|
| 3510 | - 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3511 | - 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3512 | - 'site_title' => __('Website', 'geodirectory'),
|
|
| 3513 | - 'htmlvar_name' => 'website', |
|
| 3514 | - 'default_value' => '', |
|
| 3515 | - 'option_values' => '', |
|
| 3516 | - 'is_default' => '1', |
|
| 3517 | - 'is_admin' => '1', |
|
| 3518 | - 'show_in' => '[detail]', |
|
| 3519 | - 'show_on_pkg' => $package, |
|
| 3520 | - 'clabels' => __('Website', 'geodirectory'));
|
|
| 3521 | - |
|
| 3522 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3523 | - 'data_type' => 'VARCHAR', |
|
| 3524 | - 'field_type' => 'url', |
|
| 3525 | - 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3526 | - 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3527 | - 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3528 | - 'htmlvar_name' => 'twitter', |
|
| 3529 | - 'default_value' => '', |
|
| 3530 | - 'option_values' => '', |
|
| 3531 | - 'is_default' => '1', |
|
| 3532 | - 'is_admin' => '1', |
|
| 3533 | - 'show_in' => '[detail]', |
|
| 3534 | - 'show_on_pkg' => $package, |
|
| 3535 | - 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3536 | - |
|
| 3537 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3538 | - 'data_type' => 'VARCHAR', |
|
| 3539 | - 'field_type' => 'url', |
|
| 3540 | - 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3541 | - 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3542 | - 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3543 | - 'htmlvar_name' => 'facebook', |
|
| 3544 | - 'default_value' => '', |
|
| 3545 | - 'option_values' => '', |
|
| 3546 | - 'is_default' => '1', |
|
| 3547 | - 'is_admin' => '1', |
|
| 3548 | - 'show_in' => '[detail]', |
|
| 3549 | - 'show_on_pkg' => $package, |
|
| 3550 | - 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3551 | - |
|
| 3552 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3553 | - 'data_type' => 'TEXT', |
|
| 3554 | - 'field_type' => 'textarea', |
|
| 3555 | - 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3556 | - 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3557 | - 'site_title' => __('Video', 'geodirectory'),
|
|
| 3558 | - 'htmlvar_name' => 'video', |
|
| 3559 | - 'default_value' => '', |
|
| 3560 | - 'option_values' => '', |
|
| 3561 | - 'is_default' => '0', |
|
| 3562 | - 'is_admin' => '1', |
|
| 3563 | - 'show_in' => '[owntab]', |
|
| 3564 | - 'show_on_pkg' => $package, |
|
| 3565 | - 'clabels' => __('Video', 'geodirectory'));
|
|
| 3566 | - |
|
| 3567 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3568 | - 'data_type' => 'TEXT', |
|
| 3569 | - 'field_type' => 'textarea', |
|
| 3570 | - 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3571 | - 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3572 | - 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3573 | - 'htmlvar_name' => 'special_offers', |
|
| 3574 | - 'default_value' => '', |
|
| 3575 | - 'option_values' => '', |
|
| 3576 | - 'is_default' => '0', |
|
| 3577 | - 'is_admin' => '1', |
|
| 3578 | - 'show_in' => '[owntab]', |
|
| 3579 | - 'show_on_pkg' => $package, |
|
| 3580 | - 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3581 | - |
|
| 3582 | - /** |
|
| 3583 | - * Filter the array of default custom fields DB table data. |
|
| 3584 | - * |
|
| 3585 | - * @since 1.6.6 |
|
| 3586 | - * @param string $fields The default custom fields as an array. |
|
| 3587 | - */ |
|
| 3588 | - $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3589 | - |
|
| 3590 | - return $fields; |
|
| 3419 | + $fields = array(); |
|
| 3420 | + $package = ($package_id=='') ? '' : array($package_id); |
|
| 3421 | + |
|
| 3422 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3423 | + 'data_type' => 'VARCHAR', |
|
| 3424 | + 'field_type' => 'taxonomy', |
|
| 3425 | + 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3426 | + 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3427 | + 'site_title' => __('Category', 'geodirectory'),
|
|
| 3428 | + 'htmlvar_name' => $post_type.'category', |
|
| 3429 | + 'default_value' => '', |
|
| 3430 | + 'is_default' => '1', |
|
| 3431 | + 'is_admin' => '1', |
|
| 3432 | + 'is_required' => '1', |
|
| 3433 | + 'show_in' => '[detail]', |
|
| 3434 | + 'show_on_pkg' => $package, |
|
| 3435 | + 'clabels' => __('Category', 'geodirectory'));
|
|
| 3436 | + |
|
| 3437 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3438 | + 'data_type' => 'VARCHAR', |
|
| 3439 | + 'field_type' => 'address', |
|
| 3440 | + 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3441 | + 'admin_desc' => ADDRESS_MSG, |
|
| 3442 | + 'site_title' => __('Address', 'geodirectory'),
|
|
| 3443 | + 'htmlvar_name' => 'post', |
|
| 3444 | + 'default_value' => '', |
|
| 3445 | + 'option_values' => '', |
|
| 3446 | + 'is_default' => '1', |
|
| 3447 | + 'is_admin' => '1', |
|
| 3448 | + 'is_required' => '1', |
|
| 3449 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3450 | + 'show_on_pkg' => $package, |
|
| 3451 | + 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3452 | + 'clabels' => __('Address', 'geodirectory'),
|
|
| 3453 | + 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3454 | + 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3455 | + 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3456 | + 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3457 | + 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3458 | + 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3459 | + 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3460 | + 'show_latlng' => 1)); |
|
| 3461 | + |
|
| 3462 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3463 | + 'data_type' => 'VARCHAR', |
|
| 3464 | + 'field_type' => 'text', |
|
| 3465 | + 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3466 | + 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3467 | + 'site_title' => __('Time', 'geodirectory'),
|
|
| 3468 | + 'htmlvar_name' => 'timing', |
|
| 3469 | + 'default_value' => '', |
|
| 3470 | + 'option_values' => '', |
|
| 3471 | + 'is_default' => '1', |
|
| 3472 | + 'is_admin' => '1', |
|
| 3473 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3474 | + 'show_on_pkg' => $package, |
|
| 3475 | + 'clabels' => __('Time', 'geodirectory'));
|
|
| 3476 | + |
|
| 3477 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3478 | + 'data_type' => 'VARCHAR', |
|
| 3479 | + 'field_type' => 'phone', |
|
| 3480 | + 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3481 | + 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3482 | + 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3483 | + 'htmlvar_name' => 'contact', |
|
| 3484 | + 'default_value' => '', |
|
| 3485 | + 'option_values' => '', |
|
| 3486 | + 'is_default' => '1', |
|
| 3487 | + 'is_admin' => '1', |
|
| 3488 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3489 | + 'show_on_pkg' => $package, |
|
| 3490 | + 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3491 | + |
|
| 3492 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3493 | + 'data_type' => 'VARCHAR', |
|
| 3494 | + 'field_type' => 'email', |
|
| 3495 | + 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3496 | + 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3497 | + 'site_title' => __('Email', 'geodirectory'),
|
|
| 3498 | + 'htmlvar_name' => 'email', |
|
| 3499 | + 'default_value' => '', |
|
| 3500 | + 'option_values' => '', |
|
| 3501 | + 'is_default' => '1', |
|
| 3502 | + 'is_admin' => '1', |
|
| 3503 | + 'show_in' => '[detail]', |
|
| 3504 | + 'show_on_pkg' => $package, |
|
| 3505 | + 'clabels' => __('Email', 'geodirectory'));
|
|
| 3506 | + |
|
| 3507 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3508 | + 'data_type' => 'VARCHAR', |
|
| 3509 | + 'field_type' => 'url', |
|
| 3510 | + 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3511 | + 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3512 | + 'site_title' => __('Website', 'geodirectory'),
|
|
| 3513 | + 'htmlvar_name' => 'website', |
|
| 3514 | + 'default_value' => '', |
|
| 3515 | + 'option_values' => '', |
|
| 3516 | + 'is_default' => '1', |
|
| 3517 | + 'is_admin' => '1', |
|
| 3518 | + 'show_in' => '[detail]', |
|
| 3519 | + 'show_on_pkg' => $package, |
|
| 3520 | + 'clabels' => __('Website', 'geodirectory'));
|
|
| 3521 | + |
|
| 3522 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3523 | + 'data_type' => 'VARCHAR', |
|
| 3524 | + 'field_type' => 'url', |
|
| 3525 | + 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3526 | + 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3527 | + 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3528 | + 'htmlvar_name' => 'twitter', |
|
| 3529 | + 'default_value' => '', |
|
| 3530 | + 'option_values' => '', |
|
| 3531 | + 'is_default' => '1', |
|
| 3532 | + 'is_admin' => '1', |
|
| 3533 | + 'show_in' => '[detail]', |
|
| 3534 | + 'show_on_pkg' => $package, |
|
| 3535 | + 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3536 | + |
|
| 3537 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3538 | + 'data_type' => 'VARCHAR', |
|
| 3539 | + 'field_type' => 'url', |
|
| 3540 | + 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3541 | + 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3542 | + 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3543 | + 'htmlvar_name' => 'facebook', |
|
| 3544 | + 'default_value' => '', |
|
| 3545 | + 'option_values' => '', |
|
| 3546 | + 'is_default' => '1', |
|
| 3547 | + 'is_admin' => '1', |
|
| 3548 | + 'show_in' => '[detail]', |
|
| 3549 | + 'show_on_pkg' => $package, |
|
| 3550 | + 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3551 | + |
|
| 3552 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3553 | + 'data_type' => 'TEXT', |
|
| 3554 | + 'field_type' => 'textarea', |
|
| 3555 | + 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3556 | + 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3557 | + 'site_title' => __('Video', 'geodirectory'),
|
|
| 3558 | + 'htmlvar_name' => 'video', |
|
| 3559 | + 'default_value' => '', |
|
| 3560 | + 'option_values' => '', |
|
| 3561 | + 'is_default' => '0', |
|
| 3562 | + 'is_admin' => '1', |
|
| 3563 | + 'show_in' => '[owntab]', |
|
| 3564 | + 'show_on_pkg' => $package, |
|
| 3565 | + 'clabels' => __('Video', 'geodirectory'));
|
|
| 3566 | + |
|
| 3567 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3568 | + 'data_type' => 'TEXT', |
|
| 3569 | + 'field_type' => 'textarea', |
|
| 3570 | + 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3571 | + 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3572 | + 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3573 | + 'htmlvar_name' => 'special_offers', |
|
| 3574 | + 'default_value' => '', |
|
| 3575 | + 'option_values' => '', |
|
| 3576 | + 'is_default' => '0', |
|
| 3577 | + 'is_admin' => '1', |
|
| 3578 | + 'show_in' => '[owntab]', |
|
| 3579 | + 'show_on_pkg' => $package, |
|
| 3580 | + 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3581 | + |
|
| 3582 | + /** |
|
| 3583 | + * Filter the array of default custom fields DB table data. |
|
| 3584 | + * |
|
| 3585 | + * @since 1.6.6 |
|
| 3586 | + * @param string $fields The default custom fields as an array. |
|
| 3587 | + */ |
|
| 3588 | + $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3589 | + |
|
| 3590 | + return $fields; |
|
| 3591 | 3591 | } |
| 3592 | 3592 | |
| 3593 | 3593 | function geodir_currency_format_number($number='',$cf=''){
|
| 3594 | 3594 | |
| 3595 | - $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3595 | + $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3596 | 3596 | |
| 3597 | - $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3598 | - $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3599 | - $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
|
| 3600 | - $decimalpoint = '.'; |
|
| 3597 | + $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3598 | + $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3599 | + $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
|
| 3600 | + $decimalpoint = '.'; |
|
| 3601 | 3601 | |
| 3602 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3603 | - $decimalpoint = ','; |
|
| 3604 | - } |
|
| 3602 | + if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3603 | + $decimalpoint = ','; |
|
| 3604 | + } |
|
| 3605 | 3605 | |
| 3606 | - $separator = ','; |
|
| 3606 | + $separator = ','; |
|
| 3607 | 3607 | |
| 3608 | - if(isset($cs['thousand_separator'])){
|
|
| 3609 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3610 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3611 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3612 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3613 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3614 | - } |
|
| 3608 | + if(isset($cs['thousand_separator'])){
|
|
| 3609 | + if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3610 | + if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3611 | + if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3612 | + if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3613 | + if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3614 | + } |
|
| 3615 | 3615 | |
| 3616 | - $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3616 | + $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3617 | 3617 | |
| 3618 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3619 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3620 | - $decimals = 0; |
|
| 3621 | - } |
|
| 3618 | + if($decimals>0 && $decimal_display=='if'){
|
|
| 3619 | + if(is_int($number) || floor( $number ) == $number) |
|
| 3620 | + $decimals = 0; |
|
| 3621 | + } |
|
| 3622 | 3622 | |
| 3623 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3623 | + $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3624 | 3624 | |
| 3625 | 3625 | |
| 3626 | 3626 | |
| 3627 | - if($currency_symbol_placement=='left'){
|
|
| 3628 | - $number = $symbol . $number; |
|
| 3629 | - }else{
|
|
| 3630 | - $number = $number . $symbol; |
|
| 3631 | - } |
|
| 3627 | + if($currency_symbol_placement=='left'){
|
|
| 3628 | + $number = $symbol . $number; |
|
| 3629 | + }else{
|
|
| 3630 | + $number = $number . $symbol; |
|
| 3631 | + } |
|
| 3632 | 3632 | |
| 3633 | 3633 | |
| 3634 | 3634 | return $number; |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
| 50 | 50 | {
|
| 51 | 51 | global $wpdb; |
| 52 | - $result = 0;// no rows affected |
|
| 52 | + $result = 0; // no rows affected |
|
| 53 | 53 | if (!geodir_column_exist($db, $column)) {
|
| 54 | 54 | if (!empty($db) && !empty($column)) |
| 55 | 55 | $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | {
|
| 75 | 75 | global $wpdb, $geodir_post_custom_fields_cache; |
| 76 | 76 | |
| 77 | - $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 77 | + $cache_stored = $post_type.'_'.$package_id.'_'.$default.'_'.$fields_location; |
|
| 78 | 78 | |
| 79 | 79 | if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
| 80 | 80 | return $geodir_post_custom_fields_cache[$cache_stored]; |
@@ -88,14 +88,14 @@ discard block |
||
| 88 | 88 | $default_query .= " and is_admin = '0' "; |
| 89 | 89 | |
| 90 | 90 | if ($fields_location == 'none') {
|
| 91 | - } else{
|
|
| 92 | - $fields_location = esc_sql( $fields_location ); |
|
| 91 | + } else {
|
|
| 92 | + $fields_location = esc_sql($fields_location); |
|
| 93 | 93 | $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | $post_meta_info = $wpdb->get_results( |
| 97 | 97 | $wpdb->prepare( |
| 98 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 98 | + "select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | 99 | array($post_type) |
| 100 | 100 | ) |
| 101 | 101 | ); |
@@ -162,13 +162,13 @@ discard block |
||
| 162 | 162 | * @param string $field_ins_upd When set to "submit" displays form. |
| 163 | 163 | * @param string $field_type_key The key of the custom field. |
| 164 | 164 | */ |
| 165 | - function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 165 | + function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key = '') |
|
| 166 | 166 | {
|
| 167 | 167 | global $wpdb; |
| 168 | 168 | $cf = $result_str; |
| 169 | 169 | if (!is_object($cf)) {
|
| 170 | 170 | |
| 171 | - $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 171 | + $field_info = $wpdb->get_row($wpdb->prepare("select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d", array($cf)));
|
|
| 172 | 172 | |
| 173 | 173 | } else {
|
| 174 | 174 | $field_info = $cf; |
@@ -202,14 +202,14 @@ discard block |
||
| 202 | 202 | if ($field_id != '') {
|
| 203 | 203 | $cf = trim($field_id, '_'); |
| 204 | 204 | |
| 205 | - if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 205 | + if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d", array($cf)))) {
|
|
| 206 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d ", array($cf)));
|
|
| 207 | 207 | |
| 208 | 208 | $post_type = $field->post_type; |
| 209 | 209 | $htmlvar_name = $field->htmlvar_name; |
| 210 | 210 | |
| 211 | 211 | if ($post_type != '' && $htmlvar_name != '') {
|
| 212 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 212 | + $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
@@ -223,18 +223,18 @@ discard block |
||
| 223 | 223 | do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
| 224 | 224 | |
| 225 | 225 | if ($field->field_type == 'address') {
|
| 226 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 226 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_address`");
|
|
| 227 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_city`");
|
|
| 228 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_region`");
|
|
| 229 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_country`");
|
|
| 230 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_zip`");
|
|
| 231 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_latitude`");
|
|
| 232 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_longitude`");
|
|
| 233 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_mapview`");
|
|
| 234 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_mapzoom`");
|
|
| 235 | 235 | } else {
|
| 236 | 236 | if ($field->field_type != 'fieldset') {
|
| 237 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 237 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."`");
|
|
| 238 | 238 | } |
| 239 | 239 | } |
| 240 | 240 | |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
| 306 | 306 | |
| 307 | 307 | // some servers fail if a POST value is VARCHAR so we change it. |
| 308 | - if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 308 | + if (isset($request_field['data_type']) && $request_field['data_type'] == 'XVARCHAR') {
|
|
| 309 | 309 | $request_field['data_type'] = 'VARCHAR'; |
| 310 | 310 | } |
| 311 | 311 | |
@@ -318,12 +318,12 @@ discard block |
||
| 318 | 318 | $post_type = $request_field['listing_type']; |
| 319 | 319 | |
| 320 | 320 | if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
| 321 | - $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 321 | + $cehhtmlvar_name = 'geodir_'.$cehhtmlvar_name; |
|
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | $check_html_variable = $wpdb->get_var( |
| 325 | 325 | $wpdb->prepare( |
| 326 | - "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 326 | + "select htmlvar_name from ".GEODIR_CUSTOM_FIELDS_TABLE." where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | 327 | array($cf, $cehhtmlvar_name, $post_type) |
| 328 | 328 | ) |
| 329 | 329 | ); |
@@ -335,7 +335,7 @@ discard block |
||
| 335 | 335 | |
| 336 | 336 | $post_meta_info = $wpdb->get_row( |
| 337 | 337 | $wpdb->prepare( |
| 338 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 338 | + "select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where id = %d", |
|
| 339 | 339 | array($cf) |
| 340 | 340 | ) |
| 341 | 341 | ); |
@@ -353,7 +353,7 @@ discard block |
||
| 353 | 353 | if ($post_type == '') $post_type = 'gd_place'; |
| 354 | 354 | |
| 355 | 355 | |
| 356 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 356 | + $detail_table = $plugin_prefix.$post_type.'_detail'; |
|
| 357 | 357 | |
| 358 | 358 | $admin_title = $request_field['admin_title']; |
| 359 | 359 | $site_title = $request_field['site_title']; |
@@ -381,12 +381,12 @@ discard block |
||
| 381 | 381 | $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
| 382 | 382 | |
| 383 | 383 | |
| 384 | - if(is_array($show_in)){
|
|
| 384 | + if (is_array($show_in)) {
|
|
| 385 | 385 | $show_in = implode(",", $request_field['show_in']);
|
| 386 | 386 | } |
| 387 | 387 | |
| 388 | 388 | if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
| 389 | - $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 389 | + $htmlvar_name = 'geodir_'.$htmlvar_name; |
|
| 390 | 390 | } |
| 391 | 391 | |
| 392 | 392 | $option_values = ''; |
@@ -427,9 +427,9 @@ discard block |
||
| 427 | 427 | |
| 428 | 428 | if ($sort_order == '') {
|
| 429 | 429 | |
| 430 | - $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 430 | + $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 431 | 431 | |
| 432 | - $sort_order = (int)$last_order + 1; |
|
| 432 | + $sort_order = (int) $last_order + 1; |
|
| 433 | 433 | } |
| 434 | 434 | |
| 435 | 435 | $default_value_add = ''; |
@@ -441,15 +441,15 @@ discard block |
||
| 441 | 441 | case 'address': |
| 442 | 442 | |
| 443 | 443 | if ($htmlvar_name != '') {
|
| 444 | - $prefix = $htmlvar_name . '_'; |
|
| 444 | + $prefix = $htmlvar_name.'_'; |
|
| 445 | 445 | } |
| 446 | - $old_prefix = $old_html_variable . '_'; |
|
| 446 | + $old_prefix = $old_html_variable.'_'; |
|
| 447 | 447 | |
| 448 | 448 | |
| 449 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 449 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."address` `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 450 | 450 | |
| 451 | 451 | if ($default_value != '') {
|
| 452 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 452 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | $wpdb->query($meta_field_add); |
@@ -458,12 +458,12 @@ discard block |
||
| 458 | 458 | |
| 459 | 459 | if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
| 460 | 460 | |
| 461 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 461 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."city'");
|
|
| 462 | 462 | if ($is_column) {
|
| 463 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 463 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."city` `".$prefix."city` VARCHAR( 50 ) NULL"; |
|
| 464 | 464 | |
| 465 | 465 | if ($default_value != '') {
|
| 466 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 466 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 467 | 467 | } |
| 468 | 468 | |
| 469 | 469 | $wpdb->query($meta_field_add); |
@@ -471,9 +471,9 @@ discard block |
||
| 471 | 471 | |
| 472 | 472 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 473 | 473 | if ($default_value != '') {
|
| 474 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 474 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 475 | 475 | } |
| 476 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 476 | + geodir_add_column_if_not_exist($detail_table, $prefix."city", $meta_field_add); |
|
| 477 | 477 | |
| 478 | 478 | } |
| 479 | 479 | |
@@ -483,36 +483,36 @@ discard block |
||
| 483 | 483 | |
| 484 | 484 | if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
| 485 | 485 | |
| 486 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 486 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."region'");
|
|
| 487 | 487 | |
| 488 | 488 | if ($is_column) {
|
| 489 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 489 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."region` `".$prefix."region` VARCHAR( 50 ) NULL"; |
|
| 490 | 490 | |
| 491 | 491 | if ($default_value != '') {
|
| 492 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 492 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 493 | 493 | } |
| 494 | 494 | |
| 495 | 495 | $wpdb->query($meta_field_add); |
| 496 | 496 | } else {
|
| 497 | 497 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 498 | 498 | if ($default_value != '') {
|
| 499 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 499 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 500 | 500 | } |
| 501 | 501 | |
| 502 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 502 | + geodir_add_column_if_not_exist($detail_table, $prefix."region", $meta_field_add); |
|
| 503 | 503 | } |
| 504 | 504 | |
| 505 | 505 | } |
| 506 | 506 | if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
| 507 | 507 | |
| 508 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 508 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."country'");
|
|
| 509 | 509 | |
| 510 | 510 | if ($is_column) {
|
| 511 | 511 | |
| 512 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 512 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."country` `".$prefix."country` VARCHAR( 50 ) NULL"; |
|
| 513 | 513 | |
| 514 | 514 | if ($default_value != '') {
|
| 515 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 515 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 516 | 516 | } |
| 517 | 517 | |
| 518 | 518 | $wpdb->query($meta_field_add); |
@@ -520,24 +520,24 @@ discard block |
||
| 520 | 520 | |
| 521 | 521 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 522 | 522 | if ($default_value != '') {
|
| 523 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 523 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 524 | 524 | } |
| 525 | 525 | |
| 526 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 526 | + geodir_add_column_if_not_exist($detail_table, $prefix."country", $meta_field_add); |
|
| 527 | 527 | |
| 528 | 528 | } |
| 529 | 529 | |
| 530 | 530 | } |
| 531 | 531 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
| 532 | 532 | |
| 533 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 533 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."zip'");
|
|
| 534 | 534 | |
| 535 | 535 | if ($is_column) {
|
| 536 | 536 | |
| 537 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 537 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."zip` `".$prefix."zip` VARCHAR( 50 ) NULL"; |
|
| 538 | 538 | |
| 539 | 539 | if ($default_value != '') {
|
| 540 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 540 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | $wpdb->query($meta_field_add); |
@@ -545,128 +545,128 @@ discard block |
||
| 545 | 545 | |
| 546 | 546 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 547 | 547 | if ($default_value != '') {
|
| 548 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 548 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 549 | 549 | } |
| 550 | 550 | |
| 551 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 551 | + geodir_add_column_if_not_exist($detail_table, $prefix."zip", $meta_field_add); |
|
| 552 | 552 | |
| 553 | 553 | } |
| 554 | 554 | |
| 555 | 555 | } |
| 556 | 556 | if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
| 557 | 557 | |
| 558 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 558 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."latitude'");
|
|
| 559 | 559 | if ($is_column) {
|
| 560 | 560 | |
| 561 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 561 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."latitude` `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 562 | 562 | |
| 563 | 563 | if ($default_value != '') {
|
| 564 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 564 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 565 | 565 | } |
| 566 | 566 | |
| 567 | 567 | $wpdb->query($meta_field_add); |
| 568 | 568 | } else {
|
| 569 | 569 | |
| 570 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 570 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | 571 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 572 | 572 | if ($default_value != '') {
|
| 573 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 573 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 574 | 574 | } |
| 575 | 575 | |
| 576 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 576 | + geodir_add_column_if_not_exist($detail_table, $prefix."latitude", $meta_field_add); |
|
| 577 | 577 | |
| 578 | 578 | } |
| 579 | 579 | |
| 580 | 580 | |
| 581 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 581 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."longitude'");
|
|
| 582 | 582 | |
| 583 | 583 | if ($is_column) {
|
| 584 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 584 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."longitude` `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 585 | 585 | |
| 586 | 586 | if ($default_value != '') {
|
| 587 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 587 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 588 | 588 | } |
| 589 | 589 | |
| 590 | 590 | $wpdb->query($meta_field_add); |
| 591 | 591 | } else {
|
| 592 | 592 | |
| 593 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 593 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | 594 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 595 | 595 | if ($default_value != '') {
|
| 596 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 596 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 597 | 597 | } |
| 598 | 598 | |
| 599 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 599 | + geodir_add_column_if_not_exist($detail_table, $prefix."longitude", $meta_field_add); |
|
| 600 | 600 | } |
| 601 | 601 | |
| 602 | 602 | } |
| 603 | 603 | if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
| 604 | 604 | |
| 605 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 605 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."mapview'");
|
|
| 606 | 606 | |
| 607 | 607 | if ($is_column) {
|
| 608 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 608 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."mapview` `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 609 | 609 | |
| 610 | 610 | if ($default_value != '') {
|
| 611 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 611 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 612 | 612 | } |
| 613 | 613 | |
| 614 | 614 | $wpdb->query($meta_field_add); |
| 615 | 615 | } else {
|
| 616 | 616 | |
| 617 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 617 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 618 | 618 | |
| 619 | 619 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 620 | 620 | if ($default_value != '') {
|
| 621 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 621 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 622 | 622 | } |
| 623 | 623 | |
| 624 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 624 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapview", $meta_field_add); |
|
| 625 | 625 | } |
| 626 | 626 | |
| 627 | 627 | |
| 628 | 628 | } |
| 629 | 629 | if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
| 630 | 630 | |
| 631 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 631 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."mapzoom'");
|
|
| 632 | 632 | if ($is_column) {
|
| 633 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 633 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."mapzoom` `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 634 | 634 | |
| 635 | 635 | if ($default_value != '') {
|
| 636 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 636 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 637 | 637 | } |
| 638 | 638 | |
| 639 | 639 | $wpdb->query($meta_field_add); |
| 640 | 640 | |
| 641 | 641 | } else {
|
| 642 | 642 | |
| 643 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 643 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 644 | 644 | |
| 645 | 645 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 646 | 646 | if ($default_value != '') {
|
| 647 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 647 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 648 | 648 | } |
| 649 | 649 | |
| 650 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 650 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapzoom", $meta_field_add); |
|
| 651 | 651 | } |
| 652 | 652 | |
| 653 | 653 | } |
| 654 | 654 | // show lat lng |
| 655 | 655 | if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
| 656 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 656 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."latlng'");
|
|
| 657 | 657 | |
| 658 | 658 | if ($is_column) {
|
| 659 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 659 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."latlng` `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | 660 | $meta_field_add .= " DEFAULT '1'"; |
| 661 | 661 | |
| 662 | 662 | $wpdb->query($meta_field_add); |
| 663 | 663 | } else {
|
| 664 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 664 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 665 | 665 | |
| 666 | 666 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 667 | 667 | $meta_field_add .= " DEFAULT '1'"; |
| 668 | 668 | |
| 669 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 669 | + geodir_add_column_if_not_exist($detail_table, $prefix."latlng", $meta_field_add); |
|
| 670 | 670 | } |
| 671 | 671 | |
| 672 | 672 | } |
@@ -682,30 +682,30 @@ discard block |
||
| 682 | 682 | $op_size = '500'; |
| 683 | 683 | |
| 684 | 684 | // only make the field as big as it needs to be. |
| 685 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | - $option_values_arr = explode(',',$option_values);
|
|
| 687 | - if(is_array($option_values_arr)){
|
|
| 685 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 686 | + $option_values_arr = explode(',', $option_values);
|
|
| 687 | + if (is_array($option_values_arr)) {
|
|
| 688 | 688 | $op_max = 0; |
| 689 | - foreach($option_values_arr as $op_val){
|
|
| 690 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 689 | + foreach ($option_values_arr as $op_val) {
|
|
| 690 | + if (strlen($op_val) && strlen($op_val) > $op_max) {$op_max = strlen($op_val); }
|
|
| 691 | 691 | } |
| 692 | - if($op_max){$op_size =$op_max; }
|
|
| 692 | + if ($op_max) {$op_size = $op_max; }
|
|
| 693 | 693 | } |
| 694 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | - if(strlen($option_values)){
|
|
| 696 | - $op_size = strlen($option_values); |
|
| 694 | + }elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 695 | + if (strlen($option_values)) {
|
|
| 696 | + $op_size = strlen($option_values); |
|
| 697 | 697 | } |
| 698 | 698 | } |
| 699 | 699 | |
| 700 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 700 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."`VARCHAR( $op_size ) NULL"; |
|
| 701 | 701 | |
| 702 | 702 | if ($default_value != '') {
|
| 703 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 703 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 704 | 704 | } |
| 705 | 705 | |
| 706 | 706 | $alter_result = $wpdb->query($meta_field_add); |
| 707 | - if($alter_result===false){
|
|
| 708 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 707 | + if ($alter_result === false) {
|
|
| 708 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 709 | 709 | } |
| 710 | 710 | |
| 711 | 711 | if (isset($request_field['cat_display_type'])) |
@@ -722,9 +722,9 @@ discard block |
||
| 722 | 722 | case 'url': |
| 723 | 723 | case 'file': |
| 724 | 724 | |
| 725 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | - if($alter_result===false){
|
|
| 727 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 725 | + $alter_result = $wpdb->query("ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` TEXT NULL");
|
|
| 726 | + if ($alter_result === false) {
|
|
| 727 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 728 | 728 | } |
| 729 | 729 | if (isset($request_field['advanced_editor'])) |
| 730 | 730 | $extra_fields = $request_field['advanced_editor']; |
@@ -738,24 +738,24 @@ discard block |
||
| 738 | 738 | default: |
| 739 | 739 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 740 | 740 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 741 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 741 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` DECIMAL(11, ".(int) $decimal_point.") NULL"; |
|
| 742 | 742 | } else {
|
| 743 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 743 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` ".$data_type." NULL"; |
|
| 744 | 744 | } |
| 745 | 745 | |
| 746 | 746 | if (is_numeric($default_value) && $default_value != '') {
|
| 747 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 747 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 748 | 748 | } |
| 749 | 749 | } else {
|
| 750 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 750 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` VARCHAR( 254 ) NULL"; |
|
| 751 | 751 | if ($default_value != '') {
|
| 752 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 752 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 753 | 753 | } |
| 754 | 754 | } |
| 755 | 755 | |
| 756 | 756 | $alter_result = $wpdb->query($default_value_add); |
| 757 | - if($alter_result===false){
|
|
| 758 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 757 | + if ($alter_result === false) {
|
|
| 758 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 759 | 759 | } |
| 760 | 760 | break; |
| 761 | 761 | endswitch; |
@@ -771,7 +771,7 @@ discard block |
||
| 771 | 771 | |
| 772 | 772 | $wpdb->prepare( |
| 773 | 773 | |
| 774 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 774 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 775 | 775 | post_type = %s, |
| 776 | 776 | admin_title = %s, |
| 777 | 777 | site_title = %s, |
@@ -805,7 +805,7 @@ discard block |
||
| 805 | 805 | for_admin_use = %s |
| 806 | 806 | where id = %d", |
| 807 | 807 | |
| 808 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 808 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point, $validation_pattern, $validation_msg, $for_admin_use, $cf) |
|
| 809 | 809 | ) |
| 810 | 810 | |
| 811 | 811 | ); |
@@ -815,7 +815,7 @@ discard block |
||
| 815 | 815 | |
| 816 | 816 | $wpdb->query( |
| 817 | 817 | $wpdb->prepare( |
| 818 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 818 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 819 | 819 | site_title=%s |
| 820 | 820 | where post_type = %s and htmlvar_name = %s", |
| 821 | 821 | array($site_title, $post_type, $htmlvar_name) |
@@ -824,7 +824,7 @@ discard block |
||
| 824 | 824 | |
| 825 | 825 | |
| 826 | 826 | if ($cat_sort == '') |
| 827 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 827 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | 828 | |
| 829 | 829 | |
| 830 | 830 | /** |
@@ -844,7 +844,7 @@ discard block |
||
| 844 | 844 | $data_type = ''; |
| 845 | 845 | |
| 846 | 846 | if ($htmlvar_name != '') {
|
| 847 | - $prefix = $htmlvar_name . '_'; |
|
| 847 | + $prefix = $htmlvar_name.'_'; |
|
| 848 | 848 | } |
| 849 | 849 | $old_prefix = $old_html_variable; |
| 850 | 850 | |
@@ -852,109 +852,109 @@ discard block |
||
| 852 | 852 | |
| 853 | 853 | $meta_field_add = "VARCHAR( 254 ) NULL"; |
| 854 | 854 | if ($default_value != '') {
|
| 855 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 855 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 856 | 856 | } |
| 857 | 857 | |
| 858 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 858 | + geodir_add_column_if_not_exist($detail_table, $prefix."address", $meta_field_add); |
|
| 859 | 859 | //$wpdb->query($meta_field_add); |
| 860 | 860 | |
| 861 | 861 | |
| 862 | 862 | if (!empty($extra_fields)) {
|
| 863 | 863 | |
| 864 | 864 | if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
| 865 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 865 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."city` VARCHAR( 30 ) NULL"; |
|
| 866 | 866 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 867 | 867 | if ($default_value != '') {
|
| 868 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 868 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 869 | 869 | } |
| 870 | 870 | |
| 871 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 871 | + geodir_add_column_if_not_exist($detail_table, $prefix."city", $meta_field_add); |
|
| 872 | 872 | //$wpdb->query($meta_field_add); |
| 873 | 873 | } |
| 874 | 874 | if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 875 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."region` VARCHAR( 30 ) NULL"; |
|
| 876 | 876 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 877 | 877 | if ($default_value != '') {
|
| 878 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 878 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 879 | 879 | } |
| 880 | 880 | |
| 881 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix."region", $meta_field_add); |
|
| 882 | 882 | //$wpdb->query($meta_field_add); |
| 883 | 883 | } |
| 884 | 884 | if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 885 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."country` VARCHAR( 30 ) NULL"; |
|
| 886 | 886 | |
| 887 | 887 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 888 | 888 | if ($default_value != '') {
|
| 889 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 889 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 890 | 890 | } |
| 891 | 891 | |
| 892 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 892 | + geodir_add_column_if_not_exist($detail_table, $prefix."country", $meta_field_add); |
|
| 893 | 893 | //$wpdb->query($meta_field_add); |
| 894 | 894 | } |
| 895 | 895 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
| 896 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 896 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."zip` VARCHAR( 15 ) NULL"; |
|
| 897 | 897 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 898 | 898 | if ($default_value != '') {
|
| 899 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 899 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 900 | 900 | } |
| 901 | 901 | |
| 902 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix."zip", $meta_field_add); |
|
| 903 | 903 | //$wpdb->query($meta_field_add); |
| 904 | 904 | } |
| 905 | 905 | if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 906 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | 907 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 908 | 908 | if ($default_value != '') {
|
| 909 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 909 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 910 | 910 | } |
| 911 | 911 | |
| 912 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix."latitude", $meta_field_add); |
|
| 913 | 913 | //$wpdb->query($meta_field_add); |
| 914 | 914 | |
| 915 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 915 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | 916 | |
| 917 | 917 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 918 | 918 | if ($default_value != '') {
|
| 919 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 919 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 920 | 920 | } |
| 921 | 921 | |
| 922 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 922 | + geodir_add_column_if_not_exist($detail_table, $prefix."longitude", $meta_field_add); |
|
| 923 | 923 | |
| 924 | 924 | //$wpdb->query($meta_field_add); |
| 925 | 925 | } |
| 926 | 926 | if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
| 927 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 927 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | 928 | |
| 929 | 929 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 930 | 930 | if ($default_value != '') {
|
| 931 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 931 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 932 | 932 | } |
| 933 | 933 | |
| 934 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 934 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapview", $meta_field_add); |
|
| 935 | 935 | |
| 936 | 936 | //$wpdb->query($meta_field_add); |
| 937 | 937 | } |
| 938 | 938 | if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
| 939 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 939 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | 940 | |
| 941 | 941 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 942 | 942 | if ($default_value != '') {
|
| 943 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 943 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 944 | 944 | } |
| 945 | 945 | |
| 946 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 946 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapzoom", $meta_field_add); |
|
| 947 | 947 | |
| 948 | 948 | //$wpdb->query($meta_field_add); |
| 949 | 949 | } |
| 950 | 950 | // show lat lng |
| 951 | 951 | if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
| 952 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 952 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | 953 | |
| 954 | 954 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 955 | 955 | $meta_field_add .= " DEFAULT '1'"; |
| 956 | 956 | |
| 957 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 957 | + geodir_add_column_if_not_exist($detail_table, $prefix."latlng", $meta_field_add); |
|
| 958 | 958 | //$wpdb->query($meta_field_add); |
| 959 | 959 | } |
| 960 | 960 | } |
@@ -964,8 +964,8 @@ discard block |
||
| 964 | 964 | case 'checkbox': |
| 965 | 965 | $data_type = 'TINYINT'; |
| 966 | 966 | |
| 967 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | - if ((int)$default_value === 1) {
|
|
| 967 | + $meta_field_add = $data_type."( 1 ) NOT NULL "; |
|
| 968 | + if ((int) $default_value === 1) {
|
|
| 969 | 969 | $meta_field_add .= " DEFAULT '1'"; |
| 970 | 970 | } |
| 971 | 971 | |
@@ -998,7 +998,7 @@ discard block |
||
| 998 | 998 | } |
| 999 | 999 | } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
| 1000 | 1000 | if (strlen($option_values)) {
|
| 1001 | - $op_size = strlen($option_values); |
|
| 1001 | + $op_size = strlen($option_values); |
|
| 1002 | 1002 | } |
| 1003 | 1003 | |
| 1004 | 1004 | if (isset($request_field['multi_display_type'])) {
|
@@ -1006,9 +1006,9 @@ discard block |
||
| 1006 | 1006 | } |
| 1007 | 1007 | } |
| 1008 | 1008 | |
| 1009 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1009 | + $meta_field_add = $data_type."( $op_size ) NULL "; |
|
| 1010 | 1010 | if ($default_value != '') {
|
| 1011 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1011 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1012 | 1012 | } |
| 1013 | 1013 | |
| 1014 | 1014 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
@@ -1023,9 +1023,9 @@ discard block |
||
| 1023 | 1023 | |
| 1024 | 1024 | $data_type = 'TEXT'; |
| 1025 | 1025 | |
| 1026 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1026 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1027 | 1027 | |
| 1028 | - $meta_field_add = $data_type . " NULL "; |
|
| 1028 | + $meta_field_add = $data_type." NULL "; |
|
| 1029 | 1029 | /*if($default_value != '') |
| 1030 | 1030 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1031 | 1031 | |
@@ -1040,9 +1040,9 @@ discard block |
||
| 1040 | 1040 | |
| 1041 | 1041 | $data_type = 'DATE'; |
| 1042 | 1042 | |
| 1043 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1043 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1044 | 1044 | |
| 1045 | - $meta_field_add = $data_type . " NULL "; |
|
| 1045 | + $meta_field_add = $data_type." NULL "; |
|
| 1046 | 1046 | |
| 1047 | 1047 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1048 | 1048 | if ($add_result === false) {
|
@@ -1055,9 +1055,9 @@ discard block |
||
| 1055 | 1055 | |
| 1056 | 1056 | $data_type = 'TIME'; |
| 1057 | 1057 | |
| 1058 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1058 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1059 | 1059 | |
| 1060 | - $meta_field_add = $data_type . " NULL "; |
|
| 1060 | + $meta_field_add = $data_type." NULL "; |
|
| 1061 | 1061 | |
| 1062 | 1062 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1063 | 1063 | if ($add_result === false) {
|
@@ -1069,22 +1069,22 @@ discard block |
||
| 1069 | 1069 | default: |
| 1070 | 1070 | |
| 1071 | 1071 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 1072 | - $meta_field_add = $data_type . " NULL "; |
|
| 1072 | + $meta_field_add = $data_type." NULL "; |
|
| 1073 | 1073 | |
| 1074 | 1074 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 1075 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1075 | + $meta_field_add = "DECIMAL(11, ".(int) $decimal_point.") NULL "; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | |
| 1078 | 1078 | if (is_numeric($default_value) && $default_value != '') {
|
| 1079 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1079 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1080 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1081 | 1081 | } |
| 1082 | 1082 | } else {
|
| 1083 | 1083 | $meta_field_add = " VARCHAR( 254 ) NULL "; |
| 1084 | 1084 | |
| 1085 | 1085 | if ($default_value != '') {
|
| 1086 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1086 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1087 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1088 | 1088 | } |
| 1089 | 1089 | } |
| 1090 | 1090 | |
@@ -1106,7 +1106,7 @@ discard block |
||
| 1106 | 1106 | |
| 1107 | 1107 | $wpdb->prepare( |
| 1108 | 1108 | |
| 1109 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1109 | + "insert into ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1110 | 1110 | post_type = %s, |
| 1111 | 1111 | admin_title = %s, |
| 1112 | 1112 | site_title = %s, |
@@ -1139,7 +1139,7 @@ discard block |
||
| 1139 | 1139 | validation_msg = %s, |
| 1140 | 1140 | for_admin_use = %s ", |
| 1141 | 1141 | |
| 1142 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1142 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point, $validation_pattern, $validation_msg, $for_admin_use) |
|
| 1143 | 1143 | |
| 1144 | 1144 | ) |
| 1145 | 1145 | |
@@ -1151,7 +1151,7 @@ discard block |
||
| 1151 | 1151 | |
| 1152 | 1152 | } |
| 1153 | 1153 | |
| 1154 | - return (int)$lastid; |
|
| 1154 | + return (int) $lastid; |
|
| 1155 | 1155 | |
| 1156 | 1156 | |
| 1157 | 1157 | } else {
|
@@ -1184,7 +1184,7 @@ discard block |
||
| 1184 | 1184 | |
| 1185 | 1185 | $post_meta_info = $wpdb->query( |
| 1186 | 1186 | $wpdb->prepare( |
| 1187 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1187 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1188 | 1188 | sort_order=%d |
| 1189 | 1189 | where id= %d", |
| 1190 | 1190 | array($count, $cf) |
@@ -1200,11 +1200,11 @@ discard block |
||
| 1200 | 1200 | } |
| 1201 | 1201 | |
| 1202 | 1202 | |
| 1203 | -function geodir_get_cf_value($cf){
|
|
| 1203 | +function geodir_get_cf_value($cf) {
|
|
| 1204 | 1204 | global $gd_session; |
| 1205 | 1205 | $value = ''; |
| 1206 | 1206 | if (is_admin()) {
|
| 1207 | - global $post,$gd_session; |
|
| 1207 | + global $post, $gd_session; |
|
| 1208 | 1208 | |
| 1209 | 1209 | if (isset($_REQUEST['post'])) |
| 1210 | 1210 | $_REQUEST['pid'] = $_REQUEST['post']; |
@@ -1246,16 +1246,16 @@ discard block |
||
| 1246 | 1246 | $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
| 1247 | 1247 | |
| 1248 | 1248 | foreach ($custom_fields as $key => $val) {
|
| 1249 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1249 | + if (isset($val['extra_fields'])) {$extra_fields = $val['extra_fields']; }
|
|
| 1250 | 1250 | $val = stripslashes_deep($val); // strip slashes from labels |
| 1251 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1251 | + if (isset($val['extra_fields'])) {$val['extra_fields'] = $extra_fields; }
|
|
| 1252 | 1252 | |
| 1253 | 1253 | $name = $val['name']; |
| 1254 | 1254 | $type = $val['type']; |
| 1255 | 1255 | $is_default = $val['is_default']; |
| 1256 | 1256 | |
| 1257 | 1257 | /* field available to site admin only for edit */ |
| 1258 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1258 | + $for_admin_use = isset($val['for_admin_use']) && (int) $val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | 1259 | if ($for_admin_use && !is_super_admin()) {
|
| 1260 | 1260 | continue; |
| 1261 | 1261 | } |
@@ -1280,11 +1280,11 @@ discard block |
||
| 1280 | 1280 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1281 | 1281 | * @see 'geodir_after_custom_form_field_$name' |
| 1282 | 1282 | */ |
| 1283 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1283 | + do_action('geodir_before_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1284 | 1284 | |
| 1285 | 1285 | |
| 1286 | 1286 | $custom_field = $val; |
| 1287 | - $html =''; |
|
| 1287 | + $html = ''; |
|
| 1288 | 1288 | /** |
| 1289 | 1289 | * Filter the output for custom fields. |
| 1290 | 1290 | * |
@@ -1293,7 +1293,7 @@ discard block |
||
| 1293 | 1293 | * @param string $html The html to be filtered (blank). |
| 1294 | 1294 | * @param array $custom_field The custom field array values. |
| 1295 | 1295 | */ |
| 1296 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1296 | + echo apply_filters("geodir_custom_field_input_{$type}", $html, $custom_field);
|
|
| 1297 | 1297 | |
| 1298 | 1298 | |
| 1299 | 1299 | |
@@ -1308,7 +1308,7 @@ discard block |
||
| 1308 | 1308 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1309 | 1309 | * @see 'geodir_before_custom_form_field_$name' |
| 1310 | 1310 | */ |
| 1311 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1311 | + do_action('geodir_after_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1312 | 1312 | |
| 1313 | 1313 | } |
| 1314 | 1314 | |
@@ -1334,7 +1334,7 @@ discard block |
||
| 1334 | 1334 | |
| 1335 | 1335 | $filter = $wpdb->get_row( |
| 1336 | 1336 | $wpdb->prepare( |
| 1337 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1337 | + "SELECT * FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND ".$key."='".$value."'", |
|
| 1338 | 1338 | array($geodir_post_type) |
| 1339 | 1339 | ) |
| 1340 | 1340 | ); |
@@ -1349,14 +1349,14 @@ discard block |
||
| 1349 | 1349 | } |
| 1350 | 1350 | |
| 1351 | 1351 | |
| 1352 | -function geodir_field_icon_proccess($cf){
|
|
| 1352 | +function geodir_field_icon_proccess($cf) {
|
|
| 1353 | 1353 | |
| 1354 | 1354 | |
| 1355 | 1355 | if (strpos($cf['field_icon'], 'http') !== false) {
|
| 1356 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1356 | + $field_icon = ' background: url('.$cf['field_icon'].') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | 1357 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1358 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | - }else{
|
|
| 1358 | + $field_icon = '<i class="'.$cf['field_icon'].'"></i>'; |
|
| 1359 | + } else {
|
|
| 1360 | 1360 | $field_icon = $cf['field_icon']; |
| 1361 | 1361 | } |
| 1362 | 1362 | |
@@ -1401,14 +1401,14 @@ discard block |
||
| 1401 | 1401 | |
| 1402 | 1402 | |
| 1403 | 1403 | foreach ($fields_info as $type) {
|
| 1404 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1404 | + if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
|
|
| 1405 | 1405 | $type = stripslashes_deep($type); // strip slashes |
| 1406 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1406 | + if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
|
|
| 1407 | 1407 | $html = ''; |
| 1408 | 1408 | $field_icon = geodir_field_icon_proccess($type); |
| 1409 | 1409 | $filed_type = $type['type']; |
| 1410 | 1410 | $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
| 1411 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1411 | + if ($html_var == 'post') {$html_var = 'post_address'; }
|
|
| 1412 | 1412 | |
| 1413 | 1413 | /** |
| 1414 | 1414 | * Filter the output for custom fields. |
@@ -1419,7 +1419,7 @@ discard block |
||
| 1419 | 1419 | * @param string $fields_location The location the field is to be show. |
| 1420 | 1420 | * @param array $type The array of field values. |
| 1421 | 1421 | */ |
| 1422 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1422 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
|
|
| 1423 | 1423 | |
| 1424 | 1424 | $variables_array = array(); |
| 1425 | 1425 | |
@@ -1479,7 +1479,7 @@ discard block |
||
| 1479 | 1479 | * @param string $fields_location The location the fields are being output. |
| 1480 | 1480 | * @since 1.6.9 |
| 1481 | 1481 | */ |
| 1482 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1482 | + return apply_filters('geodir_show_listing_info', $html, $fields_location);
|
|
| 1483 | 1483 | |
| 1484 | 1484 | } |
| 1485 | 1485 | } |
@@ -1554,7 +1554,7 @@ discard block |
||
| 1554 | 1554 | |
| 1555 | 1555 | $post_type = get_post_type($post_id); |
| 1556 | 1556 | //echo $field_id; exit; |
| 1557 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1557 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1558 | 1558 | |
| 1559 | 1559 | $postcurr_images = array(); |
| 1560 | 1560 | $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
@@ -1573,13 +1573,13 @@ discard block |
||
| 1573 | 1573 | $geodir_uploadurl = $uploads['url']; |
| 1574 | 1574 | $sub_dir = $uploads['subdir']; |
| 1575 | 1575 | |
| 1576 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1576 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : '';
|
|
| 1577 | 1577 | |
| 1578 | 1578 | for ($m = 0; $m < count($post_image); $m++) {
|
| 1579 | 1579 | |
| 1580 | 1580 | /* --------- start ------- */ |
| 1581 | 1581 | |
| 1582 | - if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1582 | + if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM ".$table." WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1583 | 1583 | |
| 1584 | 1584 | |
| 1585 | 1585 | $curr_img_url = $post_image[$m]; |
@@ -1605,24 +1605,24 @@ discard block |
||
| 1605 | 1605 | //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
| 1606 | 1606 | |
| 1607 | 1607 | if (!function_exists('wp_handle_upload'))
|
| 1608 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1608 | + require_once(ABSPATH.'wp-admin/includes/file.php'); |
|
| 1609 | 1609 | |
| 1610 | 1610 | if (!is_dir($geodir_uploadpath)) |
| 1611 | 1611 | mkdir($geodir_uploadpath); |
| 1612 | 1612 | |
| 1613 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1613 | + $new_name = $post_id.'_'.$field_id.'_'.$img_name_arr[0].'.'.$img_name_arr[1]; |
|
| 1614 | 1614 | $explode_sub_dir = explode("/", $sub_dir);
|
| 1615 | 1615 | if ($curr_img_dir == end($explode_sub_dir)) {
|
| 1616 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1616 | + $img_path = $geodir_uploadpath.'/'.$filename; |
|
| 1617 | + $img_url = $geodir_uploadurl.'/'.$filename; |
|
| 1618 | 1618 | } else {
|
| 1619 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1619 | + $img_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1620 | + $img_url = $uploads['url'].'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1621 | 1621 | } |
| 1622 | 1622 | |
| 1623 | 1623 | $uploaded_file = ''; |
| 1624 | 1624 | if (file_exists($img_path)) |
| 1625 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1625 | + $uploaded_file = copy($img_path, $geodir_uploadpath.'/'.$new_name); |
|
| 1626 | 1626 | |
| 1627 | 1627 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1628 | 1628 | if (file_exists($img_path)) |
@@ -1630,7 +1630,7 @@ discard block |
||
| 1630 | 1630 | } |
| 1631 | 1631 | |
| 1632 | 1632 | if (!empty($uploaded_file)) |
| 1633 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1633 | + $file_urls = $geodir_uploadurl.'/'.$new_name; |
|
| 1634 | 1634 | |
| 1635 | 1635 | } else {
|
| 1636 | 1636 | $file_urls = $post_image[$m]; |
@@ -1644,8 +1644,8 @@ discard block |
||
| 1644 | 1644 | if (!empty($postcurr_images)) {
|
| 1645 | 1645 | |
| 1646 | 1646 | if ($file_urls != $postcurr_images) {
|
| 1647 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | - $invalid_files = (object)$invalid_files; |
|
| 1647 | + $invalid_files[] = (object) array('src' => $postcurr_images);
|
|
| 1648 | + $invalid_files = (object) $invalid_files; |
|
| 1649 | 1649 | } |
| 1650 | 1650 | } |
| 1651 | 1651 | |
@@ -1697,9 +1697,9 @@ discard block |
||
| 1697 | 1697 | function geodir_upload_dir($upload) |
| 1698 | 1698 | {
|
| 1699 | 1699 | global $current_user; |
| 1700 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1700 | + $upload['subdir'] = $upload['subdir'].'/temp_'.$current_user->data->ID; |
|
| 1701 | + $upload['path'] = $upload['basedir'].$upload['subdir']; |
|
| 1702 | + $upload['url'] = $upload['baseurl'].$upload['subdir']; |
|
| 1703 | 1703 | return $upload; |
| 1704 | 1704 | } |
| 1705 | 1705 | |
@@ -1714,20 +1714,20 @@ discard block |
||
| 1714 | 1714 | // check ajax nonce |
| 1715 | 1715 | $imgid = $_POST["imgid"]; |
| 1716 | 1716 | |
| 1717 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1717 | + check_ajax_referer($imgid.'pluploadan'); |
|
| 1718 | 1718 | |
| 1719 | 1719 | // handle custom file uploaddir |
| 1720 | 1720 | add_filter('upload_dir', 'geodir_upload_dir');
|
| 1721 | 1721 | |
| 1722 | 1722 | // change file orientation if needed |
| 1723 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1723 | + $fixed_file = geodir_exif($_FILES[$imgid.'async-upload']); |
|
| 1724 | 1724 | |
| 1725 | 1725 | // handle file upload |
| 1726 | 1726 | $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
| 1727 | 1727 | // remove handle custom file uploaddir |
| 1728 | 1728 | remove_filter('upload_dir', 'geodir_upload_dir');
|
| 1729 | 1729 | |
| 1730 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1730 | + if (!isset($status['url']) && isset($status['error'])) {
|
|
| 1731 | 1731 | print_r($status); |
| 1732 | 1732 | } |
| 1733 | 1733 | |
@@ -1757,9 +1757,9 @@ discard block |
||
| 1757 | 1757 | |
| 1758 | 1758 | $post_type = get_post_type($post_id); |
| 1759 | 1759 | |
| 1760 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1760 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1761 | 1761 | |
| 1762 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1762 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1763 | 1763 | |
| 1764 | 1764 | if ($results) {
|
| 1765 | 1765 | return $results[0]->geodir_video; |
@@ -1783,9 +1783,9 @@ discard block |
||
| 1783 | 1783 | |
| 1784 | 1784 | $post_type = get_post_type($post_id); |
| 1785 | 1785 | |
| 1786 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1786 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1787 | 1787 | |
| 1788 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1788 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1789 | 1789 | |
| 1790 | 1790 | if ($results) {
|
| 1791 | 1791 | return $results[0]->geodir_special_offers; |
@@ -1803,12 +1803,12 @@ discard block |
||
| 1803 | 1803 | */ |
| 1804 | 1804 | function geodir_max_upload_size() |
| 1805 | 1805 | {
|
| 1806 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1806 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | 1807 | |
| 1808 | 1808 | if ($max_filesize > 0 && $max_filesize < 1) {
|
| 1809 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1809 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1810 | 1810 | } else {
|
| 1811 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1811 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1812 | 1812 | } |
| 1813 | 1813 | /** Filter documented in geodirectory-functions/general_functions.php **/ |
| 1814 | 1814 | return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
@@ -1840,7 +1840,7 @@ discard block |
||
| 1840 | 1840 | |
| 1841 | 1841 | $custom_fields = $wpdb->get_results( |
| 1842 | 1842 | $wpdb->prepare( |
| 1843 | - "select post_type,data_type,field_type,site_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1843 | + "select post_type,data_type,field_type,site_title,htmlvar_name,field_icon from ".GEODIR_CUSTOM_FIELDS_TABLE." where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1844 | 1844 | array($post_type) |
| 1845 | 1845 | ), 'ARRAY_A' |
| 1846 | 1846 | ); |
@@ -1967,7 +1967,7 @@ discard block |
||
| 1967 | 1967 | |
| 1968 | 1968 | $post_meta_info = $wpdb->query( |
| 1969 | 1969 | $wpdb->prepare( |
| 1970 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1970 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 1971 | 1971 | sort_order=%d |
| 1972 | 1972 | where id= %d", |
| 1973 | 1973 | array($count, $cf) |
@@ -2049,14 +2049,14 @@ discard block |
||
| 2049 | 2049 | |
| 2050 | 2050 | $check_html_variable = $wpdb->get_var( |
| 2051 | 2051 | $wpdb->prepare( |
| 2052 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2052 | + "select htmlvar_name from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | 2053 | array($cehhtmlvar_name, $post_type, $field_type) |
| 2054 | 2054 | ) |
| 2055 | 2055 | ); |
| 2056 | 2056 | |
| 2057 | 2057 | if ($is_default == 1) {
|
| 2058 | 2058 | |
| 2059 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2059 | + $wpdb->query($wpdb->prepare("update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | 2060 | |
| 2061 | 2061 | } |
| 2062 | 2062 | |
@@ -2067,7 +2067,7 @@ discard block |
||
| 2067 | 2067 | |
| 2068 | 2068 | $wpdb->prepare( |
| 2069 | 2069 | |
| 2070 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2070 | + "insert into ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2071 | 2071 | post_type = %s, |
| 2072 | 2072 | data_type = %s, |
| 2073 | 2073 | field_type = %s, |
@@ -2098,7 +2098,7 @@ discard block |
||
| 2098 | 2098 | |
| 2099 | 2099 | $wpdb->prepare( |
| 2100 | 2100 | |
| 2101 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2101 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2102 | 2102 | post_type = %s, |
| 2103 | 2103 | data_type = %s, |
| 2104 | 2104 | field_type = %s, |
@@ -2124,7 +2124,7 @@ discard block |
||
| 2124 | 2124 | } |
| 2125 | 2125 | |
| 2126 | 2126 | |
| 2127 | - return (int)$lastid; |
|
| 2127 | + return (int) $lastid; |
|
| 2128 | 2128 | |
| 2129 | 2129 | } |
| 2130 | 2130 | } |
@@ -2147,7 +2147,7 @@ discard block |
||
| 2147 | 2147 | if ($field_id != '') {
|
| 2148 | 2148 | $cf = trim($field_id, '_'); |
| 2149 | 2149 | |
| 2150 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2150 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where id= %d ", array($cf)));
|
|
| 2151 | 2151 | |
| 2152 | 2152 | return $field_id; |
| 2153 | 2153 | |
@@ -2170,12 +2170,12 @@ discard block |
||
| 2170 | 2170 | * @param string $field_ins_upd When set to "submit" displays form. |
| 2171 | 2171 | * @param bool $default when set to true field will be for admin use only. |
| 2172 | 2172 | */ |
| 2173 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2173 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key = '') |
|
| 2174 | 2174 | {
|
| 2175 | 2175 | global $wpdb; |
| 2176 | 2176 | $cf = $result_str; |
| 2177 | 2177 | if (!is_object($cf)) {
|
| 2178 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2178 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE id = %d", array($cf)));
|
|
| 2179 | 2179 | } else {
|
| 2180 | 2180 | $field_info = $cf; |
| 2181 | 2181 | $result_str = $cf->id; |
@@ -2211,18 +2211,18 @@ discard block |
||
| 2211 | 2211 | if ($htmlvar_name == '') |
| 2212 | 2212 | $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
| 2213 | 2213 | |
| 2214 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2214 | + $nonce = wp_create_nonce('custom_fields_'.$result_str);
|
|
| 2215 | 2215 | |
| 2216 | 2216 | $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 2217 | 2217 | $cso_arr = geodir_get_custom_sort_options($post_type); |
| 2218 | 2218 | |
| 2219 | 2219 | $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
| 2220 | - foreach($cso_arr as $cso){
|
|
| 2221 | - if($cur_field_type==$cso['field_type']){
|
|
| 2220 | + foreach ($cso_arr as $cso) {
|
|
| 2221 | + if ($cur_field_type == $cso['field_type']) {
|
|
| 2222 | 2222 | |
| 2223 | 2223 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2224 | 2224 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2225 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2225 | + }elseif (isset($cso['field_icon']) && $cso['field_icon']) {
|
|
| 2226 | 2226 | $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
| 2227 | 2227 | } |
| 2228 | 2228 | |
@@ -2232,40 +2232,40 @@ discard block |
||
| 2232 | 2232 | $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
| 2233 | 2233 | ?> |
| 2234 | 2234 | |
| 2235 | - <li class="text" id="licontainer_<?php echo $result_str;?>"> |
|
| 2235 | + <li class="text" id="licontainer_<?php echo $result_str; ?>"> |
|
| 2236 | 2236 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
| 2237 | - <div class="title title<?php echo $result_str;?> gt-fieldset" |
|
| 2238 | - title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory');?>"
|
|
| 2239 | - ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
|
| 2237 | + <div class="title title<?php echo $result_str; ?> gt-fieldset" |
|
| 2238 | + title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory'); ?>"
|
|
| 2239 | + ondblclick="show_hide('field_frm<?php echo $result_str; ?>')">
|
|
| 2240 | 2240 | <?php |
| 2241 | 2241 | |
| 2242 | 2242 | ?> |
| 2243 | 2243 | |
| 2244 | - <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
|
| 2245 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2244 | + <div title="<?php _e('Click to remove field', 'geodirectory'); ?>"
|
|
| 2245 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2246 | 2246 | class="handlediv close"><i class="fa fa-times" aria-hidden="true"></i></div> |
| 2247 | 2247 | |
| 2248 | 2248 | |
| 2249 | - <?php echo $field_icon;?> |
|
| 2249 | + <?php echo $field_icon; ?> |
|
| 2250 | 2250 | <b style="cursor:pointer;" |
| 2251 | - onclick="show_hide('field_frm<?php echo $result_str;?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory') . ' (' . $site_title . ')');?></b>
|
|
| 2251 | + onclick="show_hide('field_frm<?php echo $result_str; ?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory').' ('.$site_title.')'); ?></b>
|
|
| 2252 | 2252 | |
| 2253 | 2253 | </div> |
| 2254 | 2254 | |
| 2255 | - <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
|
| 2255 | + <div id="field_frm<?php echo $result_str; ?>" class="field_frm" |
|
| 2256 | 2256 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2257 | 2257 | echo 'block;'; |
| 2258 | 2258 | } else {
|
| 2259 | 2259 | echo 'none;'; |
| 2260 | 2260 | } ?>"> |
| 2261 | 2261 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2262 | - <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
|
| 2263 | - <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
|
| 2264 | - <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
|
| 2262 | + <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type; ?>"/> |
|
| 2263 | + <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type; ?>"/> |
|
| 2264 | + <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str; ?>"/> |
|
| 2265 | 2265 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2266 | 2266 | echo $field_info->data_type; |
| 2267 | 2267 | }?>"/> |
| 2268 | - <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
|
| 2268 | + <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name; ?>"/> |
|
| 2269 | 2269 | |
| 2270 | 2270 | |
| 2271 | 2271 | <ul class="widefat post fixed" border="0" style="width:100%;"> |
@@ -2275,7 +2275,7 @@ discard block |
||
| 2275 | 2275 | <input type="hidden" name="site_title" id="site_title" value="<?php echo esc_attr($site_title); ?>"/> |
| 2276 | 2276 | |
| 2277 | 2277 | <li> |
| 2278 | - <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0;?> |
|
| 2278 | + <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0; ?> |
|
| 2279 | 2279 | |
| 2280 | 2280 | <label for="asc" class="gd-cf-tooltip-wrap"> |
| 2281 | 2281 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Ascending Sort (low to high)', 'geodirectory'); ?>
|
@@ -2285,24 +2285,24 @@ discard block |
||
| 2285 | 2285 | </label> |
| 2286 | 2286 | <div class="gd-cf-input-wrap gd-switch"> |
| 2287 | 2287 | |
| 2288 | - <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
|
| 2288 | + <input type="radio" id="asc_yes<?php echo $radio_id; ?>" name="asc" class="gdri-enabled" value="1" |
|
| 2289 | 2289 | <?php if ($value == '1') {
|
| 2290 | 2290 | echo 'checked'; |
| 2291 | 2291 | } ?>/> |
| 2292 | - <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2292 | + <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2293 | 2293 | |
| 2294 | - <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
|
| 2294 | + <input type="radio" id="asc_no<?php echo $radio_id; ?>" name="asc" class="gdri-disabled" value="0" |
|
| 2295 | 2295 | <?php if ($value == '0' || !$value) {
|
| 2296 | 2296 | echo 'checked'; |
| 2297 | 2297 | } ?>/> |
| 2298 | - <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2298 | + <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2299 | 2299 | |
| 2300 | 2300 | </div> |
| 2301 | 2301 | |
| 2302 | 2302 | </li> |
| 2303 | 2303 | |
| 2304 | - <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'";}?>>
|
|
| 2305 | - <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : '';?> |
|
| 2304 | + <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'"; }?>>
|
|
| 2305 | + <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : ''; ?> |
|
| 2306 | 2306 | |
| 2307 | 2307 | <label for="asc_title" class="gd-cf-tooltip-wrap"> |
| 2308 | 2308 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Ascending title', 'geodirectory'); ?>
|
@@ -2312,14 +2312,14 @@ discard block |
||
| 2312 | 2312 | </label> |
| 2313 | 2313 | <div class="gd-cf-input-wrap"> |
| 2314 | 2314 | |
| 2315 | - <input type="text" name="asc_title" id="asc_title" value="<?php echo $value;?>" /> |
|
| 2315 | + <input type="text" name="asc_title" id="asc_title" value="<?php echo $value; ?>" /> |
|
| 2316 | 2316 | </div> |
| 2317 | 2317 | |
| 2318 | 2318 | |
| 2319 | 2319 | </li> |
| 2320 | 2320 | |
| 2321 | 2321 | |
| 2322 | - <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'";}?>>
|
|
| 2322 | + <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'"; }?>>
|
|
| 2323 | 2323 | |
| 2324 | 2324 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2325 | 2325 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2330,7 +2330,7 @@ discard block |
||
| 2330 | 2330 | <div class="gd-cf-input-wrap"> |
| 2331 | 2331 | |
| 2332 | 2332 | <input type="radio" name="is_default" |
| 2333 | - value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
|
| 2333 | + value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_asc') {
|
|
| 2334 | 2334 | echo 'checked="checked"'; |
| 2335 | 2335 | } ?>/> |
| 2336 | 2336 | </div> |
@@ -2340,7 +2340,7 @@ discard block |
||
| 2340 | 2340 | |
| 2341 | 2341 | |
| 2342 | 2342 | <li> |
| 2343 | - <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0;?> |
|
| 2343 | + <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0; ?> |
|
| 2344 | 2344 | |
| 2345 | 2345 | <label for="desc" class="gd-cf-tooltip-wrap"> |
| 2346 | 2346 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Descending Sort (high to low)', 'geodirectory'); ?>
|
@@ -2350,24 +2350,24 @@ discard block |
||
| 2350 | 2350 | </label> |
| 2351 | 2351 | <div class="gd-cf-input-wrap gd-switch"> |
| 2352 | 2352 | |
| 2353 | - <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
|
| 2353 | + <input type="radio" id="desc_yes<?php echo $radio_id; ?>" name="desc" class="gdri-enabled" value="1" |
|
| 2354 | 2354 | <?php if ($value == '1') {
|
| 2355 | 2355 | echo 'checked'; |
| 2356 | 2356 | } ?>/> |
| 2357 | - <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2357 | + <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2358 | 2358 | |
| 2359 | - <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
|
| 2359 | + <input type="radio" id="desc_no<?php echo $radio_id; ?>" name="desc" class="gdri-disabled" value="0" |
|
| 2360 | 2360 | <?php if ($value == '0' || !$value) {
|
| 2361 | 2361 | echo 'checked'; |
| 2362 | 2362 | } ?>/> |
| 2363 | - <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2363 | + <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2364 | 2364 | |
| 2365 | 2365 | </div> |
| 2366 | 2366 | |
| 2367 | 2367 | </li> |
| 2368 | 2368 | |
| 2369 | - <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'";}?>>
|
|
| 2370 | - <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : '';?> |
|
| 2369 | + <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'"; }?>>
|
|
| 2370 | + <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : ''; ?> |
|
| 2371 | 2371 | |
| 2372 | 2372 | <label for="desc_title" class="gd-cf-tooltip-wrap"> |
| 2373 | 2373 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Descending title', 'geodirectory'); ?>
|
@@ -2377,13 +2377,13 @@ discard block |
||
| 2377 | 2377 | </label> |
| 2378 | 2378 | <div class="gd-cf-input-wrap"> |
| 2379 | 2379 | |
| 2380 | - <input type="text" name="desc_title" id="desc_title" value="<?php echo $value;?>" /> |
|
| 2380 | + <input type="text" name="desc_title" id="desc_title" value="<?php echo $value; ?>" /> |
|
| 2381 | 2381 | </div> |
| 2382 | 2382 | |
| 2383 | 2383 | |
| 2384 | 2384 | </li> |
| 2385 | 2385 | |
| 2386 | - <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'";}?>>
|
|
| 2386 | + <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'"; }?>>
|
|
| 2387 | 2387 | |
| 2388 | 2388 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2389 | 2389 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2394,7 +2394,7 @@ discard block |
||
| 2394 | 2394 | <div class="gd-cf-input-wrap"> |
| 2395 | 2395 | |
| 2396 | 2396 | <input type="radio" name="is_default" |
| 2397 | - value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
|
| 2397 | + value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_desc') {
|
|
| 2398 | 2398 | echo 'checked="checked"'; |
| 2399 | 2399 | } ?>/> |
| 2400 | 2400 | </div> |
@@ -2419,14 +2419,14 @@ discard block |
||
| 2419 | 2419 | </label> |
| 2420 | 2420 | <div class="gd-cf-input-wrap"> |
| 2421 | 2421 | |
| 2422 | - <input type="text" name="site_title" id="site_title" value="<?php echo $value;?>" /> |
|
| 2422 | + <input type="text" name="site_title" id="site_title" value="<?php echo $value; ?>" /> |
|
| 2423 | 2423 | </div> |
| 2424 | 2424 | |
| 2425 | 2425 | |
| 2426 | 2426 | </li> |
| 2427 | 2427 | |
| 2428 | 2428 | <li> |
| 2429 | - <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : '';?> |
|
| 2429 | + <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : ''; ?> |
|
| 2430 | 2430 | |
| 2431 | 2431 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2432 | 2432 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2450,7 +2450,7 @@ discard block |
||
| 2450 | 2450 | |
| 2451 | 2451 | |
| 2452 | 2452 | <li> |
| 2453 | - <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active: 0;?> |
|
| 2453 | + <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active : 0; ?> |
|
| 2454 | 2454 | |
| 2455 | 2455 | <label for="is_active" class="gd-cf-tooltip-wrap"> |
| 2456 | 2456 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Is active', 'geodirectory'); ?>
|
@@ -2460,17 +2460,17 @@ discard block |
||
| 2460 | 2460 | </label> |
| 2461 | 2461 | <div class="gd-cf-input-wrap gd-switch"> |
| 2462 | 2462 | |
| 2463 | - <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2463 | + <input type="radio" id="is_active_yes<?php echo $radio_id; ?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2464 | 2464 | <?php if ($value == '1') {
|
| 2465 | 2465 | echo 'checked'; |
| 2466 | 2466 | } ?>/> |
| 2467 | - <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2467 | + <label for="is_active_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2468 | 2468 | |
| 2469 | - <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2469 | + <input type="radio" id="is_active_no<?php echo $radio_id; ?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2470 | 2470 | <?php if ($value == '0' || !$value) {
|
| 2471 | 2471 | echo 'checked'; |
| 2472 | 2472 | } ?>/> |
| 2473 | - <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2473 | + <label for="is_active_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2474 | 2474 | |
| 2475 | 2475 | </div> |
| 2476 | 2476 | |
@@ -2491,10 +2491,10 @@ discard block |
||
| 2491 | 2491 | <h3></h3> |
| 2492 | 2492 | </label> |
| 2493 | 2493 | <div class="gd-cf-input-wrap"> |
| 2494 | - <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save','geodirectory'));?>"
|
|
| 2494 | + <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save', 'geodirectory')); ?>"
|
|
| 2495 | 2495 | onclick="save_sort_field('<?php echo esc_attr($result_str); ?>')"/>
|
| 2496 | - <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete','geodirectory'));?>"
|
|
| 2497 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2496 | + <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete', 'geodirectory')); ?>"
|
|
| 2497 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2498 | 2498 | class="button"/></a> |
| 2499 | 2499 | </div> |
| 2500 | 2500 | </li> |
@@ -2529,7 +2529,7 @@ discard block |
||
| 2529 | 2529 | if (!$package_id || !$field_name || !$post_type) {
|
| 2530 | 2530 | return true; |
| 2531 | 2531 | } |
| 2532 | - $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2532 | + $sql = $wpdb->prepare("SELECT id FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int) $package_id));
|
|
| 2533 | 2533 | |
| 2534 | 2534 | if ($wpdb->get_var($sql)) {
|
| 2535 | 2535 | return true; |
@@ -2652,13 +2652,13 @@ discard block |
||
| 2652 | 2652 | } |
| 2653 | 2653 | |
| 2654 | 2654 | |
| 2655 | -function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
|
| 2655 | +function geodir_cfa_data_type_text($output, $result_str, $cf, $field_info) {
|
|
| 2656 | 2656 | ob_start(); |
| 2657 | 2657 | |
| 2658 | 2658 | $dt_value = ''; |
| 2659 | 2659 | if (isset($field_info->data_type)) {
|
| 2660 | 2660 | $dt_value = esc_attr($field_info->data_type); |
| 2661 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2661 | + }elseif (isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']) {
|
|
| 2662 | 2662 | $dt_value = $cf['defaults']['data_type']; |
| 2663 | 2663 | } |
| 2664 | 2664 | ?> |
@@ -2669,15 +2669,15 @@ discard block |
||
| 2669 | 2669 | <select name="data_type" id="data_type" |
| 2670 | 2670 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2671 | 2671 | <option |
| 2672 | - value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2672 | + value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2673 | 2673 | echo 'selected="selected"'; |
| 2674 | 2674 | } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
| 2675 | 2675 | <option |
| 2676 | - value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2676 | + value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2677 | 2677 | echo 'selected="selected"'; |
| 2678 | 2678 | } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
| 2679 | 2679 | <option |
| 2680 | - value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2680 | + value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2681 | 2681 | echo 'selected="selected"'; |
| 2682 | 2682 | } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
| 2683 | 2683 | </select> |
@@ -2690,13 +2690,13 @@ discard block |
||
| 2690 | 2690 | $value = ''; |
| 2691 | 2691 | if (isset($field_info->decimal_point)) {
|
| 2692 | 2692 | $value = esc_attr($field_info->decimal_point); |
| 2693 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2693 | + }elseif (isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']) {
|
|
| 2694 | 2694 | $value = $cf['defaults']['decimal_point']; |
| 2695 | 2695 | } |
| 2696 | 2696 | ?> |
| 2697 | 2697 | |
| 2698 | 2698 | <li class="decimal-point-wrapper" |
| 2699 | - style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2699 | + style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2700 | 2700 | <label for="decimal_point"><?php _e('Select decimal point :', 'geodirectory'); ?></label>
|
| 2701 | 2701 | <div class="gd-cf-input-wrap"> |
| 2702 | 2702 | <select name="decimal_point" id="decimal_point"> |
@@ -2714,41 +2714,41 @@ discard block |
||
| 2714 | 2714 | $output = ob_get_clean(); |
| 2715 | 2715 | return $output; |
| 2716 | 2716 | } |
| 2717 | -add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
|
| 2717 | +add_filter('geodir_cfa_data_type_text', 'geodir_cfa_data_type_text', 10, 4);
|
|
| 2718 | 2718 | |
| 2719 | 2719 | // htmlvar not needed for fieldset and taxonomy |
| 2720 | -add_filter('geodir_cfa_htmlvar_name_fieldset','__return_empty_string',10,4);
|
|
| 2721 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','__return_empty_string',10,4);
|
|
| 2720 | +add_filter('geodir_cfa_htmlvar_name_fieldset', '__return_empty_string', 10, 4);
|
|
| 2721 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2722 | 2722 | |
| 2723 | 2723 | |
| 2724 | 2724 | // default_value not needed for textarea, html, file, fieldset, taxonomy, address |
| 2725 | -add_filter('geodir_cfa_default_value_file','__return_empty_string',10,4);
|
|
| 2726 | -add_filter('geodir_cfa_default_value_taxonomy','__return_empty_string',10,4);
|
|
| 2727 | -add_filter('geodir_cfa_default_value_address','__return_empty_string',10,4);
|
|
| 2728 | -add_filter('geodir_cfa_default_value_fieldset','__return_empty_string',10,4);
|
|
| 2725 | +add_filter('geodir_cfa_default_value_file', '__return_empty_string', 10, 4);
|
|
| 2726 | +add_filter('geodir_cfa_default_value_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2727 | +add_filter('geodir_cfa_default_value_address', '__return_empty_string', 10, 4);
|
|
| 2728 | +add_filter('geodir_cfa_default_value_fieldset', '__return_empty_string', 10, 4);
|
|
| 2729 | 2729 | |
| 2730 | 2730 | // is_required not needed for fieldset |
| 2731 | -add_filter('geodir_cfa_is_required_fieldset','__return_empty_string',10,4);
|
|
| 2732 | -add_filter('geodir_cfa_required_msg_fieldset','__return_empty_string',10,4);
|
|
| 2731 | +add_filter('geodir_cfa_is_required_fieldset', '__return_empty_string', 10, 4);
|
|
| 2732 | +add_filter('geodir_cfa_required_msg_fieldset', '__return_empty_string', 10, 4);
|
|
| 2733 | 2733 | |
| 2734 | 2734 | // field_icon not needed for fieldset |
| 2735 | -add_filter('geodir_cfa_field_icon_fieldset','__return_empty_string',10,4);
|
|
| 2736 | -add_filter('geodir_cfa_css_class_fieldset','__return_empty_string',10,4);
|
|
| 2735 | +add_filter('geodir_cfa_field_icon_fieldset', '__return_empty_string', 10, 4);
|
|
| 2736 | +add_filter('geodir_cfa_css_class_fieldset', '__return_empty_string', 10, 4);
|
|
| 2737 | 2737 | |
| 2738 | 2738 | // cat_sort not needed for some fields |
| 2739 | -add_filter('geodir_cfa_cat_sort_html','__return_empty_string',10,4);
|
|
| 2740 | -add_filter('geodir_cfa_cat_sort_file','__return_empty_string',10,4);
|
|
| 2741 | -add_filter('geodir_cfa_cat_sort_url','__return_empty_string',10,4);
|
|
| 2742 | -add_filter('geodir_cfa_cat_sort_fieldset','__return_empty_string',10,4);
|
|
| 2743 | -add_filter('geodir_cfa_cat_sort_multiselect','__return_empty_string',10,4);
|
|
| 2744 | -add_filter('geodir_cfa_cat_sort_textarea','__return_empty_string',10,4);
|
|
| 2745 | -add_filter('geodir_cfa_cat_sort_taxonomy','__return_empty_string',10,4);
|
|
| 2746 | -add_filter('geodir_cfa_cat_sort_address','__return_empty_string',10,4);
|
|
| 2739 | +add_filter('geodir_cfa_cat_sort_html', '__return_empty_string', 10, 4);
|
|
| 2740 | +add_filter('geodir_cfa_cat_sort_file', '__return_empty_string', 10, 4);
|
|
| 2741 | +add_filter('geodir_cfa_cat_sort_url', '__return_empty_string', 10, 4);
|
|
| 2742 | +add_filter('geodir_cfa_cat_sort_fieldset', '__return_empty_string', 10, 4);
|
|
| 2743 | +add_filter('geodir_cfa_cat_sort_multiselect', '__return_empty_string', 10, 4);
|
|
| 2744 | +add_filter('geodir_cfa_cat_sort_textarea', '__return_empty_string', 10, 4);
|
|
| 2745 | +add_filter('geodir_cfa_cat_sort_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2746 | +add_filter('geodir_cfa_cat_sort_address', '__return_empty_string', 10, 4);
|
|
| 2747 | 2747 | |
| 2748 | 2748 | |
| 2749 | 2749 | |
| 2750 | -function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
|
| 2751 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2750 | +function geodir_cfa_advanced_editor_geodir_special_offers($output, $result_str, $cf, $field_info) {
|
|
| 2751 | + if ($field_info->htmlvar_name != 'geodir_special_offers') {return ''; }
|
|
| 2752 | 2752 | ob_start(); |
| 2753 | 2753 | ?> |
| 2754 | 2754 | <li> |
@@ -2779,16 +2779,16 @@ discard block |
||
| 2779 | 2779 | $output = ob_get_clean(); |
| 2780 | 2780 | return $output; |
| 2781 | 2781 | } |
| 2782 | -add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
|
| 2782 | +add_filter('geodir_cfa_advanced_editor_textarea', 'geodir_cfa_advanced_editor_geodir_special_offers', 10, 4);
|
|
| 2783 | 2783 | |
| 2784 | 2784 | |
| 2785 | -function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
|
| 2785 | +function geodir_cfa_validation_pattern_text($output, $result_str, $cf, $field_info) {
|
|
| 2786 | 2786 | ob_start(); |
| 2787 | 2787 | |
| 2788 | 2788 | $value = ''; |
| 2789 | 2789 | if (isset($field_info->validation_pattern)) {
|
| 2790 | 2790 | $value = esc_attr($field_info->validation_pattern); |
| 2791 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2791 | + }elseif (isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']) {
|
|
| 2792 | 2792 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2793 | 2793 | } |
| 2794 | 2794 | ?> |
@@ -2808,7 +2808,7 @@ discard block |
||
| 2808 | 2808 | $value = ''; |
| 2809 | 2809 | if (isset($field_info->validation_msg)) {
|
| 2810 | 2810 | $value = esc_attr($field_info->validation_msg); |
| 2811 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2811 | + }elseif (isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']) {
|
|
| 2812 | 2812 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2813 | 2813 | } |
| 2814 | 2814 | ?> |
@@ -2829,10 +2829,10 @@ discard block |
||
| 2829 | 2829 | $output = ob_get_clean(); |
| 2830 | 2830 | return $output; |
| 2831 | 2831 | } |
| 2832 | -add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
|
| 2832 | +add_filter('geodir_cfa_validation_pattern_text', 'geodir_cfa_validation_pattern_text', 10, 4);
|
|
| 2833 | 2833 | |
| 2834 | 2834 | |
| 2835 | -function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
|
| 2835 | +function geodir_cfa_htmlvar_name_taxonomy($output, $result_str, $cf, $field_info) {
|
|
| 2836 | 2836 | ob_start(); |
| 2837 | 2837 | global $post_type; |
| 2838 | 2838 | |
@@ -2857,7 +2857,7 @@ discard block |
||
| 2857 | 2857 | ?> |
| 2858 | 2858 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2859 | 2859 | echo 'selected="selected"'; |
| 2860 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2860 | + }?> id="<?php echo $gd_tax; ?>"><?php echo $gd_tax; ?></option><?php |
|
| 2861 | 2861 | } |
| 2862 | 2862 | ?> |
| 2863 | 2863 | </select> |
@@ -2868,7 +2868,7 @@ discard block |
||
| 2868 | 2868 | <label for="cat_display_type" class="gd-cf-tooltip-wrap"> |
| 2869 | 2869 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Category display type :', 'geodirectory'); ?>
|
| 2870 | 2870 | <div class="gdcf-tooltip"> |
| 2871 | - <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory');?>
|
|
| 2871 | + <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory'); ?>
|
|
| 2872 | 2872 | </div> |
| 2873 | 2873 | </label> |
| 2874 | 2874 | <div class="gd-cf-input-wrap"> |
@@ -2876,19 +2876,19 @@ discard block |
||
| 2876 | 2876 | <select name="cat_display_type" id="cat_display_type"> |
| 2877 | 2877 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2878 | 2878 | echo 'selected="selected"'; |
| 2879 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2879 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory'); ?></option>
|
|
| 2880 | 2880 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2881 | 2881 | echo 'selected="selected"'; |
| 2882 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2882 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 2883 | 2883 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2884 | 2884 | echo 'selected="selected"'; |
| 2885 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2885 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory'); ?></option>
|
|
| 2886 | 2886 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2887 | 2887 | echo 'selected="selected"'; |
| 2888 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2888 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 2889 | 2889 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2890 | 2890 | echo 'selected="selected"'; |
| 2891 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2891 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 2892 | 2892 | </select> |
| 2893 | 2893 | </div> |
| 2894 | 2894 | </li> |
@@ -2897,10 +2897,10 @@ discard block |
||
| 2897 | 2897 | $output = ob_get_clean(); |
| 2898 | 2898 | return $output; |
| 2899 | 2899 | } |
| 2900 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
|
| 2900 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', 'geodir_cfa_htmlvar_name_taxonomy', 10, 4);
|
|
| 2901 | 2901 | |
| 2902 | 2902 | |
| 2903 | -function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
|
| 2903 | +function geodir_cfa_extra_fields_address($output, $result_str, $cf, $field_info) {
|
|
| 2904 | 2904 | |
| 2905 | 2905 | ob_start(); |
| 2906 | 2906 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -2923,32 +2923,32 @@ discard block |
||
| 2923 | 2923 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
| 2924 | 2924 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display zip/post code :', 'geodirectory'); ?>
|
| 2925 | 2925 | <div class="gdcf-tooltip"> |
| 2926 | - <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory');?>
|
|
| 2926 | + <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory'); ?>
|
|
| 2927 | 2927 | </div> |
| 2928 | 2928 | </label> |
| 2929 | 2929 | <div class="gd-cf-input-wrap gd-switch"> |
| 2930 | 2930 | |
| 2931 | - <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2931 | + <input type="radio" id="show_zip_yes<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2932 | 2932 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2933 | 2933 | echo 'checked'; |
| 2934 | 2934 | } ?>/> |
| 2935 | - <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2935 | + <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2936 | 2936 | |
| 2937 | - <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2937 | + <input type="radio" id="show_zip_no<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2938 | 2938 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2939 | 2939 | echo 'checked'; |
| 2940 | 2940 | } ?>/> |
| 2941 | - <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2941 | + <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2942 | 2942 | |
| 2943 | 2943 | |
| 2944 | 2944 | </div> |
| 2945 | 2945 | </li> |
| 2946 | 2946 | |
| 2947 | - <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'";}?> >
|
|
| 2947 | + <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'"; }?> >
|
|
| 2948 | 2948 | <label for="zip_lable" class="gd-cf-tooltip-wrap"> |
| 2949 | 2949 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Zip/Post code label :', 'geodirectory'); ?>
|
| 2950 | 2950 | <div class="gdcf-tooltip"> |
| 2951 | - <?php _e('Enter zip/post code field label in address section.', 'geodirectory');?>
|
|
| 2951 | + <?php _e('Enter zip/post code field label in address section.', 'geodirectory'); ?>
|
|
| 2952 | 2952 | </div> |
| 2953 | 2953 | </label> |
| 2954 | 2954 | <div class="gd-cf-input-wrap"> |
@@ -2966,7 +2966,7 @@ discard block |
||
| 2966 | 2966 | <label for="map_lable" class="gd-cf-tooltip-wrap"> |
| 2967 | 2967 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map button label :', 'geodirectory'); ?>
|
| 2968 | 2968 | <div class="gdcf-tooltip"> |
| 2969 | - <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory');?>
|
|
| 2969 | + <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory'); ?>
|
|
| 2970 | 2970 | </div> |
| 2971 | 2971 | </label> |
| 2972 | 2972 | <div class="gd-cf-input-wrap"> |
@@ -2981,22 +2981,22 @@ discard block |
||
| 2981 | 2981 | <label for="show_mapzoom" class="gd-cf-tooltip-wrap"> |
| 2982 | 2982 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Use user zoom level:', 'geodirectory'); ?>
|
| 2983 | 2983 | <div class="gdcf-tooltip"> |
| 2984 | - <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory');?>
|
|
| 2984 | + <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory'); ?>
|
|
| 2985 | 2985 | </div> |
| 2986 | 2986 | </label> |
| 2987 | 2987 | <div class="gd-cf-input-wrap gd-switch"> |
| 2988 | 2988 | |
| 2989 | - <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 2989 | + <input type="radio" id="show_mapzoom_yes<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 2990 | 2990 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 2991 | 2991 | echo 'checked'; |
| 2992 | 2992 | } ?>/> |
| 2993 | - <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2993 | + <label for="show_mapzoom_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2994 | 2994 | |
| 2995 | - <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 2995 | + <input type="radio" id="show_mapzoom_no<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 2996 | 2996 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 2997 | 2997 | echo 'checked'; |
| 2998 | 2998 | } ?>/> |
| 2999 | - <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2999 | + <label for="show_mapzoom_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3000 | 3000 | |
| 3001 | 3001 | </div> |
| 3002 | 3002 | </li> |
@@ -3005,22 +3005,22 @@ discard block |
||
| 3005 | 3005 | <label for="show_mapview" class="gd-cf-tooltip-wrap"> |
| 3006 | 3006 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display map view:', 'geodirectory'); ?>
|
| 3007 | 3007 | <div class="gdcf-tooltip"> |
| 3008 | - <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory');?>
|
|
| 3008 | + <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory'); ?>
|
|
| 3009 | 3009 | </div> |
| 3010 | 3010 | </label> |
| 3011 | 3011 | <div class="gd-cf-input-wrap gd-switch"> |
| 3012 | 3012 | |
| 3013 | - <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3013 | + <input type="radio" id="show_mapview_yes<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3014 | 3014 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3015 | 3015 | echo 'checked'; |
| 3016 | 3016 | } ?>/> |
| 3017 | - <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3017 | + <label for="show_mapview_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3018 | 3018 | |
| 3019 | - <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3019 | + <input type="radio" id="show_mapview_no<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3020 | 3020 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3021 | 3021 | echo 'checked'; |
| 3022 | 3022 | } ?>/> |
| 3023 | - <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3023 | + <label for="show_mapview_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3024 | 3024 | |
| 3025 | 3025 | </div> |
| 3026 | 3026 | </li> |
@@ -3030,7 +3030,7 @@ discard block |
||
| 3030 | 3030 | <label for="mapview_lable" class="gd-cf-tooltip-wrap"> |
| 3031 | 3031 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map view label:', 'geodirectory'); ?>
|
| 3032 | 3032 | <div class="gdcf-tooltip"> |
| 3033 | - <?php _e('Enter mapview field label in address section.', 'geodirectory');?>
|
|
| 3033 | + <?php _e('Enter mapview field label in address section.', 'geodirectory'); ?>
|
|
| 3034 | 3034 | </div> |
| 3035 | 3035 | </label> |
| 3036 | 3036 | <div class="gd-cf-input-wrap"> |
@@ -3044,22 +3044,22 @@ discard block |
||
| 3044 | 3044 | <label for="show_latlng" class="gd-cf-tooltip-wrap"> |
| 3045 | 3045 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show latitude and longitude', 'geodirectory'); ?>
|
| 3046 | 3046 | <div class="gdcf-tooltip"> |
| 3047 | - <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory');?>
|
|
| 3047 | + <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory'); ?>
|
|
| 3048 | 3048 | </div> |
| 3049 | 3049 | </label> |
| 3050 | 3050 | <div class="gd-cf-input-wrap gd-switch"> |
| 3051 | 3051 | |
| 3052 | - <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3052 | + <input type="radio" id="show_latlng_yes<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3053 | 3053 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3054 | 3054 | echo 'checked'; |
| 3055 | 3055 | } ?>/> |
| 3056 | - <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3056 | + <label for="show_latlng_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3057 | 3057 | |
| 3058 | - <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3058 | + <input type="radio" id="show_latlng_no<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3059 | 3059 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3060 | 3060 | echo 'checked'; |
| 3061 | 3061 | } ?>/> |
| 3062 | - <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3062 | + <label for="show_latlng_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3063 | 3063 | |
| 3064 | 3064 | </div> |
| 3065 | 3065 | </li> |
@@ -3068,17 +3068,17 @@ discard block |
||
| 3068 | 3068 | $html = ob_get_clean(); |
| 3069 | 3069 | return $output.$html; |
| 3070 | 3070 | } |
| 3071 | -add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
|
| 3071 | +add_filter('geodir_cfa_extra_fields_address', 'geodir_cfa_extra_fields_address', 10, 4);
|
|
| 3072 | 3072 | |
| 3073 | 3073 | |
| 3074 | -function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
|
| 3074 | +function geodir_cfa_extra_fields_multiselect($output, $result_str, $cf, $field_info) {
|
|
| 3075 | 3075 | ob_start(); |
| 3076 | 3076 | ?> |
| 3077 | 3077 | <li> |
| 3078 | 3078 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3079 | 3079 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
| 3080 | 3080 | <div class="gdcf-tooltip"> |
| 3081 | - <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory');?>
|
|
| 3081 | + <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory'); ?>
|
|
| 3082 | 3082 | </div> |
| 3083 | 3083 | </label> |
| 3084 | 3084 | <div class="gd-cf-input-wrap"> |
@@ -3086,13 +3086,13 @@ discard block |
||
| 3086 | 3086 | <select name="multi_display_type" id="multi_display_type"> |
| 3087 | 3087 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3088 | 3088 | echo 'selected="selected"'; |
| 3089 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3089 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 3090 | 3090 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3091 | 3091 | echo 'selected="selected"'; |
| 3092 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3092 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 3093 | 3093 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3094 | 3094 | echo 'selected="selected"'; |
| 3095 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3095 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 3096 | 3096 | </select> |
| 3097 | 3097 | |
| 3098 | 3098 | <br/> |
@@ -3103,17 +3103,17 @@ discard block |
||
| 3103 | 3103 | $html = ob_get_clean(); |
| 3104 | 3104 | return $output.$html; |
| 3105 | 3105 | } |
| 3106 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
|
| 3106 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_multiselect', 10, 4);
|
|
| 3107 | 3107 | |
| 3108 | 3108 | |
| 3109 | -function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
|
| 3109 | +function geodir_cfa_extra_fields_smr($output, $result_str, $cf, $field_info) {
|
|
| 3110 | 3110 | |
| 3111 | 3111 | ob_start(); |
| 3112 | 3112 | |
| 3113 | 3113 | $value = ''; |
| 3114 | 3114 | if (isset($field_info->option_values)) {
|
| 3115 | 3115 | $value = esc_attr($field_info->option_values); |
| 3116 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3116 | + }elseif (isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']) {
|
|
| 3117 | 3117 | $value = esc_attr($cf['defaults']['option_values']); |
| 3118 | 3118 | } |
| 3119 | 3119 | |
@@ -3123,11 +3123,11 @@ discard block |
||
| 3123 | 3123 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3124 | 3124 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
| 3125 | 3125 | <div class="gdcf-tooltip"> |
| 3126 | - <span><?php _e('Option Values should be separated by comma.', 'geodirectory');?></span>
|
|
| 3126 | + <span><?php _e('Option Values should be separated by comma.', 'geodirectory'); ?></span>
|
|
| 3127 | 3127 | <br/> |
| 3128 | - <small><span><?php _e('If using for a "tick filter" place a / and then either a 1 for true or 0 for false', 'geodirectory');?></span>
|
|
| 3128 | + <small><span><?php _e('If using for a "tick filter" place a / and then either a 1 for true or 0 for false', 'geodirectory'); ?></span>
|
|
| 3129 | 3129 | <br/> |
| 3130 | - <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory');?></span>
|
|
| 3130 | + <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory'); ?></span>
|
|
| 3131 | 3131 | <?php if ($field_type == 'multiselect' || $field_type == 'select') { ?>
|
| 3132 | 3132 | <br/> |
| 3133 | 3133 | <span><?php _e('- If using OPTGROUP tag to grouping options, use "{optgroup}OPTGROUP-LABEL|OPTION-1,OPTION-2{/optgroup}"', 'geodirectory'); ?></span>
|
@@ -3138,7 +3138,7 @@ discard block |
||
| 3138 | 3138 | </label> |
| 3139 | 3139 | <div class="gd-cf-input-wrap"> |
| 3140 | 3140 | <input type="text" name="option_values" id="option_values" |
| 3141 | - value="<?php echo $value;?>"/> |
|
| 3141 | + value="<?php echo $value; ?>"/> |
|
| 3142 | 3142 | <br/> |
| 3143 | 3143 | |
| 3144 | 3144 | </div> |
@@ -3148,12 +3148,12 @@ discard block |
||
| 3148 | 3148 | $html = ob_get_clean(); |
| 3149 | 3149 | return $output.$html; |
| 3150 | 3150 | } |
| 3151 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3152 | -add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3153 | -add_filter('geodir_cfa_extra_fields_radio','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3151 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3152 | +add_filter('geodir_cfa_extra_fields_select', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3153 | +add_filter('geodir_cfa_extra_fields_radio', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3154 | 3154 | |
| 3155 | 3155 | |
| 3156 | -function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
|
| 3156 | +function geodir_cfa_extra_fields_datepicker($output, $result_str, $cf, $field_info) {
|
|
| 3157 | 3157 | ob_start(); |
| 3158 | 3158 | $extra = array(); |
| 3159 | 3159 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -3164,7 +3164,7 @@ discard block |
||
| 3164 | 3164 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3165 | 3165 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
| 3166 | 3166 | <div class="gdcf-tooltip"> |
| 3167 | - <?php _e('Select the date format.', 'geodirectory');?>
|
|
| 3167 | + <?php _e('Select the date format.', 'geodirectory'); ?>
|
|
| 3168 | 3168 | </div> |
| 3169 | 3169 | </label> |
| 3170 | 3170 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
@@ -3184,16 +3184,16 @@ discard block |
||
| 3184 | 3184 | * @since 1.6.5 |
| 3185 | 3185 | * @param array $date_formats The PHP date format array. |
| 3186 | 3186 | */ |
| 3187 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3187 | + $date_formats = apply_filters('geodir_date_formats', $date_formats);
|
|
| 3188 | 3188 | ?> |
| 3189 | 3189 | <select name="extra[date_format]" id="date_format"> |
| 3190 | 3190 | <?php |
| 3191 | - foreach($date_formats as $format){
|
|
| 3191 | + foreach ($date_formats as $format) {
|
|
| 3192 | 3192 | $selected = ''; |
| 3193 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3193 | + if (!empty($extra) && esc_attr($extra['date_format']) == $format) {
|
|
| 3194 | 3194 | $selected = "selected='selected'"; |
| 3195 | 3195 | } |
| 3196 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3196 | + echo "<option $selected value='$format'>$format (".date_i18n($format, time()).")</option>";
|
|
| 3197 | 3197 | } |
| 3198 | 3198 | ?> |
| 3199 | 3199 | </select> |
@@ -3205,10 +3205,10 @@ discard block |
||
| 3205 | 3205 | $html = ob_get_clean(); |
| 3206 | 3206 | return $output.$html; |
| 3207 | 3207 | } |
| 3208 | -add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
|
| 3208 | +add_filter('geodir_cfa_extra_fields_datepicker', 'geodir_cfa_extra_fields_datepicker', 10, 4);
|
|
| 3209 | 3209 | |
| 3210 | 3210 | |
| 3211 | -function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
|
| 3211 | +function geodir_cfa_extra_fields_file($output, $result_str, $cf, $field_info) {
|
|
| 3212 | 3212 | ob_start(); |
| 3213 | 3213 | $allowed_file_types = geodir_allowed_mime_types(); |
| 3214 | 3214 | |
@@ -3219,16 +3219,16 @@ discard block |
||
| 3219 | 3219 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3220 | 3220 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
| 3221 | 3221 | <div class="gdcf-tooltip"> |
| 3222 | - <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory');?>
|
|
| 3222 | + <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory'); ?>
|
|
| 3223 | 3223 | </div> |
| 3224 | 3224 | </label> |
| 3225 | 3225 | <div class="gd-cf-input-wrap"> |
| 3226 | 3226 | <select name="extra[gd_file_types][]" id="gd_file_types" multiple="multiple" style="height:100px;width:90%;"> |
| 3227 | - <option value="*" <?php selected(true, in_array('*', $gd_file_types));?>><?php _e('All types', 'geodirectory') ;?></option>
|
|
| 3228 | - <?php foreach ( $allowed_file_types as $format => $types ) { ?>
|
|
| 3229 | - <optgroup label="<?php echo esc_attr( wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory') ) ) ;?>">
|
|
| 3230 | - <?php foreach ( $types as $ext => $type ) { ?>
|
|
| 3231 | - <option value="<?php echo esc_attr($ext) ;?>" <?php selected(true, in_array($ext, $gd_file_types));?>><?php echo '.' . $ext ;?></option> |
|
| 3227 | + <option value="*" <?php selected(true, in_array('*', $gd_file_types)); ?>><?php _e('All types', 'geodirectory'); ?></option>
|
|
| 3228 | + <?php foreach ($allowed_file_types as $format => $types) { ?>
|
|
| 3229 | + <optgroup label="<?php echo esc_attr(wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory'))); ?>">
|
|
| 3230 | + <?php foreach ($types as $ext => $type) { ?>
|
|
| 3231 | + <option value="<?php echo esc_attr($ext); ?>" <?php selected(true, in_array($ext, $gd_file_types)); ?>><?php echo '.'.$ext; ?></option> |
|
| 3232 | 3232 | <?php } ?> |
| 3233 | 3233 | </optgroup> |
| 3234 | 3234 | <?php } ?> |
@@ -3240,9 +3240,9 @@ discard block |
||
| 3240 | 3240 | $html = ob_get_clean(); |
| 3241 | 3241 | return $output.$html; |
| 3242 | 3242 | } |
| 3243 | -add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
|
| 3243 | +add_filter('geodir_cfa_extra_fields_file', 'geodir_cfa_extra_fields_file', 10, 4);
|
|
| 3244 | 3244 | |
| 3245 | -function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
|
| 3245 | +function geodir_cfa_extra_fields_text($output, $result_str, $cf, $field_info) {
|
|
| 3246 | 3246 | ob_start(); |
| 3247 | 3247 | |
| 3248 | 3248 | $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
@@ -3256,15 +3256,15 @@ discard block |
||
| 3256 | 3256 | $value = ''; |
| 3257 | 3257 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3258 | 3258 | $value = esc_attr($extra_fields['is_price']); |
| 3259 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3259 | + }elseif (isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']) {
|
|
| 3260 | 3260 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3261 | 3261 | } |
| 3262 | 3262 | |
| 3263 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3263 | + $show_price_extra = ($value == 1) ? 1 : 0; |
|
| 3264 | 3264 | |
| 3265 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3265 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type == 'INT' && $field_info->data_type == 'FLOAT')) ? 1 : 0; |
|
| 3266 | 3266 | ?> |
| 3267 | - <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
|
| 3267 | + <li class="gdcf-price-extra-set" <?php if (!$show_price) { echo "style='display:none;'"; }?>>
|
|
| 3268 | 3268 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3269 | 3269 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
| 3270 | 3270 | <div class="gdcf-tooltip"> |
@@ -3273,17 +3273,17 @@ discard block |
||
| 3273 | 3273 | </label> |
| 3274 | 3274 | <div class="gd-cf-input-wrap gd-switch"> |
| 3275 | 3275 | |
| 3276 | - <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3276 | + <input type="radio" id="is_price_yes<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3277 | 3277 | <?php if ($value == '1') {
|
| 3278 | 3278 | echo 'checked'; |
| 3279 | 3279 | } ?>/> |
| 3280 | - <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3280 | + <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3281 | 3281 | |
| 3282 | - <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3282 | + <input type="radio" id="is_price_no<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3283 | 3283 | <?php if ($value == '0' || !$value) {
|
| 3284 | 3284 | echo 'checked'; |
| 3285 | 3285 | } ?>/> |
| 3286 | - <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3286 | + <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3287 | 3287 | |
| 3288 | 3288 | </div> |
| 3289 | 3289 | </li> |
@@ -3293,23 +3293,23 @@ discard block |
||
| 3293 | 3293 | $value = ''; |
| 3294 | 3294 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3295 | 3295 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3296 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3296 | + }elseif (isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']) {
|
|
| 3297 | 3297 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3298 | 3298 | } |
| 3299 | 3299 | ?> |
| 3300 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3301 | - <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
|
| 3300 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3301 | + <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory'); ?>
|
|
| 3302 | 3302 | <div class="gdcf-tooltip"> |
| 3303 | 3303 | <?php _e('Select the thousand separator.', 'geodirectory'); ?>
|
| 3304 | 3304 | </div> |
| 3305 | 3305 | </label> |
| 3306 | 3306 | <div class="gd-cf-input-wrap"> |
| 3307 | 3307 | <select name="extra[thousand_separator]" id="thousand_separator"> |
| 3308 | - <option value="comma" <?php selected(true, $value == 'comma');?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3309 | - <option value="slash" <?php selected(true, $value == "slash");?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3310 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3311 | - <option value="space" <?php selected(true, $value == 'space');?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3312 | - <option value="none" <?php selected(true, $value == 'none');?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3308 | + <option value="comma" <?php selected(true, $value == 'comma'); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3309 | + <option value="slash" <?php selected(true, $value == "slash"); ?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3310 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3311 | + <option value="space" <?php selected(true, $value == 'space'); ?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3312 | + <option value="none" <?php selected(true, $value == 'none'); ?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3313 | 3313 | </select> |
| 3314 | 3314 | </div> |
| 3315 | 3315 | </li> |
@@ -3320,20 +3320,20 @@ discard block |
||
| 3320 | 3320 | $value = ''; |
| 3321 | 3321 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3322 | 3322 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3323 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3323 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']) {
|
|
| 3324 | 3324 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3325 | 3325 | } |
| 3326 | 3326 | ?> |
| 3327 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3328 | - <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
|
| 3327 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3328 | + <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory'); ?>
|
|
| 3329 | 3329 | <div class="gdcf-tooltip"> |
| 3330 | 3330 | <?php _e('Select the decimal separator.', 'geodirectory'); ?>
|
| 3331 | 3331 | </div> |
| 3332 | 3332 | </label> |
| 3333 | 3333 | <div class="gd-cf-input-wrap"> |
| 3334 | 3334 | <select name="extra[decimal_separator]" id="decimal_separator"> |
| 3335 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3336 | - <option value="comma" <?php selected(true, $value == "comma");?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3335 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3336 | + <option value="comma" <?php selected(true, $value == "comma"); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3337 | 3337 | </select> |
| 3338 | 3338 | </div> |
| 3339 | 3339 | </li> |
@@ -3343,20 +3343,20 @@ discard block |
||
| 3343 | 3343 | $value = ''; |
| 3344 | 3344 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3345 | 3345 | $value = esc_attr($extra_fields['decimal_display']); |
| 3346 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3346 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']) {
|
|
| 3347 | 3347 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3348 | 3348 | } |
| 3349 | 3349 | ?> |
| 3350 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3351 | - <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
|
| 3350 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3351 | + <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory'); ?>
|
|
| 3352 | 3352 | <div class="gdcf-tooltip"> |
| 3353 | 3353 | <?php _e('Select how the decimal is displayed', 'geodirectory'); ?>
|
| 3354 | 3354 | </div> |
| 3355 | 3355 | </label> |
| 3356 | 3356 | <div class="gd-cf-input-wrap"> |
| 3357 | 3357 | <select name="extra[decimal_display]" id="decimal_display"> |
| 3358 | - <option value="if" <?php selected(true, $value == 'if');?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3359 | - <option value="allways" <?php selected(true, $value == "allways");?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3358 | + <option value="if" <?php selected(true, $value == 'if'); ?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3359 | + <option value="allways" <?php selected(true, $value == "allways"); ?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3360 | 3360 | </select> |
| 3361 | 3361 | </div> |
| 3362 | 3362 | </li> |
@@ -3366,12 +3366,12 @@ discard block |
||
| 3366 | 3366 | $value = ''; |
| 3367 | 3367 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3368 | 3368 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3369 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3369 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']) {
|
|
| 3370 | 3370 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3371 | 3371 | } |
| 3372 | 3372 | ?> |
| 3373 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3374 | - <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
|
| 3373 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3374 | + <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory'); ?>
|
|
| 3375 | 3375 | <div class="gdcf-tooltip"> |
| 3376 | 3376 | <?php _e('Select the currency symbol.', 'geodirectory'); ?>
|
| 3377 | 3377 | </div> |
@@ -3387,20 +3387,20 @@ discard block |
||
| 3387 | 3387 | $value = ''; |
| 3388 | 3388 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3389 | 3389 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3390 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3390 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']) {
|
|
| 3391 | 3391 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3392 | 3392 | } |
| 3393 | 3393 | ?> |
| 3394 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3395 | - <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory');?>
|
|
| 3394 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3395 | + <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory'); ?>
|
|
| 3396 | 3396 | <div class="gdcf-tooltip"> |
| 3397 | 3397 | <?php _e('Select the currency symbol placement.', 'geodirectory'); ?>
|
| 3398 | 3398 | </div> |
| 3399 | 3399 | </label> |
| 3400 | 3400 | <div class="gd-cf-input-wrap"> |
| 3401 | 3401 | <select name="extra[currency_symbol_placement]" id="currency_symbol_placement"> |
| 3402 | - <option value="left" <?php selected(true, $value == 'left');?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3403 | - <option value="right" <?php selected(true, $value == "right");?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3402 | + <option value="left" <?php selected(true, $value == 'left'); ?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3403 | + <option value="right" <?php selected(true, $value == "right"); ?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3404 | 3404 | </select> |
| 3405 | 3405 | </div> |
| 3406 | 3406 | </li> |
@@ -3411,11 +3411,11 @@ discard block |
||
| 3411 | 3411 | $html = ob_get_clean(); |
| 3412 | 3412 | return $output.$html; |
| 3413 | 3413 | } |
| 3414 | -add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
|
| 3414 | +add_filter('geodir_cfa_extra_fields_text', 'geodir_cfa_extra_fields_text', 10, 4);
|
|
| 3415 | 3415 | |
| 3416 | -function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
|
| 3416 | +function geodir_default_custom_fields($post_type = 'gd_place', $package_id = '') {
|
|
| 3417 | 3417 | $fields = array(); |
| 3418 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3418 | + $package = ($package_id == '') ? '' : array($package_id); |
|
| 3419 | 3419 | |
| 3420 | 3420 | $fields[] = array('listing_type' => $post_type,
|
| 3421 | 3421 | 'data_type' => 'VARCHAR', |
@@ -3588,7 +3588,7 @@ discard block |
||
| 3588 | 3588 | return $fields; |
| 3589 | 3589 | } |
| 3590 | 3590 | |
| 3591 | -function geodir_currency_format_number($number='',$cf=''){
|
|
| 3591 | +function geodir_currency_format_number($number = '', $cf = '') {
|
|
| 3592 | 3592 | |
| 3593 | 3593 | $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
| 3594 | 3594 | |
@@ -3597,35 +3597,35 @@ discard block |
||
| 3597 | 3597 | $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
| 3598 | 3598 | $decimalpoint = '.'; |
| 3599 | 3599 | |
| 3600 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3600 | + if (isset($cs['decimal_separator']) && $cs['decimal_separator'] == 'comma') {
|
|
| 3601 | 3601 | $decimalpoint = ','; |
| 3602 | 3602 | } |
| 3603 | 3603 | |
| 3604 | 3604 | $separator = ','; |
| 3605 | 3605 | |
| 3606 | - if(isset($cs['thousand_separator'])){
|
|
| 3607 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3608 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3609 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3610 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3611 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3606 | + if (isset($cs['thousand_separator'])) {
|
|
| 3607 | + if ($cs['thousand_separator'] == 'comma') {$separator = ','; }
|
|
| 3608 | + if ($cs['thousand_separator'] == 'slash') {$separator = '\\'; }
|
|
| 3609 | + if ($cs['thousand_separator'] == 'period') {$separator = '.'; }
|
|
| 3610 | + if ($cs['thousand_separator'] == 'space') {$separator = ' '; }
|
|
| 3611 | + if ($cs['thousand_separator'] == 'none') {$separator = ''; }
|
|
| 3612 | 3612 | } |
| 3613 | 3613 | |
| 3614 | 3614 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3615 | 3615 | |
| 3616 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3617 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3616 | + if ($decimals > 0 && $decimal_display == 'if') {
|
|
| 3617 | + if (is_int($number) || floor($number) == $number) |
|
| 3618 | 3618 | $decimals = 0; |
| 3619 | 3619 | } |
| 3620 | 3620 | |
| 3621 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3621 | + $number = number_format($number, $decimals, $decimalpoint, $separator); |
|
| 3622 | 3622 | |
| 3623 | 3623 | |
| 3624 | 3624 | |
| 3625 | - if($currency_symbol_placement=='left'){
|
|
| 3626 | - $number = $symbol . $number; |
|
| 3627 | - }else{
|
|
| 3628 | - $number = $number . $symbol; |
|
| 3625 | + if ($currency_symbol_placement == 'left') {
|
|
| 3626 | + $number = $symbol.$number; |
|
| 3627 | + } else {
|
|
| 3628 | + $number = $number.$symbol; |
|
| 3629 | 3629 | } |
| 3630 | 3630 | |
| 3631 | 3631 | |
@@ -15,40 +15,40 @@ discard block |
||
| 15 | 15 | class geodir_listing_slider_widget extends WP_Widget |
| 16 | 16 | {
|
| 17 | 17 | |
| 18 | - /** |
|
| 18 | + /** |
|
| 19 | 19 | * Register the listing slider widget. |
| 20 | 20 | * |
| 21 | 21 | * @since 1.0.0 |
| 22 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 22 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 23 | 23 | */ |
| 24 | - public function __construct() {
|
|
| 25 | - $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | - parent::__construct( |
|
| 27 | - 'listing_slider_view', // Base ID |
|
| 28 | - __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | - $widget_ops// Args |
|
| 30 | - ); |
|
| 31 | - } |
|
| 24 | + public function __construct() {
|
|
| 25 | + $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | + parent::__construct( |
|
| 27 | + 'listing_slider_view', // Base ID |
|
| 28 | + __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | + $widget_ops// Args |
|
| 30 | + ); |
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * Front-end display content for listing slider widget. |
| 35 | 35 | * |
| 36 | 36 | * @since 1.0.0 |
| 37 | - * @since 1.5.1 Declare function public. |
|
| 37 | + * @since 1.5.1 Declare function public. |
|
| 38 | 38 | * |
| 39 | 39 | * @param array $args Widget arguments. |
| 40 | 40 | * @param array $instance Saved values from database. |
| 41 | 41 | */ |
| 42 | - public function widget($args, $instance) |
|
| 43 | - {
|
|
| 44 | - geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | - } |
|
| 42 | + public function widget($args, $instance) |
|
| 43 | + {
|
|
| 44 | + geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | + } |
|
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * Sanitize listing slider widget form values as they are saved. |
| 49 | 49 | * |
| 50 | 50 | * @since 1.0.0 |
| 51 | - * @since 1.5.1 Declare function public. |
|
| 51 | + * @since 1.5.1 Declare function public. |
|
| 52 | 52 | * |
| 53 | 53 | * @param array $new_instance Values just sent to be saved. |
| 54 | 54 | * @param array $old_instance Previously saved values from database. |
@@ -56,101 +56,101 @@ discard block |
||
| 56 | 56 | * @return array Updated safe values to be saved. |
| 57 | 57 | */ |
| 58 | 58 | public function update($new_instance, $old_instance) |
| 59 | - {
|
|
| 60 | - //save the widget |
|
| 61 | - $instance = $old_instance; |
|
| 62 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | - $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | - $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | - $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | - $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | - $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | - $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | - $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | - $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | - $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | - $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | - $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | - $instance['animation'] = $new_instance['animation']; |
|
| 75 | - $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | - $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 81 | - |
|
| 82 | - return $instance; |
|
| 83 | - } |
|
| 59 | + {
|
|
| 60 | + //save the widget |
|
| 61 | + $instance = $old_instance; |
|
| 62 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | + $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | + $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | + $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | + $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | + $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | + $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | + $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | + $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | + $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | + $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | + $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | + $instance['animation'] = $new_instance['animation']; |
|
| 75 | + $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | + $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + else |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + |
|
| 82 | + return $instance; |
|
| 83 | + } |
|
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | 86 | * Back-end listing slider widget settings form. |
| 87 | 87 | * |
| 88 | 88 | * @since 1.0.0 |
| 89 | - * @since 1.5.1 Declare function public. |
|
| 89 | + * @since 1.5.1 Declare function public. |
|
| 90 | 90 | * |
| 91 | 91 | * @param array $instance Previously saved values from database. |
| 92 | 92 | */ |
| 93 | 93 | public function form($instance) |
| 94 | - {
|
|
| 94 | + {
|
|
| 95 | 95 | |
| 96 | - //widgetform in backend |
|
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 98 | - array('title' => '',
|
|
| 99 | - 'post_type' => '', |
|
| 100 | - 'category' => '', |
|
| 101 | - 'post_number' => '5', |
|
| 102 | - 'max_show' => '1', |
|
| 103 | - 'slide_width' => '', |
|
| 104 | - 'show_title' => '', |
|
| 105 | - 'slideshow' => '', |
|
| 106 | - 'animationLoop' => '', |
|
| 107 | - 'directionNav' => '', |
|
| 108 | - 'slideshowSpeed' => 5000, |
|
| 109 | - 'animationSpeed' => 600, |
|
| 110 | - 'animation' => '', |
|
| 111 | - 'list_sort' => 'latest', |
|
| 112 | - 'show_featured_only' => '', |
|
| 113 | - 'add_location_filter' => '0', |
|
| 114 | - ) |
|
| 115 | - ); |
|
| 96 | + //widgetform in backend |
|
| 97 | + $instance = wp_parse_args((array)$instance, |
|
| 98 | + array('title' => '',
|
|
| 99 | + 'post_type' => '', |
|
| 100 | + 'category' => '', |
|
| 101 | + 'post_number' => '5', |
|
| 102 | + 'max_show' => '1', |
|
| 103 | + 'slide_width' => '', |
|
| 104 | + 'show_title' => '', |
|
| 105 | + 'slideshow' => '', |
|
| 106 | + 'animationLoop' => '', |
|
| 107 | + 'directionNav' => '', |
|
| 108 | + 'slideshowSpeed' => 5000, |
|
| 109 | + 'animationSpeed' => 600, |
|
| 110 | + 'animation' => '', |
|
| 111 | + 'list_sort' => 'latest', |
|
| 112 | + 'show_featured_only' => '', |
|
| 113 | + 'add_location_filter' => '0', |
|
| 114 | + ) |
|
| 115 | + ); |
|
| 116 | 116 | |
| 117 | - $title = strip_tags($instance['title']); |
|
| 117 | + $title = strip_tags($instance['title']); |
|
| 118 | 118 | |
| 119 | - $post_type = strip_tags($instance['post_type']); |
|
| 119 | + $post_type = strip_tags($instance['post_type']); |
|
| 120 | 120 | |
| 121 | - $category = strip_tags($instance['category']); |
|
| 121 | + $category = strip_tags($instance['category']); |
|
| 122 | 122 | |
| 123 | - $post_number = strip_tags($instance['post_number']); |
|
| 123 | + $post_number = strip_tags($instance['post_number']); |
|
| 124 | 124 | |
| 125 | - $max_show = strip_tags($instance['max_show']); |
|
| 125 | + $max_show = strip_tags($instance['max_show']); |
|
| 126 | 126 | |
| 127 | - $slide_width = strip_tags($instance['slide_width']); |
|
| 127 | + $slide_width = strip_tags($instance['slide_width']); |
|
| 128 | 128 | |
| 129 | - $show_title = $instance['show_title']; |
|
| 129 | + $show_title = $instance['show_title']; |
|
| 130 | 130 | |
| 131 | - $slideshow = $instance['slideshow']; |
|
| 131 | + $slideshow = $instance['slideshow']; |
|
| 132 | 132 | |
| 133 | - $animationLoop = $instance['animationLoop']; |
|
| 133 | + $animationLoop = $instance['animationLoop']; |
|
| 134 | 134 | |
| 135 | - $directionNav = $instance['directionNav']; |
|
| 135 | + $directionNav = $instance['directionNav']; |
|
| 136 | 136 | |
| 137 | - $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 137 | + $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 138 | 138 | |
| 139 | - $animationSpeed = $instance['animationSpeed']; |
|
| 139 | + $animationSpeed = $instance['animationSpeed']; |
|
| 140 | 140 | |
| 141 | - $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 141 | + $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 142 | 142 | |
| 143 | - $animation = $instance['animation']; |
|
| 144 | - $list_sort = $instance['list_sort']; |
|
| 145 | - $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 143 | + $animation = $instance['animation']; |
|
| 144 | + $list_sort = $instance['list_sort']; |
|
| 145 | + $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 146 | 146 | |
| 147 | - $sort_fields = array(); |
|
| 148 | - $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | - $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | - $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | - $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | - $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | - ?> |
|
| 147 | + $sort_fields = array(); |
|
| 148 | + $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | + $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | + $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | + $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | + $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | + ?> |
|
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | 156 | <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
@@ -174,9 +174,9 @@ discard block |
||
| 174 | 174 | <?php foreach ($postypes as $postypes_obj) { ?>
|
| 175 | 175 | |
| 176 | 176 | <option <?php if ($post_type == $postypes_obj) {
|
| 177 | - echo 'selected="selected"'; |
|
| 178 | - } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | - echo ucfirst($extvalue[1]); ?></option> |
|
| 177 | + echo 'selected="selected"'; |
|
| 178 | + } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | + echo ucfirst($extvalue[1]); ?></option> |
|
| 180 | 180 | |
| 181 | 181 | <?php } ?> |
| 182 | 182 | |
@@ -190,20 +190,20 @@ discard block |
||
| 190 | 190 | for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | - $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | - $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | - ?> |
|
| 193 | + $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | + $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | + ?> |
|
| 196 | 196 | |
| 197 | 197 | <select class="widefat" id="<?php echo $this->get_field_id('category'); ?>"
|
| 198 | 198 | name="<?php echo $this->get_field_name('category'); ?>">
|
| 199 | 199 | <option <?php if ($category == '0') {
|
| 200 | - echo 'selected="selected"'; |
|
| 201 | - } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 200 | + echo 'selected="selected"'; |
|
| 201 | + } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 202 | 202 | <?php foreach ($categories as $category_obj) { ?>
|
| 203 | 203 | |
| 204 | 204 | <option <?php if ($category == $category_obj->term_id) {
|
| 205 | - echo 'selected="selected"'; |
|
| 206 | - } ?> |
|
| 205 | + echo 'selected="selected"'; |
|
| 206 | + } ?> |
|
| 207 | 207 | value="<?php echo $category_obj->term_id; ?>"><?php echo ucfirst($category_obj->name); ?></option> |
| 208 | 208 | |
| 209 | 209 | <?php } ?> |
@@ -256,12 +256,12 @@ discard block |
||
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
| 258 | 258 | <option <?php if ($animation == 'slide') {
|
| 259 | - echo 'selected="selected"'; |
|
| 260 | - } ?> value="slide">Slide |
|
| 259 | + echo 'selected="selected"'; |
|
| 260 | + } ?> value="slide">Slide |
|
| 261 | 261 | </option> |
| 262 | 262 | <option <?php if ($animation == 'fade') {
|
| 263 | - echo 'selected="selected"'; |
|
| 264 | - } ?> value="fade">Fade |
|
| 263 | + echo 'selected="selected"'; |
|
| 264 | + } ?> value="fade">Fade |
|
| 265 | 265 | </option> |
| 266 | 266 | </select> |
| 267 | 267 | </label> |
@@ -292,8 +292,8 @@ discard block |
||
| 292 | 292 | for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | - echo 'checked="checked"'; |
|
| 296 | - } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 295 | + echo 'checked="checked"'; |
|
| 296 | + } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 297 | 297 | name="<?php echo $this->get_field_name('slideshow'); ?>"/>
|
| 298 | 298 | |
| 299 | 299 | </label> |
@@ -304,8 +304,8 @@ discard block |
||
| 304 | 304 | for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | - echo 'checked="checked"'; |
|
| 308 | - } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 307 | + echo 'checked="checked"'; |
|
| 308 | + } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 309 | 309 | name="<?php echo $this->get_field_name('animationLoop'); ?>"/>
|
| 310 | 310 | |
| 311 | 311 | </label> |
@@ -316,8 +316,8 @@ discard block |
||
| 316 | 316 | for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | - echo 'checked="checked"'; |
|
| 320 | - } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 319 | + echo 'checked="checked"'; |
|
| 320 | + } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 321 | 321 | name="<?php echo $this->get_field_name('directionNav'); ?>"/>
|
| 322 | 322 | |
| 323 | 323 | </label> |
@@ -329,8 +329,8 @@ discard block |
||
| 329 | 329 | for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | - echo 'checked="checked"'; |
|
| 333 | - } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 332 | + echo 'checked="checked"'; |
|
| 333 | + } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 334 | 334 | name="<?php echo $this->get_field_name('show_title'); ?>"/>
|
| 335 | 335 | |
| 336 | 336 | </label> |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | |
| 379 | 379 | |
| 380 | 380 | <?php |
| 381 | - } |
|
| 381 | + } |
|
| 382 | 382 | } // class geodir_listing_slider_widget |
| 383 | 383 | |
| 384 | 384 | register_widget('geodir_listing_slider_widget'); |
| 385 | 385 | \ No newline at end of file |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | {
|
| 95 | 95 | |
| 96 | 96 | //widgetform in backend |
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 97 | + $instance = wp_parse_args((array) $instance, |
|
| 98 | 98 | array('title' => '',
|
| 99 | 99 | 'post_type' => '', |
| 100 | 100 | 'category' => '', |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | ?> |
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | - <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
|
| 156 | + <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory'); ?>
|
|
| 157 | 157 | |
| 158 | 158 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
| 159 | 159 | name="<?php echo $this->get_field_name('title'); ?>" type="text"
|
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | <p> |
| 165 | 165 | <label |
| 166 | - for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory');?>
|
|
| 166 | + for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory'); ?>
|
|
| 167 | 167 | |
| 168 | 168 | <?php $postypes = geodir_get_posttypes(); ?> |
| 169 | 169 | |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | |
| 188 | 188 | <p> |
| 189 | 189 | <label |
| 190 | - for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
|
| 190 | + for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory'); ?>
|
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | 193 | $category_taxonomy = geodir_get_taxonomies('gd_place');
|
@@ -224,7 +224,7 @@ discard block |
||
| 224 | 224 | </p> |
| 225 | 225 | <p> |
| 226 | 226 | <label |
| 227 | - for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory');?>
|
|
| 227 | + for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory'); ?>
|
|
| 228 | 228 | <input class="widefat" id="<?php echo $this->get_field_id('post_number'); ?>"
|
| 229 | 229 | name="<?php echo $this->get_field_name('post_number'); ?>" type="text"
|
| 230 | 230 | value="<?php echo esc_attr($post_number); ?>"/> |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | |
| 234 | 234 | <p> |
| 235 | 235 | <label |
| 236 | - for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory');?>
|
|
| 236 | + for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory'); ?>
|
|
| 237 | 237 | <input class="widefat" id="<?php echo $this->get_field_id('max_show'); ?>"
|
| 238 | 238 | name="<?php echo $this->get_field_name('max_show'); ?>" type="text"
|
| 239 | 239 | value="<?php echo esc_attr($max_show); ?>"/> |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | |
| 243 | 243 | <p> |
| 244 | 244 | <label |
| 245 | - for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory');?>
|
|
| 245 | + for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory'); ?>
|
|
| 246 | 246 | <input class="widefat" id="<?php echo $this->get_field_id('slide_width'); ?>"
|
| 247 | 247 | name="<?php echo $this->get_field_name('slide_width'); ?>" type="text"
|
| 248 | 248 | value="<?php echo esc_attr($slide_width); ?>"/> |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | |
| 252 | 252 | <p> |
| 253 | 253 | <label |
| 254 | - for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory');?>
|
|
| 254 | + for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory'); ?>
|
|
| 255 | 255 | |
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | |
| 270 | 270 | <p> |
| 271 | 271 | <label |
| 272 | - for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory');?>
|
|
| 272 | + for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 273 | 273 | |
| 274 | 274 | <input class="widefat" id="<?php echo $this->get_field_id('slideshowSpeed'); ?>"
|
| 275 | 275 | name="<?php echo $this->get_field_name('slideshowSpeed'); ?>" type="text"
|
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | |
| 280 | 280 | <p> |
| 281 | 281 | <label |
| 282 | - for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory');?>
|
|
| 282 | + for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 283 | 283 | |
| 284 | 284 | <input class="widefat" id="<?php echo $this->get_field_id('animationSpeed'); ?>"
|
| 285 | 285 | name="<?php echo $this->get_field_name('animationSpeed'); ?>" type="text"
|
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | |
| 290 | 290 | <p> |
| 291 | 291 | <label |
| 292 | - for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
|
| 292 | + for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory'); ?>
|
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | 295 | echo 'checked="checked"'; |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | |
| 302 | 302 | <p> |
| 303 | 303 | <label |
| 304 | - for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
|
| 304 | + for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory'); ?>
|
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | 307 | echo 'checked="checked"'; |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | |
| 314 | 314 | <p> |
| 315 | 315 | <label |
| 316 | - for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
|
| 316 | + for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory'); ?>
|
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | 319 | echo 'checked="checked"'; |
@@ -326,7 +326,7 @@ discard block |
||
| 326 | 326 | |
| 327 | 327 | <p> |
| 328 | 328 | <label |
| 329 | - for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
|
| 329 | + for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory'); ?>
|
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | 332 | echo 'checked="checked"'; |
@@ -345,9 +345,9 @@ discard block |
||
| 345 | 345 | </p> |
| 346 | 346 | <p> |
| 347 | 347 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | - <?php _e('Enable Location Filter:', 'geodirectory');?>
|
|
| 348 | + <?php _e('Enable Location Filter:', 'geodirectory'); ?>
|
|
| 349 | 349 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 350 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"'; ?>
|
|
| 351 | 351 | value="1"/> |
| 352 | 352 | </label> |
| 353 | 353 | </p> |
@@ -368,10 +368,10 @@ discard block |
||
| 368 | 368 | |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | - <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
|
|
| 371 | + <?php if (is_active_widget(false, false, $this->id_base, true)) { ?>
|
|
| 372 | 372 | var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
|
| 373 | 373 | |
| 374 | - geodir_change_category_list(post_type, '<?php echo $category;?>'); |
|
| 374 | + geodir_change_category_list(post_type, '<?php echo $category; ?>'); |
|
| 375 | 375 | <?php } ?> |
| 376 | 376 | |
| 377 | 377 | </script> |
@@ -74,10 +74,11 @@ discard block |
||
| 74 | 74 | $instance['animation'] = $new_instance['animation']; |
| 75 | 75 | $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
| 76 | 76 | $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') { |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + } else { |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + } |
|
| 81 | 82 | |
| 82 | 83 | return $instance; |
| 83 | 84 | } |
@@ -339,7 +340,10 @@ discard block |
||
| 339 | 340 | <label |
| 340 | 341 | for="<?php echo $this->get_field_id('show_featured_only'); ?>"><?php _e('Show only featured listings:', 'geodirectory'); ?>
|
| 341 | 342 | <input type="checkbox" id="<?php echo $this->get_field_id('show_featured_only'); ?>"
|
| 342 | - name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) echo 'checked="checked"'; ?>
|
|
| 343 | + name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) { |
|
| 344 | + echo 'checked="checked"'; |
|
| 345 | +} |
|
| 346 | +?> |
|
| 343 | 347 | value="1"/> |
| 344 | 348 | </label> |
| 345 | 349 | </p> |
@@ -347,7 +351,10 @@ discard block |
||
| 347 | 351 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | 352 | <?php _e('Enable Location Filter:', 'geodirectory');?>
|
| 349 | 353 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 354 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) { |
|
| 355 | + echo 'checked="checked"'; |
|
| 356 | +} |
|
| 357 | +?> |
|
| 351 | 358 | value="1"/> |
| 352 | 359 | </label> |
| 353 | 360 | </p> |