Utilities::automator_get_vendor_asset( $file_name )
Returns the full url for the passed vendor file
Source Source
File: src/core/class-utilities.php
public static function automator_get_vendor_asset( $file_name ) { return plugins_url( 'src/assets/vendor/' . $file_name, AUTOMATOR_BASE_FILE ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |