cannabiz_footer_designedby

9 seconds

Filter to add your own custom text to the CannaBiz theme footer, which displays after the Copyright text.

Example code

add_filter( "cannabiz_footer_designedby","cannabiz_footer" );
function cannabiz_footer() {
    $cannabiz_footer_designedby = " Your text here";
    return $cannabiz_footer_designedby;
}

File location:

/cannabiz/footer.php

Was this article helpful?