How to redirect to profile page after login (default landing page)

To change from dashboard to profile

In actions/login.php, change
forward("pg/dashboard/") to forward("pg/profile/$username");

:)

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking