FILE: includes/class-wog-social-share.php
[{"line":118,"column":23,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":118,"column":49,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":167,"column":13,"type":"WARNING","code":"WordPress.PHP.DevelopmentFunctions.error_log_error_log","message":"error_log() found. Debug code should not normally be used in production.","docs":""},{"line":176,"column":52,"type":"ERROR","code":"WordPress.WP.I18n.MissingTranslatorsComment","message":"A function call to __() with texts containing placeholders was found, but was not accompanied by a \"translators:\" comment on the line above to clarify the meaning of the placeholders.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#descriptions"},{"line":176,"column":70,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":177,"column":24,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$config['icon']'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":192,"column":67,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":193,"column":67,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":197,"column":48,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":197,"column":59,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":252,"column":36,"type":"ERROR","code":"WordPress.WP.I18n.MissingTranslatorsComment","message":"A function call to __() with texts containing placeholders was found, but was not accompanied by a \"translators:\" comment on the line above to clarify the meaning of the placeholders.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#descriptions"},{"line":252,"column":56,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":259,"column":60,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":412,"column":44,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":413,"column":55,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":414,"column":43,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":449,"column":41,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_POST[&#039;platform&#039;] not unslashed before sanitization. Use wp_unslash() or similar","docs":""},{"line":451,"column":28,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_POST[&#039;url&#039;] not unslashed before sanitization. Use wp_unslash() or similar","docs":""},{"line":457,"column":17,"type":"WARNING","code":"WordPress.PHP.DevelopmentFunctions.error_log_error_log","message":"error_log() found. Debug code should not normally be used in production.","docs":""},{"line":462,"column":59,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":532,"column":18,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '\"<!-- {$platform} URL: \"'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"}]

FILE: includes/class-wog-meta-boxes.php
[{"line":43,"column":41,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":83,"column":35,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":83,"column":91,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":87,"column":27,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":87,"column":126,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":95,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":95,"column":64,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":105,"column":31,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":105,"column":103,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":106,"column":76,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'strlen'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":107,"column":41,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'strlen'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":115,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":115,"column":70,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":124,"column":31,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":124,"column":116,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":125,"column":76,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'strlen'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":126,"column":41,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'strlen'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":133,"column":35,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":133,"column":61,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":135,"column":63,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":135,"column":97,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":137,"column":63,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":137,"column":91,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":138,"column":61,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":138,"column":121,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":219,"column":59,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":236,"column":113,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":238,"column":106,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":240,"column":115,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":251,"column":30,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_POST[&#039;wog_meta_box_nonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar","docs":""},{"line":251,"column":30,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.InputNotSanitized","message":"Detected usage of a non-sanitized input variable: $_POST[&#039;wog_meta_box_nonce&#039;]","docs":""},{"line":279,"column":50,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_POST[$field] not unslashed before sanitization. Use wp_unslash() or similar","docs":""},{"line":281,"column":46,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_POST[$field] not unslashed before sanitization. Use wp_unslash() or similar","docs":""}]

FILE: includes/class-wog-settings.php
[{"line":302,"column":75,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":306,"column":93,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":318,"column":94,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"}]

FILE: admin/class-wog-admin.php
[{"line":54,"column":34,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":55,"column":32,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":71,"column":33,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":77,"column":112,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":78,"column":98,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":79,"column":90,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":80,"column":91,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":81,"column":86,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":82,"column":87,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":94,"column":42,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":99,"column":78,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":101,"column":115,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":103,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":108,"column":46,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":109,"column":48,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":110,"column":48,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":112,"column":71,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":115,"column":75,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":120,"column":75,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":121,"column":77,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":122,"column":68,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":123,"column":62,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":125,"column":95,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":131,"column":32,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":136,"column":84,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":138,"column":126,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":140,"column":84,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":145,"column":95,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":151,"column":37,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":156,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":161,"column":105,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":164,"column":71,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":169,"column":100,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":175,"column":44,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":180,"column":73,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":184,"column":122,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":187,"column":66,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":192,"column":56,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":193,"column":56,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":194,"column":47,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":196,"column":87,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":202,"column":37,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":208,"column":125,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":209,"column":118,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":210,"column":89,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":211,"column":97,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":212,"column":94,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":230,"column":46,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":230,"column":209,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":239,"column":59,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":247,"column":91,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":247,"column":112,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":256,"column":90,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":256,"column":110,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":259,"column":38,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":259,"column":85,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":262,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":262,"column":63,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":266,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":266,"column":63,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":270,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":270,"column":65,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":274,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":274,"column":64,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":281,"column":86,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":281,"column":111,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":284,"column":46,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":284,"column":61,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":284,"column":103,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'WOG_VERSION'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":285,"column":46,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":285,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":286,"column":46,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":286,"column":68,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":286,"column":105,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":286,"column":145,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":290,"column":39,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":290,"column":61,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":292,"column":43,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":292,"column":92,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":293,"column":43,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":293,"column":105,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":294,"column":43,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":294,"column":86,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":295,"column":43,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":295,"column":97,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":307,"column":41,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":307,"column":61,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":312,"column":69,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_create_nonce'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":328,"column":45,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":328,"column":64,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":334,"column":41,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":334,"column":58,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":339,"column":65,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_create_nonce'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":355,"column":45,"type":"ERROR","code":"WordPress.Security.EscapeOutput.UnsafePrintingFunction","message":"All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-with-localization"},{"line":355,"column":65,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":404,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":404,"column":110,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":408,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":408,"column":96,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":412,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":412,"column":112,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":416,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":416,"column":90,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":420,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":420,"column":97,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":424,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":424,"column":85,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":482,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$min'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":482,"column":27,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$max'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":501,"column":87,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":501,"column":106,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":527,"column":38,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":527,"column":60,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":527,"column":95,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'date_i18n'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":530,"column":34,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":530,"column":54,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":532,"column":36,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":532,"column":90,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":533,"column":36,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":533,"column":96,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":534,"column":36,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":534,"column":103,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":538,"column":95,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":538,"column":114,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":539,"column":91,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":539,"column":111,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":555,"column":108,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":555,"column":128,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":557,"column":52,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":558,"column":49,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":559,"column":47,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":570,"column":108,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":570,"column":135,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":572,"column":49,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":573,"column":51,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":574,"column":49,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":585,"column":108,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":585,"column":120,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":587,"column":58,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":588,"column":60,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":600,"column":27,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":600,"column":46,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":601,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":601,"column":112,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":611,"column":44,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":611,"column":74,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":614,"column":48,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$status_class'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":624,"column":107,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":654,"column":70,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":663,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":667,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":679,"column":70,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":687,"column":62,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":696,"column":38,"type":"ERROR","code":"WordPress.WP.I18n.MissingTranslatorsComment","message":"A function call to __() with texts containing placeholders was found, but was not accompanied by a \"translators:\" comment on the line above to clarify the meaning of the placeholders.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#descriptions"},{"line":696,"column":69,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":702,"column":59,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":707,"column":64,"type":"ERROR","code":"WordPress.WP.I18n.TextDomainMismatch","message":"Mismatched text domain. Expected 'WooCommerce-Open-Graph' but got 'woo-open-graph'.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"}]

FILE: open-graph-for-woocommerce.php
[{"line":0,"column":0,"type":"WARNING","code":"textdomain_mismatch","message":"The \"Text Domain\" header in the plugin file does not match the slug. Found \"open-graph-for-woocommerce\", expected \"WooCommerce-Open-Graph\".","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/"},{"line":0,"column":0,"type":"WARNING","code":"trademarked_term","message":"The plugin slug includes a restricted term. Your plugin slug - \"WooCommerce-Open-Graph\" - contains the restricted term \"woo\" which cannot be used at all in your plugin slug.","docs":""},{"line":174,"column":9,"type":"ERROR","code":"PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound","message":"load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.","docs":"https:\/\/make.wordpress.org\/core\/2016\/07\/06\/i18n-improvements-in-4-6\/"},{"line":197,"column":21,"type":"ERROR","code":"WordPress.WP.I18n.MissingTranslatorsComment","message":"A function call to __() with texts containing placeholders was found, but was not accompanied by a \"translators:\" comment on the line above to clarify the meaning of the placeholders.","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#descriptions"},{"line":197,"column":21,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":197,"column":106,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":198,"column":35,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'admin_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":198,"column":111,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":198,"column":137,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":213,"column":17,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":213,"column":99,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":214,"column":17,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":214,"column":47,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"},{"line":328,"column":9,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":328,"column":9,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.NoCaching","message":"Direct database call without caching detected. Consider using wp_cache_get() \/ wp_cache_set() or wp_cache_delete().","docs":""},{"line":365,"column":47,"type":"WARNING","code":"WordPress.PHP.DevelopmentFunctions.error_log_print_r","message":"print_r() found. Debug code should not normally be used in production.","docs":""},{"line":368,"column":13,"type":"WARNING","code":"WordPress.PHP.DevelopmentFunctions.error_log_error_log","message":"error_log() found. Debug code should not normally be used in production.","docs":""},{"line":384,"column":30,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.MissingUnslash","message":"$_SERVER[&#039;SERVER_SOFTWARE&#039;] not unslashed before sanitization. Use wp_unslash() or similar","docs":""},{"line":384,"column":30,"type":"WARNING","code":"WordPress.Security.ValidatedSanitizedInput.InputNotSanitized","message":"Detected usage of a non-sanitized input variable: $_SERVER[&#039;SERVER_SOFTWARE&#039;]","docs":""},{"line":419,"column":79,"type":"ERROR","code":"WordPress.WP.I18n.NonSingularStringLiteralDomain","message":"The $domain parameter must be a single text string literal. Found: WOG_TEXT_DOMAIN","docs":"https:\/\/developer.wordpress.org\/plugins\/internationalization\/how-to-internationalize-your-plugin\/#basic-strings"}]

FILE: dist/open-graph-for-woocommerce-2.0.1.zip
[{"line":0,"column":0,"type":"ERROR","code":"compressed_files","message":"Compressed files are not permitted.","docs":""}]

FILE: .gitignore
[{"line":0,"column":0,"type":"ERROR","code":"hidden_files","message":"Hidden files are not permitted.","docs":""}]

FILE: includes/class-wog-sitemap.php
[{"line":137,"column":18,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cached_sitemap'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":171,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$sitemap_content'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":207,"column":48,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":213,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$xml'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":239,"column":19,"type":"WARNING","code":"WordPress.DB.SlowDBQuery.slow_db_query_tax_query","message":"Detected usage of tax_query, possible slow query.","docs":""},{"line":288,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$xml'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":306,"column":18,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":338,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$xml'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":365,"column":18,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":383,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$xml'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":392,"column":44,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":500,"column":9,"type":"WARNING","code":"Squiz.PHP.DiscouragedFunctions.Discouraged","message":"The use of function ini_set() is discouraged","docs":""},{"line":501,"column":9,"type":"WARNING","code":"Squiz.PHP.DiscouragedFunctions.Discouraged","message":"The use of function set_time_limit() is discouraged","docs":""},{"line":525,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":531,"column":14,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":580,"column":22,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":588,"column":22,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":595,"column":1,"type":"WARNING","code":"WordPress.DB.PreparedSQL.InterpolatedNotPrepared","message":"Use placeholders and $wpdb-&gt;prepare(); found interpolated variable {$terms_in} at                  AND (tt.term_taxonomy_id NOT IN ({$terms_in}) OR tt.term_taxonomy_id IS NULL)&quot;","docs":""},{"line":645,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":654,"column":44,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":654,"column":83,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":670,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":682,"column":44,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":682,"column":83,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":790,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":790,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.NoCaching","message":"Direct database call without caching detected. Consider using wp_cache_get() \/ wp_cache_set() or wp_cache_delete().","docs":""},{"line":804,"column":33,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":804,"column":72,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":837,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":837,"column":26,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.NoCaching","message":"Direct database call without caching detected. Consider using wp_cache_get() \/ wp_cache_set() or wp_cache_delete().","docs":""},{"line":850,"column":33,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":850,"column":72,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":901,"column":9,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.DirectQuery","message":"Use of a direct database call is discouraged.","docs":""},{"line":901,"column":9,"type":"WARNING","code":"WordPress.DB.DirectDatabaseQuery.NoCaching","message":"Direct database call without caching detected. Consider using wp_cache_get() \/ wp_cache_set() or wp_cache_delete().","docs":""},{"line":1001,"column":13,"type":"WARNING","code":"WordPress.PHP.DevelopmentFunctions.error_log_error_log","message":"error_log() found. Debug code should not normally be used in production.","docs":""},{"line":1022,"column":88,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '\"<\/strong><\/td><td>{$value}<\/td><\/tr>\"'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":1029,"column":28,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":1030,"column":28,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'home_url'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"}]

FILE: includes/class-wog-schema.php
[{"line":67,"column":22,"type":"ERROR","code":"WordPress.Security.EscapeOutput.OutputNotEscaped","message":"All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '\"\\n<!-- Enhanced Woo Open Graph Schema: {$type} -->\\n\"'.","docs":"https:\/\/developer.wordpress.org\/apis\/security\/escaping\/#escaping-functions"},{"line":183,"column":34,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":532,"column":13,"type":"WARNING","code":"WordPress.DB.SlowDBQuery.slow_db_query_meta_query","message":"Detected usage of meta_query, possible slow query.","docs":""},{"line":753,"column":31,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""},{"line":754,"column":27,"type":"ERROR","code":"WordPress.DateTime.RestrictedFunctions.date_date","message":"date() is affected by runtime timezone changes which can cause date\/time to be incorrectly displayed. Use gmdate() instead.","docs":""}]

FILE: README.txt
[{"line":0,"column":0,"type":"ERROR","code":"invalid_tested_upto_minor","message":"Tested up to: 6.8.1 The version number should only include major versions 6.8.","docs":"https:\/\/developer.wordpress.org\/plugins\/wordpress-org\/how-your-readme-txt-works\/#readme-header-information"},{"line":0,"column":0,"type":"WARNING","code":"upgrade_notice_limit","message":"The upgrade notice for \"2.0.0\" exceeds the limit of 300 characters.","docs":""},{"line":0,"column":0,"type":"WARNING","code":"readme_parser_warnings_trimmed_short_description","message":"The \"Short Description\" section is too long and was truncated. A maximum of 150 characters is supported.","docs":""}]

