mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
1.1.1
This commit is contained in:
parent
850168d2b8
commit
d26d209ebd
3 changed files with 11 additions and 3 deletions
|
@ -801,4 +801,9 @@ function curver_skip_link_focus_fix() {
|
|||
</script>
|
||||
<?php
|
||||
}
|
||||
add_action( 'wp_print_footer_scripts', 'curver_skip_link_focus_fix' );
|
||||
add_action( 'wp_print_footer_scripts', 'curver_skip_link_focus_fix' );
|
||||
|
||||
|
||||
/* Disable wp lazy load, fix for flexslider
|
||||
/* ------------------------------------ */
|
||||
add_filter('wp_lazy_loading_enabled', '__return_false');
|
Loading…
Add table
Add a link
Reference in a new issue