IT Nursery
I am currently developing a plugin and I am trying to make use of the $current_user global. class Something { public function __construct() { $this->get_user(); var_dump( $this->user ); }...
  • June 3, 2022
  • 0 Comments