includes/admin/core/class-admin-navmenu.php 2

Type Line Description
TODO 115 Appearance > Customize > Menus section without UM settings
TODO 188 Deprecate

includes/class-config.php 1

Type Line Description
TODO 794 make config class not cycled

includes/core/class-date-time.php 2

Type Line Description
TODO 37 compare this function with WordPress native `human_time_diff()` and matbe refactored it.
TODO 135 working with timestamps in this function.

includes/core/class-options.php 1

Type Line Description
TODO 156 Deprecate soon

includes/core/um-actions-form.php 1

Type Line Description
TODO 78 change the hook after checking that conditions inside this callback can be run only while registration.

includes/core/um-filters-fields.php 1

Type Line Description
TODO 928 Maybe deprecate because data is sanitized in earlier code and trim included to `sanitize_text_field()`. Need testing and confirmation.

includes/lib/mobiledetect/class-um-mobile-detect.php 1

Type Line Description
TODO 1126 Remove the error supression from str_replace() call.