npm ERR! 404 '@fortawesome/pro-light-svg-icons@^' is not in this registry
Andrew Fletcher published: 22 August 2023 1 minute read
change - theme_get_setting() is deprecated, use theme_handler instead
Andrew Fletcher published: 25 January 2022 1 minute read
If you are using theme_get_settings, such as:
$value = trim(theme_get_setting('my_setting'));
Then in your code editor you will also be seeing undefined function 'theme_get_setting'. This function has been deprecated for some time.