Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #45982, comment 17


Ignore:
Timestamp:
12/21/2020 06:59:49 AM (5 years ago)
Author:
thatstevensguy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45982, comment 17

    v3 v4  
    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.
     1If 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.
    42
    53{{{#!php