How to check whether your work on WP or WPMU ?
Posted
by justjoe
on Stack Overflow
See other posts from Stack Overflow
or by justjoe
Published on 2010-03-15T14:11:12Z
Indexed on
2010/03/15
14:19 UTC
Read the original article
Hit count: 443
right now, i use global variable $table_prefix to differ whether i work on WP or WPMU. I need this global for my plugin. But is there any better way to check whether your pluggin is working on wp or wpmu ?
any suggestion will be great
© Stack Overflow or respective owner