__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Import\Plugins
*/
/**
* Class WPSEO_Plugin_Importers.
*
* Object which contains all importers.
*/
class WPSEO_Plugin_Importers {
/**
* List of supported importers.
*
* @var array
*/
private static $importers = [
'WPSEO_Import_AIOSEO',
'WPSEO_Import_AIOSEO_V4',
'WPSEO_Import_Greg_SEO',
'WPSEO_Import_HeadSpace',
'WPSEO_Import_Jetpack_SEO',
'WPSEO_Import_WP_Meta_SEO',
'WPSEO_Import_Platinum_SEO',
'WPSEO_Import_Premium_SEO_Pack',
'WPSEO_Import_RankMath',
'WPSEO_Import_SEOPressor',
'WPSEO_Import_SEO_Framework',
'WPSEO_Import_Smartcrawl_SEO',
'WPSEO_Import_Squirrly',
'WPSEO_Import_Ultimate_SEO',
'WPSEO_Import_WooThemes_SEO',
'WPSEO_Import_WPSEO',
];
/**
* Returns an array of importers available.
*
* @return array Available importers.
*/
public static function get() {
return self::$importers;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| class-abstract-plugin-importer.php | File | 8.28 KB | 0775 |
|
| class-import-aioseo-v4.php | File | 9.11 KB | 0775 |
|
| class-import-aioseo.php | File | 2.45 KB | 0775 |
|
| class-import-greg-high-performance-seo.php | File | 761 B | 0775 |
|
| class-import-headspace.php | File | 1010 B | 0775 |
|
| class-import-jetpack.php | File | 731 B | 0775 |
|
| class-import-platinum-seo-pack.php | File | 2.82 KB | 0775 |
|
| class-import-premium-seo-pack.php | File | 813 B | 0775 |
|
| class-import-rankmath.php | File | 4.67 KB | 0775 |
|
| class-import-seo-framework.php | File | 1.8 KB | 0775 |
|
| class-import-seopressor.php | File | 4.79 KB | 0775 |
|
| class-import-smartcrawl.php | File | 3.14 KB | 0775 |
|
| class-import-squirrly.php | File | 5.04 KB | 0775 |
|
| class-import-ultimate-seo.php | File | 1.17 KB | 0775 |
|
| class-import-woothemes-seo.php | File | 2.48 KB | 0775 |
|
| class-import-wp-meta-seo.php | File | 1.54 KB | 0775 |
|
| class-import-wpseo.php | File | 7.24 KB | 0775 |
|
| class-importers.php | File | 924 B | 0775 |
|