Tag: WordPress Customization

  • Create WordPress Plugin

    Creating a WordPress Plugin is very simple if you have a basic PHP knowledge. A single PHP file can be used as a WordPress Plugin having some structured information. Lets try creating your first WordPress Plugin.

  • Display Users login time on WP Admin Users Table

    Save each user’s login time with the wp_login hook and show it in a new Last login column on the WP Admin users table.

  • WordPress Login Page Customization by filters, actions & plugins

    Customize wordpress login,registration,reset page & login page logo/title/url address displayed through wp-login.php. Use action & filter hooks,do not edit core files