wpmdb_post_process_table_data

wpmdb_post_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_post_process_table_data') is found 1 times:

  • /class/Common/Sql/Table.php line 1785
             *
             * @param string $table
             * @param string $target_table_name
             */
            do_action('wpmdb_post_process_table_data', $table, $target_table_name);
    
            $this->row_tracker = -1;
        }
    
        /**
         * Creates the footer for a table in a SQL file.