Filter Reference: geodir_diagnose_multisite_conversion

Summary

Filter the array of tables.

Description

Filter the array of tables to check during the GD>Tools multisite DB conversion tool check, this allows addons to add their DB tables to the checks.

Parameters

$table_arr
(array) (required) The array of tables to check, array(‘geodir_countries’ => __(‘Countries’, ‘geodirectory’),.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-admin/admin_hooks_actions.php: geodir_diagnose_multisite_conversion() [Line: 1522]

Source Code

    $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);