Changeset 2142782
- Timestamp:
- 08/20/2019 08:52:32 PM (7 years ago)
- Location:
- instant-page
- Files:
-
- 4 added
- 1 edited
-
tags/2.0.0.1 (added)
-
tags/2.0.0.1/instantpage.js (added)
-
tags/2.0.0.1/instantpage.php (added)
-
tags/2.0.0.1/readme.txt (added)
-
trunk/instantpage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instant-page/trunk/instantpage.php
r2140946 r2142782 5 5 Description: Make your site’s pages instant in 1 minute. 6 6 Author: Alexandre Dieulot 7 Version: 2.0.0 7 Version: 2.0.0.1 8 8 Author URI: https://dieulot.fr/ 9 9 */ 10 10 11 add_action( 'wp_enqueue_scripts', instantpage_wp_enqueue_scripts);12 add_filter( 'script_loader_tag', instantpage_script_loader_tag, 10, 2 );11 add_action( 'wp_enqueue_scripts', 'instantpage_wp_enqueue_scripts' ); 12 add_filter( 'script_loader_tag', 'instantpage_script_loader_tag', 10, 2 ); 13 13 14 14 function instantpage_wp_enqueue_scripts() {
Note: See TracChangeset
for help on using the changeset viewer.