wpmdb_pre_process_table_data

wpmdb_pre_process_table_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

do_action('wpmdb_pre_process_table_data') is found 1 times:

  • /class/Common/Sql/Table.php line 836
             * @param string $table
             * @param string $target_table_name
             * @param string $temp_table_name
             */
            do_action('wpmdb_pre_process_table_data', $table, $target_table_name, $temp_table_name);
        }
    
        /**
         * Creates the header for a table in a SQL file.
         *
         * @param string $table