Markers
Table of Contents
AbstractCustomPage.php
Type | Line | Description |
---|---|---|
TODO | 88 | Add parent menu slug. |
AssetsBundle.php
Type | Line | Description |
---|---|---|
TODO | 14 | Make Flatpickr part of the other bundles. |
TimePeriodField.php
Type | Line | Description |
---|---|---|
TODO | 78 | add here other parameters (minDays, maxHours...) if they will be needed |
wordpress.php
Type | Line | Description |
---|---|---|
TODO | 71 | Use translations from default WordPress textdomain. |
SecurityHandler.php
Type | Line | Description |
---|---|---|
TODO | 220 | add customer capabilities in Guest account task |
SubmitMetabox.php
Type | Line | Description |
---|---|---|
TODO | 100 | Add filter "{$postType}_statuses". |
TODO | 159 | Fix the double saving (original update + update of the post here). |
TODO | 159 | Test with WPML: sometimes it's impossible to add translations after the wp_update_post(). |
PayPalPaymentGateway.php
Type | Line | Description |
---|---|---|
TODO | 277 | after test maybe we need to use $response->result['payment_source']->card or $response->result['payment_source']['card'] |
AbstractPostStatuses.php
Type | Line | Description |
---|---|---|
TODO | 149 | Add support of status 'trash'. |
EmployeeRepository.php
Type | Line | Description |
---|---|---|
TODO | 63 | Search ID instead of the whole entity. |
ServiceRepository.php
Type | Line | Description |
---|---|---|
TODO | 57 | Move upgrade code to plugin upgrader. |
TODO | 103 | Move upgrade code to plugin upgrader. |
TimeSlotService.php
Type | Line | Description |
---|---|---|
TODO | 274 | Return empty days instead of [] when $skipEmpty=false and $fromDate=false or $toDate=false. |
BookingUtils.php
Type | Line | Description |
---|---|---|
TODO | 67 | better move the calculation of coupons into an independent function. It is possible to move the coupon calculation from the static::calcTotalPrice() method into a separate method and use it in the current method. |
uninstall.php
Type | Line | Description |
---|---|---|
TODO | 15 | check basename( dirname( WP_UNINSTALL_PLUGIN ) ) |