=> $this->getManageCapability( 'aioseo-news-sitemap' ), 'minimumVersion' => '0.0.0', 'hasMinimumVersion' => false ], [ 'sku' => 'aioseo-index-now', 'name' => 'IndexNow', 'version' => '1.0.0', 'image' => null, 'icon' => 'svg-sitemaps-pro', 'levels' => [ 'agency', 'business', 'basic', 'plus', 'pro', 'elite' ], 'currentLevels' => [ 'basic', 'plus', 'pro', 'elite' ], 'requiresUpgrade' => true, 'description' => '
Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.
', // phpcs:ignore Generic.Files.LineLength.MaxExceeded 'descriptionVersion' => 0, 'downloadUrl' => '', 'productUrl' => 'https://aioseo.com/index-now/', 'learnMoreUrl' => 'https://aioseo.com/index-now/', 'manageUrl' => 'https://route#aioseo-settings:webmaster-tools', 'basename' => 'aioseo-index-now/aioseo-index-now.php', 'installed' => false, 'isActive' => false, 'canInstall' => false, 'canActivate' => false, 'canUpdate' => false, 'capability' => $this->getManageCapability( 'aioseo-index-now' ), 'minimumVersion' => '0.0.0', 'hasMinimumVersion' => false ], [ 'sku' => 'aioseo-rest-api', 'name' => 'REST API', 'version' => '1.0.0', 'image' => null, 'icon' => 'svg-code', 'levels' => [ 'plus', 'pro', 'elite' ], 'currentLevels' => [ 'plus', 'pro', 'elite' ], 'requiresUpgrade' => true, 'description' => 'Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.
', // phpcs:ignore Generic.Files.LineLength.MaxExceeded 'descriptionVersion' => 0, 'downloadUrl' => '', 'productUrl' => 'https://aioseo.com/feature/rest-api/', 'learnMoreUrl' => 'https://aioseo.com/feature/rest-api/', 'manageUrl' => null, 'basename' => 'aioseo-rest-api/aioseo-rest-api.php', 'installed' => false, 'isActive' => false, 'canInstall' => false, 'canActivate' => false, 'canUpdate' => false, 'capability' => null, 'minimumVersion' => '0.0.0', 'hasMinimumVersion' => false ], [ 'sku' => 'aioseo-image-seo', 'name' => 'Image SEO', 'version' => '1.0.0', 'image' => null, 'icon' => 'svg-image-seo', 'levels' => [ 'individual', 'business', 'agency', 'plus', 'pro', 'elite', ], 'currentLevels' => [ 'plus', 'pro', 'elite' ], 'requiresUpgrade' => true, 'description' => 'Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.
', 'descriptionVersion' => 0, 'productUrl' => 'https://aioseo.com/image-seo', 'learnMoreUrl' => 'https://aioseo.com/image-seo', 'manageUrl' => 'https://route#aioseo-search-appearance:media', 'basename' => 'aioseo-image-seo/aioseo-image-seo.php', 'installed' => false, 'isActive' => false, 'canInstall' => false, 'canActivate' => false, 'canUpdate' => false, 'capability' => $this->getManageCapability( 'aioseo-image-seo' ), 'minimumVersion' => '0.0.0', 'hasMinimumVersion' => false ] ] ), true ); } /** * Check for updates for all addons. * * @since 4.2.4 * * @return void */ public function registerUpdateCheck() {} /** * Updates a given addon or plugin. * * @since 4.4.3 * * @param string $name The addon name/sku. * @param bool $network Whether we are in a network environment. * @return bool Whether the installation was succesful. */ public function upgradeAddon( $name, $network ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return false; } /** * Get the download URL for the given addon. * * @since 4.4.3 * * @param string $sku The addon sku. * @return string The download url for the addon. */ public function getDownloadUrl( $sku ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return ''; } }