function _deprecated_function($function, $version, $replacement=null) {

    do_action('deprecated_function_run', $function, $replacement);

    // Allow plugin to filter the output error trigger