'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 ] ] ) ); } /** * 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 ''; } }