first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Options;
|
||||
|
||||
use WPML\WP\OptionManager;
|
||||
|
||||
class Reset implements \IWPML_Backend_Action {
|
||||
|
||||
public function add_hooks() {
|
||||
add_filter( 'wpml_reset_options', [ new OptionManager(), 'reset_options' ] );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user