Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Δήλωση
- wp_enqueue_style(
- 'style',
- get_stylesheet_directory_uri() . '/assets/css/style.css',
- ['bootstrap'],
- DRK_LISTINGS_DEBUG ? time() : wp_get_theme()->Version,
- 'all'
- );
- // Αποτέλεσμα
- <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' />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement