Dequeue front-flex
Hi,
I want to dequeue and then add this to my css file: /plugins/siteorigin-panels/css/front-flex.css
Can you please tell me the right way to dequeue.
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Merxus,
Unfortunately, this isn’t possible without a fair amount of custom coding. This is beyond the scope of what we can help you with on our forums, but you could hire a developer to implement this for you.
We recommend using Codeable. You’ll be able to hire someone at an hourly rate to do this work for you.
For God sake! This is just a line of code:
I only need the handle and then write it in the functions file.
function dequeue_script() { wp_dequeue_script( '?handle' ); } add_action( 'wp_print_scripts', 'dequeue_script', 100 );Can you give the ?handle or do I have to hire someone for that?
Hi Merxus,
It’s sadly not that simple or I would have provided you the code. Regardless, the handler is: siteorigin-panels-front this won’t directly work however as there are additional checks needed to prevent the output which we sadly cannot assist with.
OK, Thanks!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.