Skip to content

Instantly share code, notes, and snippets.

@codezz
Created November 8, 2024 10:25
Show Gist options
  • Select an option

  • Save codezz/cff0b2de469f370d400c70b7c750351c to your computer and use it in GitHub Desktop.

Select an option

Save codezz/cff0b2de469f370d400c70b7c750351c to your computer and use it in GitHub Desktop.
Adjust Login redirect location for One click login inside Dollie Hub
<?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