Questions tagged [ultimate-member]
38 questions
0
votes
1 answer
How to call a functions/classes without using shortcodes | Wordpress?
So i have a question - regarding WordPress plugins specifically shortcodes
Additional Info >
CMS : Wordpress (5.7.1)
Language : PHP 7< , JS
Plugin : Ultimate Member
i looking for a way to call the profile functions outside the plugin __DIR__ into…

mok
- 1
- 1
0
votes
1 answer
(WordPress/UltimateMember) Hook functions not working in custom plugin / child theme
So I'm trying to extend UltimateMember's functionality with a custom plugin called "testFamily". In the plugin I have testFamily.php, with these functions:
require plugin_dir_path( __FILE__ ) .…

hypercubed
- 13
- 6
0
votes
1 answer
Wordpress Returning function within Shortcode displaying top of the page
I am trying to use a shortcode to display Ultimate Member form, the issue I have is the output of the shortcode always displays at the top of the page and not where I placed the shortcode.
I think its outputting acf_form(settings) as soon as the…

John Jones
- 2,175
- 2
- 20
- 29
0
votes
1 answer
How to link contact form 7 values stored in the database to a specific user - Wordpress
I have created a contact form 7 multi step form ( 4 steps) and installed a plugin to save the values into the database. I can also see the values saved in the database.
What I want is to display these questions in the user profile as an editable…
0
votes
1 answer
How to remove an input value before submitting it in Wordpress with the Ultimate member plugin
I want to know how to remove an input value before submitting a profile form in Wordpress with Ultimate Member plugin. I've been stuck with this for a whole week.
The thing is that I have conditional fields in the profile form that if the user does…

0xNicko
- 63
- 1
- 7
0
votes
2 answers
Wordpress. Ultimate Member Plugin. Registraion form not redirecting
Good Day
I am having an issue with a Registration form from Ultimate Member, when a user clicks "Register" the site redirects to the registration page again.
I have tried the following:
1-> I made sure that my settings at UM -> User Role ->…

Spectra
- 1
- 1
- 1
-1
votes
2 answers
How to override the slug of ultimate member profile page?
I want to change the default firstname-lastname slug to something different, like firstname-lastname-city-category. How exactly can I do this using ultimate members plugin ? I am using free version. I could not find any filter for this so far ? Any…

Saad
- 21
- 1
- 7
-1
votes
1 answer
username_exists function in wordpress throwing 500 error (function not defined), despite require/include pluggable.php and user.php
In my custom plugin's php, trying to call the core wordpress function username_exists() throws a 500 error which I think is caused by that function not being defined.
The line in my code that is failing is:
$unres = username_exists($unt);
I have…

ed2
- 1,457
- 1
- 9
- 26