Description
Return true if the CMS is Drupal
Usage
bw_is_drupal();Parameters
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 3 of 3
function bw_is_drupal() { return( bw_get_cms_type() == "Drupal" ); }View on GitHub View on Trac
WordPress plugins and themes
bw_is_drupal();function bw_is_drupal() { return( bw_get_cms_type() == "Drupal" ); }View on GitHub View on Trac
Published: | Last updated: