GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/integrations/seo/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/integrations/seo/rank-math-compatibility.js |
(function ($) {
_BreakdanceRankMath = function () {
if (typeof rankMath !== "undefined") {
wp.hooks.addFilter(
"rank_math_content",
"rank-math",
this.replaceContentWithBreakdanceData
);
}
};
_BreakdanceRankMath.prototype.replaceContentWithBreakdanceData = function () {
return breakdance.content;
};
$(document).ready(function () {
new _BreakdanceRankMath();
});
})(jQuery);