Opened 11 years ago
Closed 11 years ago
#25574 closed enhancement (fixed)
Pass export filters to the `export_wp` action
Reported by: | nickdaugherty | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Export | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Currently, the export_wp
action in wp-admin/export.php
isn't passed the export args, making it difficult to take action based on the user selected options.
Better to pass the $args
to the action.
Attachments (2)
Change History (6)
#1
@
11 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.8
This seems like a no-brainer to me.
#2
follow-up:
↓ 3
@
11 years ago
That action call looks like it's in wp-admin/includes/export.php in trunk, not wp-admin/export.php
#3
in reply to:
↑ 2
@
11 years ago
Replying to leewillis77:
That action call looks like it's in wp-admin/includes/export.php in trunk, not wp-admin/export.php
Ah looks like you're right - I've attached an updated patch.
Note: See
TracTickets for help on using
tickets.
Patches wp-admin.export.php to pass the export args to the export_wp action