Recent

top_10_importer_before action

top_10_importer_before

Action fired before processing a site.

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

Parameters

TypeNameDescription
int$blog_idThe blog ID being processed.

Usage

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