LIGHT SPEED — CREDIT NOTICE
===========================

This theme is distributed for FREE by TopTechTriks (https://toptechtriks.com).

The only condition of use is that the footer credit line stays in place:

    Free Wordpress Themes by TopTechTriks   →  https://toptechtriks.com

How it is enforced
------------------
The file inc/credit-guard.php checks the final page HTML for this credit. If the
credit link or its text is removed or changed, the front end is replaced with a
short notice asking you to restore the credit, so the site will not display
normally until the credit is back.

This code is written in plain, readable PHP (it is NOT obfuscated or hidden) so
you can see exactly what it does.

To change the credit text or URL
--------------------------------
Open inc/credit-guard.php and edit these three constants at the top:

    LIGHTSPEED_CREDIT_TEXT   — the visible text
    LIGHTSPEED_CREDIT_URL    — the full link URL
    LIGHTSPEED_CREDIT_HOST   — the domain that must appear in the link

Do not delete the guard file or the lightspeed_footer_credit() call in
footer.php, or the theme will treat the credit as missing.
