Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter web2gous

    (@web2gous)

    禁止这插件升级就可以了!

    // 禁用 WPJAM Basic 插件的版本检查和更新
    function disable_wpjam_basic_update_check( $value ) {
    if ( isset( $value->response[‘wpjam-basic/wpjam-basic.php’] ) ) {
    unset( $value->response[‘wpjam-basic/wpjam-basic.php’] );
    }
    return $value;
    }
    add_filter( ‘site_transient_update_plugins’, ‘disable_wpjam_basic_update_check’ );

    web2gous

    (@web2gous)

    你到底会用不? 新版本能激活不?

Viewing 2 replies - 1 through 2 (of 2 total)