Created
February 23, 2021 06:11
-
-
Save hiteshaggarwal/9332718b2cca5e57d940b5b8b66b5d63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Please copy the below line | |
$body = preg_replace('/' . preg_quote('<ul id="nav-empty"', '/') . '/', $adminMenu . '<ul id="nav-empty"', $body, 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment