Forums
Forums / Plugin: Footer Text / Put php in the HTML area
(@esteban84)
10 years, 9 months ago
Hi Thanks for you amazing plugin. I have differents footer in my website. How can i put Php test, i’ve tried differents php plugin ( intert php etc..) and none works regards
https://ww.wp.xz.cn/plugins/footer-text/
(@bungeshea)
If you want to use PHP, it’s probably better to do this in your theme templates.
If you do want to use the Insert PHP plugin with footer-text, you will need to add this code to a plugin or functions.php:
add_filter( 'term_description', 'will_bontrager_insert_php', 9 );
The topic ‘Put php in the HTML area’ is closed to new replies.