I would like to write a function to email me the URL of the website when my theme is activated.
What is the hook initiated when the theme is activated?
|
I would like to write a function to email me the URL of the website when my theme is activated. What is the hook initiated when the theme is activated? |
|||||
|
|
I have that code here just name the file theme_activation_hook.php like on the website and copy this.
|
||||
|
|
I have written a code which provides a reliable activation/deactivation theme hooks. Please check it out and let me know what you guys think! http://www.krishnakantsharma.com/2011/01/activationdeactivation-hook-for-wordpress-theme/ |
|||
|
There is no specialized hook for this. I have seen couple of approaches:
I want to note that emailing yourself any information without user's consent (and running anything on activation has no opportunity to request such) can be viewed as inappropriate. |
|||
|
|
Place this code at the top in your
replace Hope it helps. |
||||
|
|