MortgageNews_Actions::enqueue_init()
Init enqueue styles and scripts.
Source Source
File: mortgage-news-widget/inc/MortgageNews_Actions.php
protected function enqueue_init() {
add_action( 'wp_enqueue_scripts', array( new MortgageNews_Enqueue, 'enqueue_scripts' ) );
add_action( 'admin_enqueue_scripts', array( new MortgageNews_Enqueue, 'enqueue_admin_scripts' ) );
add_action( 'admin_enqueue_scripts', array( new MortgageNews_Enqueue, 'enqueue_widget_page_scroller' ) );
add_action( 'admin_enqueue_scripts', array( new MortgageNews_Enqueue, 'enqueue_widget_page_bullets' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |