do_action( 'sfwd_options_reset' )
Fires after resetting sfwd options.
Description #
Source #
Examples #
Note: Extended code example below not guaranteed, you may need to consult with a developer
<?php
/**
* Example usage for sfwd_options_reset action.
*/
add_action(
'sfwd_options_reset',
function() {
// Add your custom code here
}
);
Changelog #
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |