PLEASE SOME ONE HELP NULL UPDATE PUBLISHER THEME V7.8 PLS?!

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
need to be edit function.php in welcome folder file...check-in old nulled files!
 
  • Like
Reactions: Auwal

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
PHP:
function bf_register_product_get_info() {

    /**
     * @see \BetterFramework_Oculus::$auth
     */
    return array( 'status' => 'success' );
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );

    return array_merge( (array) $auth, (array) get_option( $option_name, array() ) );
} // bf_register_product_get_info

PHP:
function bf_is_product_registered() {

    return true;
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );
    $options     = get_option( $option_name );

    return ! empty( $options['purchase_code'] );
}

check both functions and do the same as mine!

if work confirms me, please!
 

Auwal

Active member
May 16, 2020
432
64
28
Nigeria
ngbaze.com
PHP:
function bf_register_product_get_info() {

    /**
     * @see \BetterFramework_Oculus::$auth
     */
    return array( 'status' => 'success' );
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );

    return array_merge( (array) $auth, (array) get_option( $option_name, array() ) );
} // bf_register_product_get_info

PHP:
function bf_is_product_registered() {

    return true;
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );
    $options     = get_option( $option_name );

    return ! empty( $options['purchase_code'] );
}

check both functions and do the same as mine!

if work confirms me, please!
i try but am fail 😢can you please null it for me, please?
 

Auwal

Active member
May 16, 2020
432
64
28
Nigeria
ngbaze.com
PHP:
function bf_register_product_get_info() {

    /**
     * @see \BetterFramework_Oculus::$auth
     */
    return array( 'status' => 'success' );
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );

    return array_merge( (array) $auth, (array) get_option( $option_name, array() ) );
} // bf_register_product_get_info

PHP:
function bf_is_product_registered() {

    return true;
    $auth        = apply_filters( 'better-framework/product-pages/register-product/auth', array() );
    $option_name = sprintf( '%s-register-info', $auth['item_id'] );
    $options     = get_option( $option_name );

    return ! empty( $options['purchase_code'] );
}

check both functions and do the same as mine!

if work confirms me, please!
not work bro help!!!
 

Attachments

  • Screenshot (176).png
    Screenshot (176).png
    193.9 KB · Views: 20
  • Screenshot (177).png
    Screenshot (177).png
    601.6 KB · Views: 20

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
ping here any null master , actually now am away from my pc so cant do that sorry :(
 
  • Like
Reactions: Auwal

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu