You must edit app/Models/User.php and add the following code at the bottom
protected $appends = ['resource_url'];
public function getResourceUrlAttribute() { return url('/admin/users/' . $this->getKey()); }
WordPress, WooCommerce Developer.
Reading time: 1 minutes
Leave a Reply