function poptin_preprocess_html in Website Popups, Email Popup, Exit-Intent Popup, and Contact Forms – Poptin 8
Implements poptin_preprocess_html().
File
- ./
poptin.module, line 57 - Module for adding popups on website.
Code
function poptin_preprocess_html(&$variables) {
$variables['#attached']['library'][] = 'poptin/poptin-js';
}