Files
wrapartamenty.pl/wp-content/plugins/wp-optimize-premium/js/wpo-cache-premium-edit-post-3-4-2.min.js
Roman Pyrih d6241cfa7a first commit
2024-12-19 15:27:13 +01:00

1 line
910 B
JavaScript

jQuery(function(e){var a=wp_optimize.send_command;e("#wpo_disable_single_post_caching").on("change",function(){var o=e(this),p=o.data("id"),s=o.prop("checked");o.prop("disabled",!0),a("change_post_disable_option",{post_id:p,meta_key:"_wpo_disable_caching",disable:s},function(e){e.result&&o.prop("checked",e.disabled)}).always(function(){o.prop("disabled",!1)})}),e("#wpo_disable_single_post_lazyload").on("change",function(){var o=e(this),p=o.data("id"),s=o.prop("checked");o.prop("disabled",!0),a("change_post_disable_option",{post_id:p,meta_key:"_wpo_disable_lazyload",disable:s},function(e){e.result&&o.prop("checked",e.disabled)}).always(function(){o.prop("disabled",!1)})}),e("#wpo_always_purge_this_post_type_select").select2(),e("#wpo_always_purge_this_post_type_select").on("change",function(){var o=e(this),p=o.data("id"),s=o.val().join(",");a("always_purge_post_update",{post_id:p,post_type:s})})});