' . $noab . '
';
$retval .= '' . $ab . '
';
$retval .= '';
}
else {
// Uh-Oh. This means the query failed or, more likely,
// their is no shortcode with that ID in the database.
// Let's return a generic error message.
$retval = '';
$retval = '
Ad Blocking Detector Error
No shortcode with that ID# ( ' . $id . ').
';
$retval .= '
' . $ab . '
';
}
return $retval;
}
} // end class
} // end if( !class_exists( ...