Recent

top_10_importer_after action

top_10_importer_after

Action fired after processing a site.

Type: action
Source: includes/admin/class-wpp-importer.php line 416

Parameters

TypeNameDescription
int$blog_idThe blog ID that was processed.
array$resultThe results array.

Usage

add_action( 'top_10_importer_after', function($blog_id, $result) {
    // ...
} );