Advertisement
artemsemkin

Untitled

Jan 23rd, 2023
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  * File: /wp-content/object-cache.php
  5.  * You can create it manually if it doesn't exist
  6.  */
  7.  
  8. add_action( 'wp_head', 'arts_inject_browser_sync', 999 );
  9. add_action( 'enqueue_block_assets', 'arts_inject_browser_sync', 999 );
  10. function arts_inject_browser_sync() {
  11.   wp_enqueue_script( 'browser-sync', get_site_url() . ':3000/browser-sync/browser-sync-client.js' );
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement