Ticket #8805: 8805-functions.diff
| File 8805-functions.diff, 572 bytes (added by rmccue, 3 years ago) |
|---|
-
functions.php
469 469 * When the option is updated, then the filter named 470 470 * 'update_option_$option_name', with the $option_name as the $option_name 471 471 * parameter value, will be called. The hook should accept two parameters, the 472 * first is the old parameter and the second is the newparameter.472 * first is the new parameter and the second is the old parameter. 473 473 * 474 474 * @since 1.0.0 475 475 * @package WordPress
