Tag: internal

  • How To Create Custom Table List In WordPress Admin Page

    Introduction In this tutorial, you will learn how to add an admin table which is similar to admin posts or pages or comments table list Our table list is a merged list of all searchable post types post which are in draft mode i.e. not yet published or still work in progress posts Based on…

  • Inside the PHP

    Introduction Ever wonder what’s inside the PHP. How every language construct, function works. How optional parameters handled. Why certain functions behave weird and want know their inner working. That’s why I bring this tutorial to how easily navigate to the function declaration and understand it easily. Since PHP is opensource you can see all source…