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 );
	}

Changelog Changelog

Changelog
VersionDescription
1.0.0Introduced.