Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #41498, comment 11


Ignore:
Timestamp:
11/21/2021 08:19:35 AM (3 years ago)
Author:
doncullen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41498, comment 11

    v3 v4  
    11Following up on this, this is still an issue.  Any chance of this being patched? It's a pretty easy patch to make, especially for a ticket that has been open for four years.
    22
    3 For now, I've implemented a workaround within Laravel to compensate for Wordpress lack of checking to see if helper function was already declared.  For those wondering, open 'index.php' within the 'public' directory of the Laravel app, and add this:
     3For now, I've implemented a workaround within Laravel to compensate for Wordpress lack of checking to see if the helper function was already declared.  For those wondering, open 'index.php' within the 'public' directory of the Laravel app, and add this before the `require __DIR__.'/../vendor/autoload.php';` line:
    44
    55