[ 'index-now/generate-api-key' => [ 'callback' => [ 'Settings', 'generateApiKey', 'AIOSEO\\Plugin\\Addon\\IndexNow\\Api' ], 'access' => [ 'aioseo_general_settings' ] ], 'index-now/api-key' => [ 'callback' => [ 'Settings', 'getApiKey', 'AIOSEO\\Plugin\\Addon\\IndexNow\\Api' ], 'access' => [ 'aioseo_general_settings' ] ] ] ]; /** * Returns all routes that need to be registered. * * @since 1.0.0 * * @return array The routes. */ public function getRoutes() { return $this->routes; } }