File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath/RankMath.php
Back
<?php namespace AIOSEO\Plugin\Common\ImportExport\RankMath; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } use AIOSEO\Plugin\Common\ImportExport; class RankMath extends ImportExport\Importer { /** * A list of plugins to look for to import. * * @since 4.0.0 * * @var array */ public $plugins = [ [ 'name' => 'Rank Math SEO', 'version' => '1.0', 'basename' => 'seo-by-rank-math/rank-math.php', 'slug' => 'rank-math-seo' ] ]; /** * Class constructor. * * @since 4.0.0 * * @param ImportExport\ImportExport $importer the ImportExport class. */ public function __construct( $importer ) { $this->helpers = new Helpers(); $this->postMeta = new PostMeta(); $plugins = $this->plugins; foreach ( $plugins as $key => $plugin ) { $plugins[ $key ]['class'] = $this; } $importer->addPlugins( $plugins ); } /** * Imports the settings. * * @since 4.0.0 * * @return void */ protected function importSettings() { new GeneralSettings(); new TitleMeta(); new Sitemap(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings