Created
November 8, 2024 10:25
-
-
Save codezz/cff0b2de469f370d400c70b7c750351c to your computer and use it in GitHub Desktop.
Adjust Login redirect location for One click login inside Dollie Hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter('dollie/site/login_url/location', function($location, $container) { | |
| return 'wp-admin/'; | |
| }, 10, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment