wpsc_enqueue_styles()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpsc_enqueue_styles();
Код wpsc_enqueue_styles() wpsc enqueue styles WPSCache 3.1.1
function wpsc_enqueue_styles() {
wp_enqueue_style(
'wpsc_styles',
plugins_url( 'styling/dashboard.css', __FILE__ ),
array(),
filemtime( plugin_dir_path( __FILE__ ) . 'styling/dashboard.css' )
);
}