Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hey there, I have a wordpress blog theme settings page using functions.php How can i send php codes thro functions.php?

Thank u!

share|improve this question
1  
What do you mean with "PHP codes"? – kiamlaluno Aug 1 '10 at 21:51

2 Answers

up vote 0 down vote accepted

Nope, you can NOT insert/send php code to functions.php from wordpress's theme settings page; if it was possible, they would have hacked into wordpress easily :)

share|improve this answer

Actually you can send php code through functions.php, however it's not recommended at all. Sounds like you need to come up with a better solution that won't get your site hacked.

share|improve this answer
He needs to add/insert/send the code through admin that is theme settings page – Sarfraz Aug 1 '10 at 21:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.