class-auxels-admin-assets.php
6 years ago
class-auxels-archive-menu-links.php
6 years ago
class-auxels-envato-elements.php
6 years ago
class-auxels-import-parser.php
8 years ago
class-auxels-import.php
6 years ago
class-auxels-search-post-type.php
6 years ago
class-auxin-admin-dashboard.php
6 years ago
class-auxin-demo-importer.php
6 years ago
class-auxin-dependency-sorting.php
8 years ago
class-auxin-import.php
6 years ago
class-auxin-install.php
6 years ago
class-auxin-master-nav-menu-admin.php
6 years ago
class-auxin-page-template.php
6 years ago
class-auxin-permalink.php
6 years ago
class-auxin-plugin-requirements.php
6 years ago
class-auxin-post-type-base.php
6 years ago
class-auxin-siteorigin-widget.php
6 years ago
class-auxin-svg-support-allowedattributes.php
7 years ago
class-auxin-svg-support-allowedtags.php
7 years ago
class-auxin-svg-support.php
7 years ago
class-auxin-walker-nav-menu-back.php
6 years ago
class-auxin-welcome-sections.php
6 years ago
class-auxin-welcome.php
6 years ago
class-auxin-whitelabel.php
6 years ago
class-auxin-widget-indie.php
6 years ago
class-auxin-widget-shortcode-map.php
6 years ago
class-auxin-widget.php
6 years ago
class-auxin-svg-support-allowedattributes.php
18 lines
| 1 | <?php |
| 2 | |
| 3 | |
| 4 | class Auxin_SVG_Support_AllowedAttributes extends \enshrined\svgSanitize\data\AllowedAttributes { |
| 5 | |
| 6 | /** |
| 7 | * Returns an array of attributes |
| 8 | * |
| 9 | * @return array |
| 10 | */ |
| 11 | public static function getAttributes() { |
| 12 | |
| 13 | /** |
| 14 | * var array Attributes that are allowed. |
| 15 | */ |
| 16 | return apply_filters( 'svg_allowed_attributes', parent::getAttributes() ); |
| 17 | } |
| 18 | } |