Extend the function dokan_get_page_url to accept $subpage as an extra parameter#2
Closed
strategio wants to merge 8 commits intodokan-wpml/issues/12from
Closed
Extend the function dokan_get_page_url to accept $subpage as an extra parameter#2strategio wants to merge 8 commits intodokan-wpml/issues/12from
dokan_get_page_url to accept $subpage as an extra parameter#2strategio wants to merge 8 commits intodokan-wpml/issues/12from
Conversation
8c025c1 to
35d4e3e
Compare
* New hook: vendor dashbrd custom CSV orders export Process to create custom order export using this hook : 1) Override date-export.php template in child theme /wp-content/themes/your-theme/dokan/orders/date-export.php : add input submit with custom name 2) Use the new hook to create custom function like in this file (line 113 to 127) 3) Create a custom function to replace 'dokan_order_csv_export' I'm using this method to generate custom CSV to export orders to the shipping web app Packlink PRO. Thanks. * New hook : dokan_after_handle_order_export Change hook name to dokan_after_handle_order_export
* update: order-export-csv-file-earnings-column getdokan#1187 * added a single space before and after $the_order
…atus (getdokan#1116) * update: Added new action hooks on order details sidebar * - New column added on order listing page * update: Added new table for shipping tracking * - Requested changes fixed * - Global shipment option check on vendor order listing page * - Shipmnet status added for sub order in WC my account page * update: Repeatable field added 2 new options must-use and desc * new: Warning type field added on dokan admin setting * - Multiples warning allow for single screen
* add: eid 2021 promotion * fix: promotion content
extra parameter - Introduced a new function `dokan_add_subpage_to_url` to avoid the repetitive issues due to incorrect path concatenation. - Added- the new subpage argument in the filter hook. getdokan/dokan-wpml#13
96513a6 to
47fb4d1
Compare
Member
Author
|
Replaced by getdokan#1195. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dokan_add_subpage_to_urlto avoid therepetitive issues due to incorrect path concatenation.
getdokan/dokan-wpml#13