Replies
- Brajesh Singh on June 13, 2022 at 11:49 am in reply to: [Resolved] GROUP TABS: Remove need for Admin to See Tabs #45356
Hi Dianne,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on June 13, 2022 at 11:46 am in reply to: [Resolved] Xprofile Field – Country Select #45355
Hi Quint,
No need to apologise. I was just trying to understand things.I am glad that it could be made available out of the box.
Regards
Brajesh Please see
https://codex.wordpress.org/Plugin_API/Action_ReferenceIn case of WordPress, not everything is available immediately for use. There are some of the features which are enabled at certain stage of loading. For example, you may not use post type before init action and so on.
If your code is loading early, you need to attach to one of the available hooks to make sure the code you are trying to use is available at that time.
Regards
Brajesh- Brajesh Singh on June 13, 2022 at 11:20 am in reply to: [Resolved] Text automically added to the Multiline text field – “TRANSLATE with X…” #45351
You are welcome.
I am glad you resolved it. Thank you for sharing the details. It may help others.
Regards
Brajesh You are calling it too early. Try calling it after init or even better bp_actions hook.
Regards
BrajeshHi Quint,
Thank you for the feedback.The Circle is like twitter lists/circles. It is like a list of users and the ability to see updates from them if the underlying platform/theme(BuddyPress/BuddyBoss) allows filtering activity.
That’s why it is behaving in this manner.
Regards
BrajeshHi Tosin,
This is doable but these are all steps in wrong direction.You should try to troubleshoot and try to find the root issue. That will save you from a lot of troubles in future.
Regards
Brajesh- Brajesh Singh on June 13, 2022 at 12:51 am in reply to: [Resolved] GROUP TABS: Remove need for Admin to See Tabs #45331
Hi Dianne,
Thank you for the patience.Please upgrade to 1.2.3 and in the “Enabled For” section, Please select “None” that will hide the tab completely.
Regards
Brajesh Hi Tosin,
It is fine to use the flush rewrite rule son theme change or some action which done not happen too frequently.
Also, My suggestion for you will be to find out the real culprit. Putting patches like this will lead to a fragile and unstable/unpredictable code.
Regards
Brajesh