<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Settings Sanitizer * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* function genesis_add_option_filter() – Registers an option sanitization filter. */ add_action( 'admin_init', 'genesis_settings_sanitizer_init' ); /* function genesis_settings_sanitizer_init() – Instantiate the Sanitizer. */