Store Locator PlusĀ®

Markers

Table of Contents

include/base_class.addon.php 9
include/base_class.admin.php 3
include/base_class.object.php 3
include/module/admin_tabs/SLP_BaseClass_Admin.php 9
include/module/settings/SLP_Settings.php 6
include/module/settings/SLP_Settings_vision_list.php 6
include/module/style/SLP_Style.php 3
include/module/style/SLP_Style_Manager.php 3
include/module/ui/SLP_UI.php 3
include/SLPlus.php 9
include/unit/SLPlus_Location.php 3
include/module/admin/SLP_Power_Admin_Locations.php 3
include/module/admin/SLP_Power_Admin_Locations_Actions.php 3
include/module/ajax/SLP_Power_AJAX.php 3
include/module/cron/SLP_Power_Cron.php 3
include/module/locations/SLP_Power_Locations_Import.php 9
include/admin/MySLP_Admin.php 3
include/class.csvimport.locations.php 3
include/MySLP_User.php 6

base_class.addon.php

Type Line Description
TODO 95 SLP 5.0 remove, drops support for legacy add-ons.
TODO 351 remove this when all class.ajax.php files are gone from Add Ons
TODO 411 remove this when all class.userinterface.php files are gone from Add Ons
TODO 95 SLP 5.0 remove, drops support for legacy add-ons.
TODO 351 remove this when all class.ajax.php files are gone from Add Ons
TODO 411 remove this when all class.userinterface.php files are gone from Add Ons
TODO 95 SLP 5.0 remove, drops support for legacy add-ons.
TODO 351 remove this when all class.ajax.php files are gone from Add Ons
TODO 411 remove this when all class.userinterface.php files are gone from Add Ons

base_class.admin.php

Type Line Description
TODO 2 this can go away once all add ons stop including it manually (MUP , ELM, EDM, GFI, GFL, SME, UML, EXP, J,PREM) . It is not auto-included when SLP_AdminUI is required.
TODO 2 this can go away once all add ons stop including it manually (MUP , ELM, EDM, GFI, GFL, SME, UML, EXP, J,PREM) . It is not auto-included when SLP_AdminUI is required.
TODO 2 this can go away once all add ons stop including it manually (MUP , ELM, EDM, GFI, GFL, SME, UML, EXP, J,PREM) . It is not auto-included when SLP_AdminUI is required.

base_class.object.php

Type Line Description
TODO 88 make this go away if all slplus-><obj> references become <obj>::get_instance() instead.
TODO 88 make this go away if all slplus-><obj> references become <obj>::get_instance() instead.
TODO 88 make this go away if all slplus-><obj> references become <obj>::get_instance() instead.

SLP_BaseClass_Admin.php

Type Line Description
TODO 164 this is called once for the add-on (power plugin) and again for the base plugin (SLP) when deactivating the add on
TODO 168 shouldn't this be moved into the ! being_deactivated() test above?
TODO 611 4.5 eliminate drops support for PAGES legacy
TODO 164 this is called once for the add-on (power plugin) and again for the base plugin (SLP) when deactivating the add on
TODO 168 shouldn't this be moved into the ! being_deactivated() test above?
TODO 611 4.5 eliminate drops support for PAGES legacy
TODO 164 this is called once for the add-on (power plugin) and again for the base plugin (SLP) when deactivating the add on
TODO 168 shouldn't this be moved into the ! being_deactivated() test above?
TODO 611 4.5 eliminate drops support for PAGES legacy

SLP_Settings.php

Type Line Description
TODO 537 check this, $value will NEVER be used per the next *if* statement :/
TODO 544 check this, as of 4.7.3 this should be caught above and from here we can set value = ''
TODO 537 check this, $value will NEVER be used per the next *if* statement :/
TODO 544 check this, as of 4.7.3 this should be caught above and from here we can set value = ''
TODO 537 check this, $value will NEVER be used per the next *if* statement :/
TODO 544 check this, as of 4.7.3 this should be caught above and from here we can set value = ''

SLP_Settings_vision_list.php

Type Line Description
TODO 37 $data will contain the data attribute in the format data-<slug>="<value>" and cannot be whitelisted
TODO 38 going to need a way to output this as it can return data-aaa="aaaval" data-bbb="bbbval" etc.
TODO 37 $data will contain the data attribute in the format data-<slug>="<value>" and cannot be whitelisted
TODO 38 going to need a way to output this as it can return data-aaa="aaaval" data-bbb="bbbval" etc.
TODO 37 $data will contain the data attribute in the format data-<slug>="<value>" and cannot be whitelisted
TODO 38 going to need a way to output this as it can return data-aaa="aaaval" data-bbb="bbbval" etc.

SLP_Style.php

Type Line Description
TODO 17 clean up all the legacy shit in here
TODO 17 clean up all the legacy shit in here
TODO 17 clean up all the legacy shit in here

SLP_Style_Manager.php

Type Line Description
TODO 74 add a 'save style' to allow users to revert
TODO 74 add a 'save style' to allow users to revert
TODO 74 add a 'save style' to allow users to revert

SLP_UI.php

Type Line Description
TODO 593 remove the slplus->data setting, it is a mirror of slplus->options :: need to change SME and ELM
TODO 593 remove the slplus->data setting, it is a mirror of slplus->options :: need to change SME and ELM
TODO 593 remove the slplus->data setting, it is a mirror of slplus->options :: need to change SME and ELM

SLPlus.php

Type Line Description
TODO 145 remove when all things use ->AJAX (GFI)
TODO 182 remove when all things reference SLP_Text::get_instance()
TODO 382 drop this when Dashboard and Experience use $this->slplus->Text
TODO 145 remove when all things use ->AJAX (GFI)
TODO 182 remove when all things reference SLP_Text::get_instance()
TODO 382 drop this when Dashboard and Experience use $this->slplus->Text
TODO 145 remove when all things use ->AJAX (GFI)
TODO 182 remove when all things reference SLP_Text::get_instance()
TODO 382 drop this when Dashboard and Experience use $this->slplus->Text

SLPlus_Location.php

Type Line Description
TODO 1487 This is probably wrong and can be deleted. Should be sl_id, but that causes duplicate entries.
TODO 1487 This is probably wrong and can be deleted. Should be sl_id, but that causes duplicate entries.
TODO 1487 This is probably wrong and can be deleted. Should be sl_id, but that causes duplicate entries.

SLP_Power_Admin_Locations.php

Type Line Description
TODO 48 the category checklist should be pulled by AJAX
TODO 48 the category checklist should be pulled by AJAX
TODO 48 the category checklist should be pulled by AJAX

SLP_Power_Admin_Locations_Actions.php

Type Line Description
TODO 232 use where clause in database property
TODO 232 use where clause in database property
TODO 232 use where clause in database property

SLP_Power_AJAX.php

Type Line Description
TODO 389 Fire off the process to get the CSV written to disk.
TODO 389 Fire off the process to get the CSV written to disk.
TODO 389 Fire off the process to get the CSV written to disk.

SLP_Power_Cron.php

Type Line Description
TODO 94 old-import
TODO 94 old-import
TODO 94 old-import

SLP_Power_Locations_Import.php

Type Line Description
TODO 724 update MUP
TODO 761 : check this since SLP 4.9 we are likely to only be in JSON mode
TODO 889 this should be do_action change EXP, PREMIER, SME to add_action.
TODO 724 update MUP
TODO 761 : check this since SLP 4.9 we are likely to only be in JSON mode
TODO 889 this should be do_action change EXP, PREMIER, SME to add_action.
TODO 724 update MUP
TODO 761 : check this since SLP 4.9 we are likely to only be in JSON mode
TODO 889 this should be do_action change EXP, PREMIER, SME to add_action.

MySLP_Admin.php

Type Line Description
TODO 697 check location limitations here
TODO 697 check location limitations here
TODO 697 check location limitations here

class.csvimport.locations.php

Type Line Description
TODO 58 Make this a checkbox option when loading locations.
TODO 58 Make this a checkbox option when loading locations.
TODO 58 Make this a checkbox option when loading locations.

MySLP_User.php

Type Line Description
TODO 586 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.
TODO 600 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.
TODO 586 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.
TODO 600 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.
TODO 586 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.
TODO 600 this can go away when none of the existing users have 'processor' in the recurring_payments user_meta.

Search results