Mr. Goodie2Shoes
Well-known member
I am rebuilding the permalinks via deferred process and once that is done, I need to rebuild the blocks. I added something like:
which gets called once the permalink rebuild finishes it's job but it's not getting called for some reason and after some time the notice for continuing the manual deferred process on the admin home.
Any help is highly appreciated
PHP:
XenForo_Application::defer(
'Atomic', array('simple' => 'GFNPermalink_Deferred_BlockRebuild'), 'permalinkBlock', true
);
which gets called once the permalink rebuild finishes it's job but it's not getting called for some reason and after some time the notice for continuing the manual deferred process on the admin home.
Any help is highly appreciated