Changeset 3103002
- Timestamp:
- 06/15/2024 08:37:23 AM (22 months ago)
- Location:
- eso-hub
- Files:
-
- 2 edited
- 1 copied
-
tags/1.1.11 (copied) (copied from eso-hub/trunk)
-
tags/1.1.11/eso-hub.php (modified) (2 diffs)
-
trunk/eso-hub.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eso-hub/tags/1.1.11/eso-hub.php
r3095525 r3103002 5 5 Plugin URI: https://github.com/PathfinderMediaGroup/eso-hub-wordpress 6 6 Description: Embed tooltips of the game The Elder Scrolls Online into your pages and posts. 7 Version: 1.1.1 07 Version: 1.1.11 8 8 Author: Woeler 9 9 Author URI: https://www.pathfindermediagroup.com … … 36 36 public function addScript() 37 37 { 38 wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js' );38 wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js', [], null, ['in_footer' => true, 'strategy' => 'defer']); 39 39 } 40 40 -
eso-hub/trunk/eso-hub.php
r3095525 r3103002 5 5 Plugin URI: https://github.com/PathfinderMediaGroup/eso-hub-wordpress 6 6 Description: Embed tooltips of the game The Elder Scrolls Online into your pages and posts. 7 Version: 1.1.1 07 Version: 1.1.11 8 8 Author: Woeler 9 9 Author URI: https://www.pathfindermediagroup.com … … 36 36 public function addScript() 37 37 { 38 wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js' );38 wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js', [], null, ['in_footer' => true, 'strategy' => 'defer']); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.