wc_privacy_policy_content

wc_privacy_policy_content

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_privacy_policy_content') is found 1 times:

  • /includes/class-wc-privacy.php line 130
    			'<p>' . __( 'We accept payments through PayPal. When processing payments, some of your data will be passed to PayPal, including information required to process or support the payment, such as the purchase total and billing information.', 'woocommerce' ) . '</p>' .
    			'<p>' . __( 'Please see the <a href="https://www.paypal.com/us/webapps/mpp/ua/privacy-full">PayPal Privacy Policy</a> for more details.', 'woocommerce' ) . '</p>' .
    			'</div>';
    
    		return apply_filters( 'wc_privacy_policy_content', $content );
    	}
    
    	/**
    	 * Spawn events for order cleanup.
    	 */
    	public function queue_cleanup_personal_data() {