October 12

Builder: Edit Footer

If you need to change the default Builder or Builder child theme footer, paste this in your functions.php file

add_filter( 'builder_footer_credit', 'custom_builder_footer_credit' );

function custom_builder_footer_credit( $footer_credit ) {
    $footer_credit = 'Powered by WordPress
Customized by TechBasedTraining'; return $footer_credit; }

Tags


You may also like

Force cPanel Password Reset

Force cPanel Password Reset
{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

Get in touch

Name*
Email*
Message
0 of 350