{"id":187971,"date":"2024-03-31T10:30:37","date_gmt":"2024-03-31T10:30:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/clear-internal-search-button\/"},"modified":"2026-03-05T12:37:28","modified_gmt":"2026-03-05T12:37:28","slug":"clear-internal-search-button","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/clear-internal-search-button\/","author":13803083,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.1","stable_tag":"2.1","tested":"6.9.4","requires":"6.9","requires_php":"8.2","requires_plugins":null,"header_name":"Clear Internal Search Button","header_author":"Marc Armengou","header_description":"Clear Internal Search Button adds a button to clear the text of the internal search field for posts, pages, comments and users sections in the WordPress admin area.","assets_banners_color":"","last_updated":"2026-03-05 12:37:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/clear-internal-search-button\/","header_author_uri":"https:\/\/www.marcarmengou.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2095,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.5":{"tag":"1.5","author":"Marc4","date":"2024-05-14 07:46:14"},"1.6":{"tag":"1.6","author":"Marc4","date":"2024-05-14 20:34:36"},"1.7":{"tag":"1.7","author":"Marc4","date":"2024-10-28 10:38:56"},"1.8":{"tag":"1.8","author":"Marc4","date":"2025-04-08 09:54:52"},"1.9":{"tag":"1.9","author":"Marc4","date":"2025-04-08 09:54:52"},"2.0":{"tag":"2.0","author":"Marc4","date":"2026-02-27 13:52:02"},"2.1":{"tag":"2.1","author":"Marc4","date":"2026-03-05 12:37:28"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3375885,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3475640,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"\\\/wp-admin\\\/edit.php?s=I+%E2%9D%A4%EF%B8%8F+Clear+This%21\",\"preferredVersions\":{\"php\":\"8.0\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"features\":{\"networking\":true},\"steps\":[{\"step\":\"installPlugin\",\"options\":{\"activate\":true},\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"clear-internal-search-button\"}},{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"}]}"}},"all_blocks":[],"tagged_versions":["1.5","1.6","1.7","1.8","1.9","2.0","2.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3086600,"resolution":"1","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[485,13248,10584,944,3893],"plugin_category":[],"plugin_contributors":[221849],"plugin_business_model":[],"class_list":["post-187971","plugin","type-plugin","status-publish","hentry","plugin_tags-button","plugin_tags-clear","plugin_tags-internal","plugin_tags-search","plugin_tags-usability","plugin_contributors-marc4","plugin_committers-marc4"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/clear-internal-search-button\/assets\/icon-256x256.png?rev=3375885","icon_2x":"https:\/\/ps.w.org\/clear-internal-search-button\/assets\/icon-256x256.png?rev=3375885","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/clear-internal-search-button\/assets\/screenshot-1.png?rev=3086600","caption":""}],"raw_content":"<!--section=description-->\n<p>Adds a button to clear the search field inside the admin area that will save you time and make intensive search usage more convenient.<\/p>\n\n<p>Works in the search engine for posts, pages, comments, users, media library, categories, tags, plugins and themes.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Go to <strong>Plugins &gt; Add New Plugin<\/strong>.<\/li>\n<li>Search for <strong>Clear Internal Search Button<\/strong>.<\/li>\n<li>Install and activate the <strong>Clear Internal Search Button<\/strong> plugin.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>[2.1] - 2025-03-05<\/h4>\n\n<ul>\n<li>Bumped minimum WordPress requirement to 6.9.<\/li>\n<li>Bumped minimum PHP requirement to 8.2.<\/li>\n<li>Changed capability check from edit_posts to manage_options.<\/li>\n<\/ul>\n\n<h4>[2.0] - 2025-02-27<\/h4>\n\n<ul>\n<li>Added capability check to prevent asset loading for unprivileged users.<\/li>\n<li>Introduced CISB_VERSION constant to centralise version management.<\/li>\n<li>Separated wp_register_script\/style from wp_enqueue_script\/style.<\/li>\n<li>Added strict comparison to in_array() calls.<\/li>\n<li>Added PHPDoc block to main function.<\/li>\n<li>Replaced inline HTML string in jQuery button constructor with object syntax.<\/li>\n<li>Moved initial button visibility from inline style to CSS.<\/li>\n<li>Replaced fragile positional CSS selectors with class-based selectors.<\/li>\n<li>Removed !important from button alignment rule.<\/li>\n<li>Fixed changelog date formats to YYYY-MM-DD.<\/li>\n<\/ul>\n\n<h4>[1.9] - 2024-08-04<\/h4>\n\n<ul>\n<li>Scripts and styles will be loaded only when necessary.<\/li>\n<li>Prevent text from hiding behind the clear button.<\/li>\n<\/ul>\n\n<h4>[1.8] - 2024-10-28<\/h4>\n\n<ul>\n<li>Commented style.css<\/li>\n<li>Fixes in style.css<\/li>\n<\/ul>\n\n<h4>[1.6] - 2024-05-14<\/h4>\n\n<ul>\n<li>Added \"X\" button inside the search field.<\/li>\n<\/ul>\n\n<h4>[1.5] - 2024-05-13<\/h4>\n\n<ul>\n<li>Added version to <code>wp_enqueue_style<\/code>.<\/li>\n<li>Security fix<\/li>\n<\/ul>\n\n<h4>[1.3] - 2024-04-27<\/h4>\n\n<ul>\n<li>Added clear button on media library, categories, plugins and themes pages.<\/li>\n<\/ul>\n\n<h4>[1.2] - 2024-03-31<\/h4>\n\n<ul>\n<li>Button appears only when there is text in the search field.<\/li>\n<li>Added clear button on comments and users pages.<\/li>\n<li>Some corrections.<\/li>\n<\/ul>\n\n<h4>[1.0] - 2024-01-15<\/h4>\n\n<ul>\n<li>First version.<\/li>\n<\/ul>","raw_excerpt":"Adds a button in admin area to clear text of search field for posts, pages, comments, users, media, categories, tags, plugins, and themes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/187971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=187971"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/marc4"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=187971"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=187971"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=187971"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=187971"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=187971"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=187971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}