Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はアクションをフックしようとします
add_action('lost_password', 'new_lost_password', 1);
しかし、デフォルトのアクションは私のものよりも早く実行されます。アクションの優先度をデフォルトより高くするにはどうすればよいですか?
決定は、'retrieve_password' アクションをフックすることです。