Skip to content

Commit

Permalink
Fix "filemtime(): stat failed for ..." error with corrected file path
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Nov 9, 2024
1 parent b153909 commit 53c2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/embed-privacy/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function enqueue_css_fix(): void {
];

// Add "path" to allow inlining asset if the theme opts-in.
$args['path'] = Privacy\DIRECTORY . 'assets/embed-privacy/fix.css';
$args['path'] = Privacy\DIRECTORY . '/assets/embed-privacy/fix.css';

// Enqueue asset.
wp_enqueue_style(
Expand Down

0 comments on commit 53c2e75

Please sign in to comment.