Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Why do you redefine those constants if you’re using it as a plugin, e.g. not wrapped in a theme? It’s defined correctly in the plugin:

    if ( ! defined( ‘RWMB_URL’ ) )
    define( ‘RWMB_URL’, plugin_dir_url( __FILE__ ) );
    if ( ! defined( ‘RWMB_DIR’ ) )
    define( ‘RWMB_DIR’, plugin_dir_path( __FILE__ ) );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meta Box] RWMB_URL and RWMB_DIR don't define properly on windows when using symlinks.’ is closed to new replies.