611 | | * @param string $stylesheet_or_template Optional. The stylesheet or template name of the theme. |
612 | | * Default is to leverage the main theme root. |
613 | | * @param string $theme_root Optional. The theme root for which calculations will be based, preventing |
614 | | * the need for a get_raw_theme_root() call. |
| 611 | * @param bool|string $stylesheet_or_template Optional. The stylesheet or template name of the theme. |
| 612 | * Default value false, to use the main theme root. |
| 613 | * @param bool|string $theme_root Optional. The theme root for which calculations will be based, preventing |
| 614 | * the need for a get_raw_theme_root() call. Default value false. |