this is a disaster, it cause us a lot of problems
how can we change this ? 🙁
Thread Starter
Farjad
(@farjadco)
just put this in functions.php :
function wpdocs_dequeue_script() {
wp_dequeue_script(
'dokan-maps', 'https://maps.googleapis.com/maps/api/js?key=54656&', '', '3.7.15', true
);
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );
Thread Starter
Farjad
(@farjadco)
@jobthomas
thanks a lot
you were right,it was a little css problem