| 1 |
!function(){"use strict";var e=window.wp.plugins,t=window.wp.components,s=window.wp.data,o=window.wp.editPost,r=window.wp.editor,i=window.wp.i18n;(0,e.registerPlugin)("ep-exclude-from-search",{render:()=>{const{editPost:e}=(0,s.useDispatch)("core/editor"),{ep_exclude_from_search:n=!1,...c}=(0,s.useSelect)((e=>e("core/editor").getEditedPostAttribute("meta")||{})),l="undefined"!==typeof r.PluginPostStatusInfo?r.PluginPostStatusInfo:o.PluginPostStatusInfo;return React.createElement(l,null,React.createElement(t.CheckboxControl,{label:(0,i.__)("Exclude from search results","elasticpress"),help:(0,i.__)("Excludes this post from the results of your site's search form while ElasticPress is active.","elasticpress"),checked:n,onChange:t=>{e({meta:{...c,ep_exclude_from_search:t}})},__nextHasNoMarginBottom:!0}))},icon:null})}(); |