Additional condition in code
-
Hi
It would be great if you could help me with this.
[path]\wp-content\plugins\classified-listing-pro\app\Controllers\Hooks\TemplateHooks.php
How do I add another condition to this line
if ( Fns::registered_user_only( 'listing_seller_information' ) && ! is_user_logged_in() )
to check for
if ( $member && ! $member->is_expired() )
How do I add this condition to check?
Thanks a lot
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Additional condition in code’ is closed to new replies.