experimental_woocommerce_admin_payment_reactify_render_sections

experimental_woocommerce_admin_payment_reactify_render_sections

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_filters('experimental_woocommerce_admin_payment_reactify_render_sections') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways-react.php line 41
    		 * @since 9.3.0
    		 *
    		 * @param array $sections List of section identifiers.
    		 */
    		return apply_filters( 'experimental_woocommerce_admin_payment_reactify_render_sections', $sections );
    	}
    
    	/**
    	 * Constructor.
    	 */
    	public function __construct() {