• Don’t think you have a git project for this plugin?

    Anyway /wp-pipes/define.php

    Line 35:
    define( ‘OB_PATH_PLUGIN’, ABSPATH . ‘wp-content’ . DS . ‘plugins’ . DS );

    Would be better as:
    define( ‘OB_PATH_PLUGIN’,WP_PLUGIN_DIR );

    For mad men like me whom choose to go off piste when setting up my wp default dirs

Viewing 1 replies (of 1 total)
  • Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi Peter,

    Yes, we do not have a public git project for this plugin now.

    About the plugin path, we will consider to update it in next versions!

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘/wp-pipes/define.php’ is closed to new replies.