Prints the SVG icons to the page so that they are available to use.
Description
See also
Source
File: src/assets.php
protected function load_icons() { $svg_icons = $this->get_full_path( 'assets/dist/img/icons.svg' ); if ( file_exists( $svg_icons ) ) { require_once $svg_icons; } }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |