Thread Starter
rossty
(@rossty)
Noted. I will update you. Thanks @nextendweb_gabor
Thread Starter
rossty
(@rossty)
Hi @nextendweb_gabor Thanks for the quick response. Where can I see this file?
–> wp-content\plugins\post-grid\includes\classes\class-admin-notices.php
There is no class-admin-notoces.php in my Theme File Editor.
Hi where can I paste this code on my site?
if ($screen->id == 'edit-post_grid_layout' ... ) :
ob_start();
if ( ... ) :
...
endif;
echo(ob_get_clean());
endif;