How to disable “powered by Astratic” in the footer

The WordPress footer is the bottom of the site. It appears on all pages on your site. The footer usually contains information such as: the name of the company to which the website belongs or contact details on social media.

Many websites have a copyright text section in the footer. In WordPress, there are several ways to change what is displayed in the footer. The method directly depends on the type of theme installed in WordPress.

At this moment, removing that text from the footer is possible only in the source code.

You can do it by editing this file: wp-content/astratic-child/functions.php and adding the following php code:

add_filter('astratic_footer_powered_by_text', function () { return 'your text'; }); 

You can overwrite the value of “your text” or leave the empty value (return ”;) if you want remove this text from the footer.

Have any questions? It there anything we can help? Write about it in the comments below ????

Need help?

Thank you!

We will answer to your message as soon as possible

Need help? support-icon