| 1 | | If you want to just dump @jlambe's great solution at the end of your themes functions.php, you will get errors about the namespace not being at the start of the file, and correct me if I am wrong, but its also not good practice to have more than one namespace per file. |
| 2 | | |
| 3 | | In this case, the below less elegant version is working for me. |
| | 1 | If you just want to dump @jlambe's great solution at the end of your themes functions.php, you will get errors about the namespace not being at the start of the file. In this case, the below less elegant version is working for me. |