Recent

top_10_importer_afteraction

top_10_importer_after

Action fired after processing a site.

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

Parameters

Type Name Description
int $blog_id The blog ID that was processed.
array $result The results array.

Usage

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