SqlQuery::str_replace_clause( string $type, string $search, string $replace )

Replace strings within SQL clauses by type.


Description Description


Parameters Parameters

$type

(Required) Clause type.

$search

(Required) String to search for.

$replace

(Required) Replacement string.


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/SqlQuery.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.