WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
safehtml
/
lib
/
svg-sanitizer
/
src
/
data
/
Name
Action
..
AllowedAttributes.php
Edit
AllowedTags.php
Edit
AttributeInterface.php
Edit
TagInterface.php
Edit
XPath.php
Edit
Editing: AttributeInterface.php
<?php namespace enshrined\svgSanitize\data; /** * Class AttributeInterface * * @package enshrined\svgSanitize\data */ interface AttributeInterface { /** * Returns an array of attributes * * @return array */ public static function getAttributes(); }