/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
plugins
/
give
/
src
/
Framework
/
FieldsAPI
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/give/src/Framework/FieldsAPI
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/give/src/Framework/FieldsAPI/Html.php
<?php namespace Give\Framework\FieldsAPI; /** * @since 2.12.2 */ class Html extends Element { const TYPE = 'html'; /** @var string */ protected $html = ''; /** * Set the HTML for the element. * * @since 2.12.2 * * @param string $html * * @return $this */ public function html($html) { $this->html = $html; return $this; } /** * Get the HTML for the element. * * @since 2.12.2 * * @return string */ public function getHtml() { return $this->html; } }
Ukuran: 597 B