PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / dist / js / search-editor-script.js

search-editor-script.js in ElasticPress 5.3.5, at dist/js/search-editor-script.js

1 lines 828 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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})}();