get_sanitize_callback(); $normalized = $sanitize( $url ); return $normalized === $this->get(); } /** * Gets the callback for sanitizing the setting's value before saving. * * @since 1.17.0 * * @return callable A sanitizing function. */ protected function get_sanitize_callback() { return 'trailingslashit'; } }