Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // wp-config.php
- define('MCARE_DEV_MODE', true);
- // wp-content/themes/divi-child/functions.php
- wp_enqueue_style(
- 'theme-style',
- get_theme_file_uri('/build/style.css'),
- 'parent-style',
- MCARE_DEV_MODE ? time() : '1.0'
- );
Advertisement
Add Comment
Please, Sign In to add comment