-
Created a topic, trigger email on lead generation to admin, on the site WordPress.org Forums:
I want to trigger email to admin when user fills the c… -
Posted a reply to remove_meta_box not working for latest version of wordpress, on the site WordPress.org Forums:
its not working in wordpress 5.2.2 I think it is because of new editor -
Posted a reply to remove_meta_box not working for latest version of wordpress, on the site WordPress.org Forums:
function remove_my_post_metaboxes() { remove_meta_box( 'categorydiv','post','normal' ); // Categories Metabox remove_meta_box( 'tagsdiv-post_tag','post','normal' ); // Tags Metabox… -
Created a topic, remove_meta_box not working for latest version of wordpress, on the site WordPress.org Forums:
Hello I am using wordpress 5.2.2 in which remove_meta_… -
Posted a reply to reCaptcha on reset password page, on the site WordPress.org Forums:
Ok. Thanks for your reply. Can you just provide me hooks for it(if any available… -
Created a topic, reCaptcha on reset password page, on the site WordPress.org Forums:
Hello, I want to add recaptcha on email verification l… -
Posted a reply to Issue with closing modal, on the site WordPress.org Forums:
Same issue happen with me also.. and I fixed it using @timdenty solution mentioned above.