jetpack_widget_name, __( Pay with PayPal, jetpack-paypal-payments

jetpack_widget_name, __( Pay with PayPal, jetpack-paypal-payments

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Pay with PayPal, jetpack-paypal-payments') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-paypal-payments/src/widget/class-simple-payments-widget.php line 87
    		public function __construct() {
    			parent::__construct(
    				'jetpack_simple_payments_widget',
    				/** This filter is documented in modules/widgets/facebook-likebox.php */
    				apply_filters( 'jetpack_widget_name', __( 'Pay with PayPal', 'jetpack-paypal-payments' ) ),
    				array(
    					'classname'                   => 'simple-payments',
    					'description'                 => __( 'Add a Pay with PayPal button as a Widget.', 'jetpack-paypal-payments' ),
    					'customize_selective_refresh' => true,
    				)
    			);