diff --git a/includes/classes/backend.php b/includes/classes/backend.php index c66cfbb..a9eba2e 100644 --- a/includes/classes/backend.php +++ b/includes/classes/backend.php @@ -176,7 +176,7 @@ function lcp_inject_breakpoints_to_frontend() { } "; } -add_action('wp_head', 'lcp_inject_breakpoints_to_frontend'); +add_action('wp_head', 'lcp_inject_breakpoints_to_frontend',5); diff --git a/style.css b/style.css index 687419a..5d85a6d 100644 --- a/style.css +++ b/style.css @@ -143,4 +143,6 @@ Version: 1.0 background-color: #333; cursor: pointer; border-radius: 5px; -} \ No newline at end of file +} + +