I am not sure about how to edit the code. Should the code be edited like this?
function sccss_register_style() {
wp_register_style( ‘sccss_style’, add_query_arg( array( ‘https://yourdomain.dom/sccss’ => 1 ), home_url() ) );
wp_enqueue_style( ‘sccss_style’ );
}
add_action( ‘wp_enqueue_scripts’, ‘sccss_register_style’, 99 );
Thank you so much!
Thanks for your reply, Mimmt!
I found this part of code in the public.php file!
What should I edit?
By now I solved the problem not using at all the plug-in, and writing the code on the style.css file of the theme.
Anyway, if you have a solution to this problem, it would be really appreciated!
Thank you very much! 🙂
Is this forum still visited?