woocommerce_payment_gateway_enabled_notification_settings_url

woocommerce_payment_gateway_enabled_notification_settings_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

apply_filters('woocommerce_payment_gateway_enabled_notification_settings_url') is found 1 times:

  • /includes/emails/class-wc-email-admin-payment-gateway-enabled.php line 137
    				 * @return string The filtered payment gateway settings URL.
    				 *
    				 * @since 10.7.0
    				 */
    				$this->gateway_settings_url = apply_filters( 'woocommerce_payment_gateway_enabled_notification_settings_url', $this->gateway_settings_url, $gateway );
    
    				$this->admin_email = get_option( 'admin_email' );
    				$user              = get_user_by( 'email', $this->admin_email );
    				$this->username    = $user ? $user->user_login : $this->admin_email;
    
    				$this->placeholders['{gateway_title}'] = $this->gateway_title;