mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 16:44:24 +08:00
1.2.4
This commit is contained in:
parent
ebb1012d80
commit
b51191b2c6
3 changed files with 11 additions and 3 deletions
|
@ -846,4 +846,9 @@ function boxstyle_skip_link_focus_fix() {
|
|||
</script>
|
||||
<?php
|
||||
}
|
||||
add_action( 'wp_print_footer_scripts', 'boxstyle_skip_link_focus_fix' );
|
||||
add_action( 'wp_print_footer_scripts', 'boxstyle_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