Browse: Home / Hooks /

sfwd_options_reset

do_action( 'sfwd_options_reset' )

Fires after resetting sfwd options.


Description #


Source #

File: includes/class-ld-semper-fi-module.php


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 #

Changelog
Version Description
2.1.0 Introduced.