Compatibility with WordPress File Upload Pro plugin – Iptanus
-
We are trying to make this pluggin work with the pluggin WordPress File Upload Pro plugin – Iptanus but when we select the .JS combination, it fails.
We have tried with this code :
add_filter( 'sgo_javascript_combine_exclude', 'js_combine_exclude' ); function js_combine_exclude( $exclude_list ) { $exclude_list[] ='wordpress_file_upload_script'; return $exclude_list; }but does not work.
Can you help us?
If not, is there any way to exclude the .Js / .css combination on some page?The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Compatibility with WordPress File Upload Pro plugin – Iptanus’ is closed to new replies.