Skip to content

Instantly share code, notes, and snippets.

@elhardoum
Created October 29, 2016 20:28
Show Gist options
  • Save elhardoum/2e9ba2ee4c5d24bf06045dc8c4414388 to your computer and use it in GitHub Desktop.
Save elhardoum/2e9ba2ee4c5d24bf06045dc8c4414388 to your computer and use it in GitHub Desktop.
<?php
if ( defined('BM_CUSTOM_LOAD') && isset($BM_Loader) && method_exists($BM_Loader, "init") ) {
if ( true /* my custom preferences */ ) {
$BM_Loader->init();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment