Disable Injection


If the meta image injection needs to be disabled, you can use the following closure:

placid_should_inject(function () {

    // - check if the meta information should be injected

    return true; // - must return (bool)
});