jetpack_disable_simple_payments, false
jetpack_disable_simple_payments, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_disable_simple_payments, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-paypal-payments/src/legacy/class-simple-payments.php line 221
* @since 6.3.0 * * @param bool True if Simple Payments should be disabled, false otherwise. */ if ( apply_filters( 'jetpack_disable_simple_payments', false ) ) { return false; } return ( ( defined( 'IS_WPCOM' ) && IS_WPCOM ) || ( new Manager() )->is_connected() && Jetpack_Plan::supports( 'simple-payments' ) );