harrystyles94z
30 Reputation

Answers

First, disable the default WordPress login by redirecting it to your Ultimate Member login page using a custom function in your theme's functions.php. Next, set up your Ultimate Member login and registration...

View Question
0 Votes

[apcode language="php"] <?php if (!empty($question->description) && /* your condition here */): ?>     <div class="question-description">         <?php echo...

View Question
0 Votes

In the class-validate.php file, you can define a new method called validate_is_checked. public function validate_is_checked($value) { return !empty($value); // Ensure the checkbox is checked } Ensure that...

View Question
0 Votes

I get the same issue. I use the WP mail smtp plugin to send email and it works.

View Question
0 Votes