Make WordPress Core

Changeset 5862


Ignore:
Timestamp:
08/11/2007 01:31:10 AM (18 years ago)
Author:
matt
Message:

A quick hook when an export is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r5785 r5862  
    4747function export_wp() {
    4848global $wpdb, $post_ids, $post;
     49
     50do_action('export_wp');
    4951
    5052$filename = 'wordpress.' . date('Y-m-d') . '.xml';
Note: See TracChangeset for help on using the changeset viewer.