Plugin Directory

Changeset 2371604


Ignore:
Timestamp:
08/29/2020 04:34:07 PM (6 years ago)
Author:
asifrohan
Message:

updated enqueue css path to url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • latest-post-widget/trunk/last-post-widget.php

    r2371292 r2371604  
    104104function latest_post_widget_scripts()
    105105{
    106     wp_enqueue_style('latest-post-widget-style', __DIR__ . '/inc/css/latest-post-widget.css');
     106    wp_enqueue_style('latest-post-widget-style', plugin_dir_url( __FILE__ ) . '/inc/css/latest-post-widget.css');
    107107}
    108108add_action('wp_enqueue_scripts', 'latest_post_widget_scripts');
Note: See TracChangeset for help on using the changeset viewer.