最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to filter an action inside class in MemberPress plugin?

programmeradmin2浏览0评论

I am trying remove the following:

$wp_user = wp_signon(
    array(
        'user_login' => $mepr_screenname,
        'user_password' => $mepr_user_password,
    ),
    MeprUtils::is_ssl()
); 

from function process_reset_password_form() using a filter function in the child theme but not getting any way.

Here is the complete code .php

Any help is appreciated. Thanks

发布评论

评论列表(0)

  1. 暂无评论