IT Nursery
I’m developing a custom user search and I’m using this plugin found here: <?php function sul_user_listing($atts, $content = null) { global $post; extract(shortcode_atts(array( "role" => 'technician', "number" => '10'...
  • June 1, 2022
  • 0 Comments
IT Nursery
I’m using pre_user_query to limit the results shown on the users.php page. I am limiting it by role & also by a meta field, so my query from like...
  • May 29, 2022
  • 0 Comments
IT Nursery
I have created a custom registration page, whereby a person will receive a code from another user and type in a code upon registering. If the code matches, i...
  • May 28, 2022
  • 0 Comments