Add an UM Action under Users
Hi there, I need to add a UM Action similar to “Resend Activation Email”, but an option to resend “Account Welcome Email”. Any help on how I can do this, thanks!
View ArticleAction after sent email
Hello, I plan to integrate another plugin with WooCommerce Cart Abandonment Recovery. Is there any function or action I can put in my other plugin so whenever a recovery email is sent I run a function...
View ArticleContact plugin
Can a link to the contact plugin form be added to the list or is it only available on the single contact detail page? Thanks
View ArticleHooks not activating in certain cases
I’ve had two separate cases where a hook written in Code Snippets and run via AJAX was ignored, but the hook worked fine when placed in ‘functions.php’. The first hook is for ‘pre_get_posts‘, and the...
View ArticlePrepend a country code to the beginning of all URLs in WordPress
Hello there, How to prepend a country code to the beginning of all URLs in WordPress ? For example: Current URL: http://website.com/ Expected URL: http://website.com/sa/ http://website.com/qa/...
View ArticleChange location of input
Could you make possible to choose where to display the input in the single product page ? Currently it is attached to the woocommerce_before_add_to_cart_button action hook but I would like to change...
View ArticleHow to add webhook for creation of product categories
I’ve added a webhook via the UI for an ‘Action’ with action event: ‘woocommerce_api_create_product_category’ I would expect the webhook to be called when I create a category via api, but the webhook is...
View ArticleCron behaviour
Hi all the RZ team, Just need to understand what’s the server’s cron main jobs are covering in my scheduled queue : 1 – zrdn_every_day_hook | Action : daily_sync() The parameter class is expected to be...
View ArticleOpen for Suggestion – Drop Your Requirements
Hi, Since BotMate is very new to this market place, and this is quite possible that it does not meet your requirements. But wait, you do not have to worry about it, Since we are always Open for...
View ArticleHook to call the tab content
Hi, i want to know how to call the content inside q&a tab? This is example to call the content inside description tab: add_action( ‘woocommerce_after_single_product_summary’,...
View ArticleDisable a vendor and remove products
Hi, when the owner/admin of the B2B marketplace wants to disable a vendor (for example when their membership expires, or vendor wanting to cancel the membership): I tried the action buttons in the...
View ArticleClearing content inserted with generate_before_navigation action
I want to add social media icons just above the navigation menu, but don’t want to add those icons in the Top Bar widget. The reason is because I have the myStickyMenu plugin set up to make content...
View ArticleChange Position of Woocommerce Opt-In on Checkout
Hey everyone, Id like to move the position of the Mailpoet Opt-In on the Woocommerce Checkout page but I have no clue what I need to unhook/hook in order to make it move. Can anyone help out? Greetings!
View Articlehooks
Hi! Are there hooks (actions & filters) for this awesome plugin? If yes, where can I find some help for use? Thanks a lot.
View Article2 Million of actionscheduler_logs
How can I do to delete more than two million of actionscheduler_logs and more than 900 thousand actionscheduler_actions… Best regards
View ArticleEvents with woocommerce integration
Hello, we are using woocommerce that triggers the pms subscription. Although the interaction works well, we also need to perform custom actions on event hooks. The problem is that activation through...
View Articlewp_login_form() action URL
Hello. I am using your plugin on site with front-end login forms by using standard WP function wp_login_form(). There is certain deficiency which reveals defined private slug. It’s enough to check...
View Articleedd_update_payment_status Hook causing error when updating post status?
function suspend_support_account( $payment_id, $new_status, $old_status){ //codes here } add_action('edd_update_payment_status', 'suspend_support_account'); Am i using the edd_update_payment_status...
View ArticleUnable to save action when @PostFeaturedImageURL is selected
Hi, I am trying to automate instagram posts. I have connected facebook page and everything is working. But when I try to create recipe, in the action part when I select PostFeaturedImageURL, then the...
View ArticleConditionally disable PayPal Smart Buttons in Mini Cart?
Hello, I was wondering if it was possible to create a function that checks on some conditions and disables the PayPal Smart Buttons in the mini cart aswell. What I need is a function that prevents the...
View Article