Uncategoried

Firebase CLI: How to Change Project

Updated: December 17, 2022 By: Pennywise

When working with Firebase CLI, you can switch between projects by using the firebase use command, like this: To see the ids of your Firebase projects, execute the following command: You’ll get results like this: That’s…

WordPress: Passing Params to get_template_part()

Updated: December 17, 2022 By: A Goodman

When using the get_template_part function in WordPress, you can pass parameters to it as shown below: Then you can retrieve the passed variables in the template file like this: In this case, $args is a reserved…