Advertisement
dimkiriaoks

enqueue

Dec 14th, 2023
717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. // Δήλωση
  2.  
  3.     wp_enqueue_style(
  4.         'style',
  5.         get_stylesheet_directory_uri() . '/assets/css/style.css',
  6.         ['bootstrap'],
  7.         DRK_LISTINGS_DEBUG ? time() : wp_get_theme()->Version,
  8.         'all'
  9.     );
  10.  
  11.  
  12. // Αποτέλεσμα
  13. <link rel='stylesheet' id='style-css' href='https://kosdirectory.local/wp-content/themes/drk-listings/assets/css/style.css?ver=1702549887' type='text/css' media='all' />
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement