Voeg deze code toe aan functions.php van je thema of Code snippets.
1 2 3 4 5 6 |
function flatsome_allow_mobile_zooming(){ print ' '; print "n"; } add_action( 'wp_head' , 'flatsome_allow_mobile_zooming', 9999999 ); |
Voeg deze code toe aan functions.php van je thema of Code snippets.
1 2 3 4 5 6 |
function flatsome_allow_mobile_zooming(){ print ' '; print "n"; } add_action( 'wp_head' , 'flatsome_allow_mobile_zooming', 9999999 ); |