woocommerce_should_load_paypal_standard

woocommerce_should_load_paypal_standard

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_should_load_paypal_standard') is found 1 times:

  • /includes/gateways/paypal/class-wc-gateway-paypal.php line 551

    Warning: Undefined array key 553 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 554 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 555 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 556 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param bool              $should_load Whether PayPal Standard should be loaded.
    		 * @param WC_Gateway_Paypal $this        The WC_Gateway_Paypal instance.
    		 */
    		return apply_filters( 'woocommerce_should_load_paypal_standard', $should_load, $this );
    	}
    }