Thank you kaiser,
your comment is helpful but insufficient, so the solution is :
to remove function in other class in wordpress :
remove_action('register_form', array(Theme_My_Login_Custom_Passwords::get_object(),'password_fields' ) );
Thank you
Related Posts:
- Passing a parameter to filter and action functions
- Get a list of all registered actions
- How can I see all the actions attached to an “add_action” hook?
- Where is the best place to use add_filter
- Deactivate plugin for a specific user group
- Removing an action from an external plugin class
- When can you get current page ID and initialize hooks right after?
- WordPress admin notice in plugin function
- Using the ‘draft_to_publish’ hook (post status transition)
- How can I limit functionality in one version of a plugin?
- Which hook callback has priority if both plugin and theme use the same hook?
- Use external link in the add sub menu
- delay function on publish?
- How to prepend to the_title for admin-side plugin’s use
- How can I enqueue a style only when a particular widget is active?
- Add custom buttons with custom actions in Edit Post screen in WordPress?
- Can a plugin add to header/footer/body content?
- How to filter content post only on save
- Filter or action hook to insert content on admin pages before tag
- Is it possible to remove this action? (as it’s added just before it’s called)
- WordPress Plugin Boilerplate – add_action hook in static “activate” function
- How to call bind function in wordpress actions or hooks
- template_redirect not being called when using ajax
- Plugin custom Action Hook not working
- add_action in functions.php, do_action in plugin?
- add action for displaying posts using a shortcode
- ‘wp_login’ action hook not working with wp-login.php file
- How to Use Parameters with a Do_Action Function Within PHP Tags
- WordPress filter that hook after each action/filter hook
- How to stop or remove an action being called inside a function of an extended class
- Automatically add attributes to woocommerce product?
- Insert new user with form submit ‘init’ hook
- Calling plugin function inside custom plugin for onclick event
- How to check current user before all actions and filters?
- CampaignMonitor for WooCommerce – Move subscribe button [closed]
- Plugin developer automated documentation
- Custom plugin init action causing general slowness
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- add_action in static class [closed]
- Inject HTML meta tag inside wordpress tag using add_shortcode
- How to get post ID with hooks publish_post, new_to_publish, etc
- register_activation_hook in oop approach
- Problem with removing plugin action
- edit_user_profile and show_user_profile are not firing inside a class
- do add_action on condition
- Is there a way to figure out which action/filter invoked a function?
- get gravity form ID from backend/wordpress admin
- How to pass variables to a function argument using add_action [duplicate]
- How to trace SUBMIT button
- Remove_action from plugin with a Class
- publish_post action doesn’t work
- the_post hook is not firing for me
- do_action Nested List
- Create a post builder skin in a plugin
- Plugin Development – Functions or Hooks?
- How do I add some javascript validation to the admin interface form’s onsubmit?
- Basic function call on init failing
- How to create Admin Notice from Plugin with argument? [duplicate]
- Hook for page Request?
- Editing wp-config.php
- Are there action hooks for comments?
- New bulk action to resend welcome emails
- WooCommerce: after install hook
- How to remove a class function from a plugin by using remove_action()?
- Trying to add_action in a loop
- Action on WordPress Install
- Retrieve options set through a plugin
- override function from my plugin [closed]
- What hook can I use to modify custom post data before it is displayed on the page?
- Running a function with args in add_action()
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- I cannot include a file in my plugin settings page
- Displaying page content from plugin, inside exising empty WP page
- Hook from plugin doesn’t fire up from external PHP script
- update_option_{$option} not working (do function after options are saved)
- Callback hooked to post_updated firing on new posts as well
- The function called on the wp head hook becomes null
- i create functions.php in plugin files but add_action (‘wp_head’, ‘function_name’) don’t work
- Discern a specific plugin’s action hooks
- How to Unhook actions/filters in within Class in plugin
- WPML – Hook when language is switched (change user language)
- Nested Actions and Filters
- Use action, filter, or hook to append HTML to WordPress plugin function
- Passing function into add_action always returns the first argument
- Change hook to add_action in a plugin class
- echo plugin results on pages
- How to get bulk actions handler to display simple “Hello World”?
- Why is WP template_include overwritting all templates rather than specified page?
- What action or filter can I use to change all the html returned from server for a page?
- What action/hook do I need to register to have my plugin handle front-end editing?
- wp_login_form() ignoring login_form action hook
- how to repeat taxonomy in different places on wordpress
- Plugin Hook: Get posts
- Action hook “wp_insert_post” works but not for last imported post
- Removing this filter added by a plugin
- Which filters or actions involve with index page for plugin?
- How wordpress plugin hooks works? [duplicate]
- Call a function with href
- WooCommerce Order Status Displays Twice on Order Page
- Which action/filter can i use for a Member Plugin [closed]