Changeset 2099882
- Timestamp:
- 06/03/2019 02:44:07 PM (7 years ago)
- Location:
- immotoolbox-connect/trunk
- Files:
-
- 4 edited
-
immotoolbox-connect.php (modified) (1 diff)
-
includes/ITBConnectAPI.php (modified) (3 diffs)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
immotoolbox-connect/trunk/immotoolbox-connect.php
r2052790 r2099882 4 4 Plugin URI: https://www.immotoolbox.com/ 5 5 Description: Displays ImmoToolBox real estate listings in your website 6 Version: 1.2.1 16 Version: 1.2.12 7 7 Author: ZebraSoft Monaco 8 8 Author URI: https://www.zebrasoft.mc -
immotoolbox-connect/trunk/includes/ITBConnectAPI.php
r2052790 r2099882 8 8 $options = get_option(ITBCONNECT_OPTION_NAME, []); 9 9 $property_page_id = empty($atts['property_page_id'])?$options['property_page_id']:$atts['property_page_id']; 10 $property_page_id = apply_filters('wpml_object_id', $property_page_id, 'page', true); 10 11 $page = empty($atts['page'])?get_query_var('npage', 1):$atts['page']; 11 12 $nbpp = empty($atts['nbpp'])?20:$atts['nbpp']; … … 232 233 233 234 $property_page_id = empty($atts['property_page_id'])?$options['property_page_id']:$atts['property_page_id']; 235 $property_page_id = apply_filters('wpml_object_id', $property_page_id, 'page', true); 234 236 $base_list_url = empty($atts['url'])?get_permalink():$atts['url']; 235 237 $locale = current(explode('_', get_locale())); … … 271 273 272 274 $property_page_id = empty($atts['property_page_id'])?$options['property_page_id']:$atts['property_page_id']; 275 $property_page_id = apply_filters('wpml_object_id', $property_page_id, 'page', true); 276 273 277 $page = empty($atts['page'])?get_query_var('npage', 1):$atts['page']; 274 278 $nbpp = empty($atts['nbpp'])?20:$atts['nbpp']; -
immotoolbox-connect/trunk/readme.md
r2052790 r2099882 6 6 Tested up to: 5.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.2.1 18 Stable tag: 1.2.12 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl.html -
immotoolbox-connect/trunk/readme.txt
r2052790 r2099882 6 6 Tested up to: 5.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.2.1 18 Stable tag: 1.2.12 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.