Is there a way to add some custom html or php forms to admin pages?
I'd like to add something to Background changing page.
I don't want to change core files, so it has to be done with plugin or function.php file. Is there any hook for this?
Is there a way to add some custom html or php forms to admin pages?
I'd like to add something to Background changing page.
I don't want to change core files, so it has to be done with plugin or function.php file. Is there any hook for this?
Yes, there are admin hooks like admin_init and plenty of ways to add custom features to the admin pages. I suggest looking through the codex.
Is there a specific hook to add somethink to Settings->Background page?
There is no Settings->Background in the latest version of WordPress I'm using.
You should look into the admin_init action and possibly the Settings API. There are numerous tutorials available for both, so Googling "wordpress admin_init tutorial" or "wordpress settings api tutorial" should yield plenty of results.
I will try. Thanks
You must log in to post.