Skip to content

Commit

Permalink
properly call method to set transient
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 9, 2024
1 parent ee8a4e4 commit d625981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/EntitlementsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function get_items() {
array_key_exists( 'categories', $data )
) {
$entitlements = $data;
set_the_transient( $entitlements );
self::set_the_transient( $entitlements );
}
}

Expand Down

0 comments on commit d625981

Please sign in to comment.