Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Analytical 360

    (@analytical-360)

    OK, I figured it out. Nowhere in the docs did it say anything about needing to include the class. I figured it worked similarly to $wpdb which doesn’t need to be included. When I added the following to my code, it started working.

    include_once plugin_dir_path(__FILE__)."../wp-session-manager/wp-session-manager.php";
Viewing 1 replies (of 1 total)