• Grego606

    (@grego606)


    wp-content/plugins/posts-by-shortcode/posts-by-shortcode-rk.php
    line 78 wp_enqueue_style( ‘style’, esc_url($plugin_url) . “/css/style.css”);

    bolded slash causes a double slash and breaks connection with css.

    $plugin_url = plugin_dir_url( __FILE__ );

    __FILE__ has a trailing slash

    The page I need help with: [log in to see the link]

  • The topic ‘Double backslash’ is closed to new replies.