Skip to content

Commit

Permalink
Remove rquirement checks outside of templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyBJacobs committed Oct 13, 2014
1 parent a98b874 commit e16a4df
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* located in your theme.
*/

// Don't show anything if login-requirement exists and hasn't been met
if ( in_array( 'logged-in', it_exchange_get_pending_purchase_requirements() ) )
return;

$session_data = it_exchange_get_session_data( 'ibd_gfci_checkout_forms' );

?>
Expand Down

0 comments on commit e16a4df

Please sign in to comment.