Filter Reference: geodir_db_version_name

Summary

Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers.

Parameters

$gd_arr
(array) (required) The array or addons to clear, array(‘GeoDirectory’ => ‘geodirectory_db_version’,.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-admin/admin_hooks_actions.php: geodir_diagnose_version_clear() [Line: 1386]

Source Code

    $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);