The list of params. */ public function get_params() { return [ 'isInstalled' => $this->is_installed(), 'isActivated' => $this->is_activated(), 'installationUrl' => \html_entity_decode( WPSEO_Admin_Utils::get_install_url( self::PLUGIN_FILE ) ), 'activationUrl' => \html_entity_decode( WPSEO_Admin_Utils::get_activation_url( self::PLUGIN_FILE ) ), ]; } }