Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use wp_add_inline_script for createBlockTheme object (#428)
* Use wp_add_inline_script for createBlockTheme obj This change ensures we follow accepted good practices, as `wp_localize_script` should only be used when localizing strings. It's more verbose, but it doesn't lend itself to confusion. Relevant comment: https://developer.wordpress.org/reference/functions/wp_localize_script/#comment-3213 * Make sure to not change load order Co-authored-by: Sarah Norris <[email protected]> --------- Co-authored-by: Sarah Norris <[email protected]>
- Loading branch information