• Hi there,

    You’ve improperly used the plugins_url function inside \pmpro-woocommerce\pmpro-woocommerce.php when enquencing the style.

    plugins_url(__FILE__, '/css/style.css' )

    Should be
    plugins_url( '/css/style.css',__FILE__ )

    Best regards,
    Stefan ( Hogash )

  • The topic ‘Small bug with plugins_url’ is closed to new replies.