Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: If BP is enable conditional tag


r-a-y
Keymaster

@r-a-y

Use:

if (defined(‘BP_VERSION’ ) { your code here;}
else { your non-bp code here;}

Skip to toolbar