Tagged Questions
0
votes
1answer
46 views
wp_deregister_script was called incorrectly
So apparently I am now allowed to do the following in the admin, ON my theme options page and only ON my theme options pages:
public function load_admin_jquery(){
...
0
votes
1answer
321 views
How to add drag and drop functionalities to a div inside option panel
Hi to all it's a few days that I'm trying to add some new functions to my theme option-panel, you can see my questions here:
How to add an export function to a custom Option Theme Page
Add a preview ...