|
@@ -20,8 +20,10 @@ |
|
20
|
20
|
public $needs_import = []; |
|
21
|
21
|
|
|
22
|
22
|
/** |
|
23
|
23
|
* Detects whether we need to import anything. |
|
24
|
+ * |
|
25
|
+ * @return void |
|
24
|
26
|
*/ |
|
25
|
27
|
public function detect() { |
|
26
|
28
|
foreach ( WPSEO_Plugin_Importers::get() as $importer_class ) { |
|
27
|
29
|
$importer = new $importer_class(); |