Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * File: /wp-content/object-cache.php
- * You can create it manually if it doesn't exist
- */
- add_action( 'wp_head', 'arts_inject_browser_sync', 999 );
- add_action( 'enqueue_block_assets', 'arts_inject_browser_sync', 999 );
- function arts_inject_browser_sync() {
- wp_enqueue_script( 'browser-sync', get_site_url() . ':3000/browser-sync/browser-sync-client.js' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement