Recent

top_10_importer_beforeaction

top_10_importer_before

Action fired before processing a site.

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

Parameters

Type Name Description
int $blog_id The blog ID being processed.

Usage

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