noobron
Forum Replies Created
-
Upd : I just got to know that it could be down using admin-post.php. ??
It’s just about actions for handling any post method submissions. Like those in user registration forms :
<form action = register.php method = post>
<— code for all the inputs and submit buttons—->
</form>That worked! Thanks a lot!
BTW, is there any way through which I could get the currently looged in user data?
Can this be using ‘wp_get_current_user()’ ?
Edit : yes, ‘wp_get_current_user()’ can be used to access user info. Again thanks lot for providing the link too ??- This reply was modified 5 years, 7 months ago by noobron.
Well, I got this solved. Just had to create a new menu having the three specific page sections and search bar and also the option to auto add page section disabled.
I just came accross PHP hooks for elementor. Are those something which I could use to add or change PHP code associated with any elementor widget ?
Or can anyone tell me what are those used for ?First of all, thank you all for your replies.
I don’t think I was clear enough while expressing the issue. Basically I just want to know how I could make any elementor widget to be dynamic such that I could control them from scripts (preferably PHP).
As far as I have learnt , I am only able to add , edit or delete any widget using elementor’s editor. And that’s just it. I don’t know how to make changes to any components of any widget (or the widget itself) when I am viewing the website. Just want to know how I could make the widget functional towards user input for example : a button (an elementor widget) which directs the user to some other page of the website or do some other task on getting clicked by the user.Once again thank you all for the fast responses.