Changeset 2718702
- Timestamp:
- 05/05/2022 04:11:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-webinarsystem/trunk/includes/class-webinarsysteem-js.php
r2613742 r2718702 59 59 60 60 public static function get_js_path() { 61 if (($asset = WebinarSysteemJS::get_asset_manifest_data()) && !empty($asset['main.js'])) { 62 return WebinarSysteemJS::get_base_path() . 'build/' . $asset['main.js']; 63 } 64 65 return false; 61 return WebinarSysteemJS::get_base_path() . 'build/main.js'; 66 62 } 67 63 … … 71 67 72 68 public static function get_css_path() { 73 if (($asset = WebinarSysteemJS::get_asset_manifest_data()) && !empty($asset['main.css'])) { 74 return WebinarSysteemJS::get_base_path() . 'build/' . $asset['main.css']; 75 } 76 77 return false; 69 return WebinarSysteemJS::get_base_path() . 'build/main.css'; 78 70 } 79 71
Note: See TracChangeset
for help on using the changeset viewer.