/** * Theme method for setting a theme instance for unit test mocking. * * @param $theme * * @return mixed */ static function set_mock_theme($theme) { WPLib::set_theme($theme); }