{
	"textdomain": { "wordpoints": true, "default": true },
	"basedir": "./src",
	"cache": "./tools/wp-l10n-validator/cache.json",
	"ignores-cache": "./tools/wp-l10n-validator/ignores-cache.json",
	"ignored-functions": {
		"wordpoints_add_network_option": true,
		"wordpoints_add_points": true,
		"wordpoints_alter_points": true,
		"wordpoints_debug_message": true,
		"wordpoints_dir_include": true,
		"wordpoints_display_points": true,
		"wordpoints_enqueue_datatables": [1],
		"wordpoints_format_points": true,
		"wordpoints_get_array_option": true,
		"wordpoints_get_excluded_users": true,
		"wordpoints_get_formatted_points": true,
		"wordpoints_get_points_logs_query": true,
		"wordpoints_get_points_logs_query_args": true,
		"wordpoints_get_points_type_setting": true,
		"wordpoints_list_post_types": true,
		"wordpoints_prepare__in": true,
		"wordpoints_register_points_logs_query": true,
		"wordpoints_show_admin_message": [2],
		"wordpoints_show_points_logs_query": true,
		"wordpoints_subtract_points": true,

		"WordPoints_Points_Hook::_set": true,
		"WordPoints_Points_Hook::get_field_id": true,
		"WordPoints_Points_Hook::get_field_name": true,
		"WordPoints_Points_Hook::get_instances": true,
		"WordPoints_Points_Hook::the_field_id": true,
		"WordPoints_Points_Hook::the_field_name": true,
		"WordPoints_Points_Hooks::register": true,
		"WordPoints_Points_Hooks::points_type_form": true,
		"WordPoints_Points_Log_Queries::register_query": true,
		"WordPoints_Points_Logs_Query::__construct": true,
		"WordPoints_Points_Logs_Query::_get": true,
		"WordPoints_Points_Logs_Query::_prepare__in": true,
		"WordPoints_Points_Logs_Query::_prepare_posint__in": true,
		"WordPoints_Points_Logs_Query::get": true,
		"WordPoints_Points_Widget::__construct": [1],
		"WordPoints_Points_Widget::get_field_id": true,
		"WordPoints_Points_Widget::get_field_name": true,

		"$hook->get_option": true,
		"$this->_prepare__in": true,
		"$this->_prepare_posint__in": true,
		"$this->get_field_id": true,
		"$this->get_field_name": true,
		"$this->the_field_id": true,
		"$this->the_field_name": true,
		"$wordpoints_components->activate": true
	},
	"ignored-strings": [
		"-",
		"_",
		"=",
		">",
		"<>",
		"!=",
		">=",
		"<=",
		"][",
		"&amp;tab=",
		"%points%",
		"adding-modules",
		"admin.php",
		"nav-tab-active",
		"hook-",
		"wordpoints_hook-",
		"hook-content",
		"hook-control-noform",
		"id",
		"SELECT",
		"SELECT COUNT(*)",
		"SELECT COUNT",
		"DESC",
		"ASC",
		"WHERE",
		"NOT IN",
		"LIMIT 1",
		"widefat",
		"ALL"
	]
}