w3tc_db_replace, $table, $w3tc_data, $format
w3tc_db_replace, $table, $w3tc_data, $format
Appears in: w3-total-cache.2.10.3
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.3do_action('w3tc_db_replace, $table, $w3tc_data, $format') is found 1 times:
- /DbCache_WpdbNew.php line 263
* * @return mixed The result of the replace operation. */ public function replace( $table, $w3tc_data, $format = null ) { do_action( 'w3tc_db_replace', $table, $w3tc_data, $format ); return $this->active_processor->replace( $table, $w3tc_data, $format ); } /** * Updates data in a specified table. *