experimental_woocommerce_admin_payment_reactify_render_sections

experimental_woocommerce_admin_payment_reactify_render_sections

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('experimental_woocommerce_admin_payment_reactify_render_sections') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways.php line 52
    		 * @since 9.3.0
    		 *
    		 * @param array $sections List of section identifiers.
    		 */
    		return apply_filters( 'experimental_woocommerce_admin_payment_reactify_render_sections', $sections );
    	}
    
    	/**
    	 * Standardize the current section name.
    	 *
    	 * @param string $section The section name to standardize.