woocommerce_print_r_alternatives

woocommerce_print_r_alternatives

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_print_r_alternatives') is found 1 times:

  • /includes/wc-core-functions.php line 2195
    2191
    2192
    2193
    2194
    2195
    2196
    2197
    2198
    2199
    2200
    2201
            'args' => array( $expression ),
        ),
    );
     
    $alternatives = apply_filters( 'woocommerce_print_r_alternatives', $alternatives, $expression );
     
    foreach ( $alternatives as $alternative ) {
        if ( function_exists( $alternative['func'] ) ) {
            $res = $alternative['func']( ...$alternative['args'] );
            if ( $return ) {
                return $res; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped