Top Google Search Results
- #11386 (New _deprecated_argument() function) – WordPress Trac
I'm not sure if this should be a separate ticket or not, but it would be nice if the ' deprecated_argument_run' action also passed the $version. I know you're being ... - _deprecated_argument (WordPress Function) - WPSeek.com
There is a hook deprecated_argument_run that will be called that can be used to get ... do_action( 'deprecated_argument_run', $function, $message, $version ); ... - Tracing things back to where they came from « westi on wordpress
Jan 28, 2012 ... add_action( 'deprecated_argument_run', 'plugin_backtrace' ); add_action( ' deprecated_function_run', 'plugin_backtrace' );. Peter Westwood ... - deprecated_argument()
There is a hook deprecated_argument_run that will be called that can be used to get the backtrace up to what file and function used the deprecated argument.