We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// Add defer attribute to script tag // @todo Use core script registration using 'defer' attribute // @see https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/ // Was before: add_filter( 'script_loader_tag', __NAMESPACE__ . '\\defer_frontend_js', 0, 3 ); // ! add_filter( 'Figuren_Theater\Theming\Defer_Async_Loader\scripts_to_defer', __NAMESPACE__ . '\\defer_frontend_js', 0, 3 );
ft-privacy/inc/embed-privacy/namespace.php
Lines 57 to 61 in 3943bd9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ft-privacy/inc/embed-privacy/namespace.php
Lines 57 to 61 in 3943bd9
The text was updated successfully, but these errors were encountered: