php-stubs / wordpress-stubs

Up-to-date WordPress function and class declaration stubs for static analysis by PHPStan
https://packagist.org/packages/php-stubs/wordpress-stubs
MIT License
149 stars 19 forks source link

function `wp_register_script` is missing `$in_footer` argument #154

Closed luistar15 closed 9 months ago

szepeviktor commented 9 months ago

Hello @luistar15!

It is inside the last parameter: $args https://developer.wordpress.org/reference/functions/wp_register_script/#parameters

luistar15 commented 9 months ago

You are correct. It was WordPress-Coding-Standards library reporting incorrectly.