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:
- 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?
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- WordPress admin notice in plugin function
- Using the ‘draft_to_publish’ hook (post status transition)
- Is there a global action for when a plugin is uninstalled?
- 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?
- Very stubborn wp_register_script / add_action vs remove
- 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?
- Is it possible to add an action to the currently running action?
- Is there an action that is called when a post is restored from the trash?
- Is it possible to remove this action? (as it’s added just before it’s called)
- Action on post publish
- WordPress Plugin Boilerplate – add_action hook in static “activate” function
- How to call bind function in wordpress actions or hooks
- 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
- Overwrite or Replace code in WP_Footer
- 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
- wordpress plugin is not activating from widget
- 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]
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- Plugin developer automated documentation
- Custom plugin init action causing general slowness
- add_action in static class [closed]
- WordPress user account activation
- Submit custom form from post content and execute in plugin
- Inject HTML meta tag inside wordpress tag using add_shortcode
- register_activation_hook in oop approach
- What is @Action in WordPress?
- do add_action on condition
- Is there a way to figure out which action/filter invoked a function?
- _prime_post_caches in wordpress
- How to trace SUBMIT button
- How passing values to construct function with Actions?
- Remove_action from plugin with a Class
- add_action into another add_action not working
- publish_post action doesn’t work
- a weird attribute on every html tag
- Submit Form data to another page via Ajax (WordPress Way)
- the_post hook is not firing for me
- Why do plugins often ask to add in to templates?
- Does using `add_action( ‘init’…` cause performance issues?
- do_action Nested List
- How to get menu location in wp_update_nav_menu hook
- Basic function call on init failing
- How to create Admin Notice from Plugin with argument? [duplicate]
- Editing wp-config.php
- Are there action hooks for comments?
- New bulk action to resend welcome emails
- WooCommerce: after install hook
- Advanced WordPress plugin activation detection
- how to execute some code after a post is published in WordPress [duplicate]
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- Add action to custom Function
- How to hook into action/filter call
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- Hook from plugin doesn’t fire up from external PHP script
- update_option_{$option} not working (do function after options are saved)
- 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
- Sharing varible between two add_actions
- Hooking into the HTML header container
- Removing Plugin Action via Theme for Non-admins
- 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
- Remove action added in plugin class from theme
- {status}_{post_type} does not run correctly?
- 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?
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- Passing a parameter to filter and action functions
- Run only on plug-in activation instead of wp_head
- Plugin Hook: Get posts
- Action hook “wp_insert_post” works but not for last imported post
- Is it possible to cancel a post status transition?
- Problem with executing a function on saving a post
- OOP Plugin: Where should I place the action hooks in the class?
- Call a function with href
- WooCommerce Order Status Displays Twice on Order Page
- Which action/filter can i use for a Member Plugin [closed]
- Remove 3rd party plugin notices from within own plugin