[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fa4cYGt2nS5nysxp9i5FzSa8w4OMFhkmr_U8YMN9Xksc":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"mwaelk","mohamad wael","https:\u002F\u002Fprofiles.wordpress.org\u002Fmwaelk\u002F",2,20,85,30,84,"2026-04-05T16:34:43.605Z",[14,36],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":32,"download_link":33,"security_score":9,"vuln_count":21,"unpatched_count":21,"last_vuln_date":34,"fetched_at":35},"kt-cleanpress","KT-CleanPress","1.1","\u003Cp>Kt-cleanpress is a plugin designed to clean and optimize WordPress. It will give you the following options:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Clean Posts: which will let you remove all posts marked as Trash \u002F Pending \u002F Draft with all their related contents from the database, and then it will defragment it.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Pages: will do the same things described in Clean Posts, but it will process the pages.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Comments: will do the same things described in Clean Posts, but it will process the Spam \u002F Unapproved \u002F Trash Comments.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Post Revisions: Whenever a post is edited and saved WordPress automatically creates a backup to which one can revert. This option will remove all posts backups.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Auto Draft: This is a left over from the process of creating a new WordPress page or post and not saving it as a draft of publishing it.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Other Left Overs: Will remove navigation menus that are created but not saved, and all their related data,  and will also remove  unneeded lock and last entries in the database.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Clean Empty Categories \u002F Tags: Will delete all categories\u002FTags that do not have any post or link associated with them but will not remove the default WordPress categories.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Optimize The Tables: Reclaim unused space and defragment the data file.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n","Clean And Optimize WordPress .",4537,0,"2012-07-31T11:47:00.000Z","3.4.2","3.1","",[27,28,29,30,31],"clean","database","optimize","remove","trash","https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fkt-cleanpress\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fkt-cleanpress.1.1.zip",null,"2026-03-15T15:16:48.613Z",{"slug":37,"name":38,"version":39,"author":5,"author_profile":6,"description":40,"short_description":41,"active_installs":21,"downloaded":42,"rating":21,"num_ratings":21,"last_updated":43,"tested_up_to":44,"requires_at_least":25,"requires_php":25,"tags":45,"homepage":49,"download_link":50,"security_score":9,"vuln_count":21,"unpatched_count":21,"last_vuln_date":34,"fetched_at":35},"syntax-highlighter-prismjs","Syntax Highlighter with PrismJS","0.0.1","\u003Cp>A syntax highlighter using PrismJs.\u003C\u002Fp>\n\u003Ch3>How To Use\u003C\u002Fh3>\n\u003Cp>Wrap your pre tag as shown below:\u003C\u002Fp>\n\u003Cpre>\n[sh_prismjs_pre class=\"language-py line-numbers match-braces rainbow-braces\" data_line=\"1,4-5,7\" escape_html='escape']\n\u003Cpre>    \nclass Implements_Ne:\n    ''' A class which implements \n        the __ne__ method '''\n    def __ne__( self, other):\n        return False\n\nclass Not_Implements_Ne:\n    ''' A class which does not\n        implement the __ne__\n        method '''\n    pass\n\u003C\u002Fpre>\n[\u002Fsh_prismjs_pre]\n\u003C\u002Fpre>\n\u003Cul>\n\u003Cli>Replace name in language-NAME, by the name of the language that you wish to highlight. For example if the language is python, language-NAME should become language-py .\u003C\u002Fli>\n\u003Cli>If you wish line numbers to appear, use line-numbers . \u003C\u002Fli>\n\u003Cli>If you wish braces to be matched when selected use match-braces . \u003C\u002Fli>\n\u003Cli>If you wish to have rainbow braces use rainbow-braces . \u003C\u002Fli>\n\u003Cli>If you wish to highlight lines, you can use data_line, so in the example provided, colorize line 1, and colorize lines from 4 to 5, and colorize line 7. \u003C\u002Fli>\n\u003Cli>If you wish the content of the pre to be escaped, so for example if it contains html tags that you do not wish to be rendered, you can use escape_html=’escape’\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For code tags, they also should be wrapped as follows:\u003C\u002Fp>\n\u003Cpre>\n[sh_prismjs_code class=\"language-html\" escape_html='escape']\u003Ccode>tag: \u003Cbr\u002F>\u003C\u002Fcode>[\u002Fsh_prismjs_code]\n\u003C\u002Fpre>\n\u003Cp>You must use the language-Name option, and you can use the escape_html option.\u003C\u002Fp>\n","A syntax highlighter using PrismJs.",2734,"2022-11-09T13:40:00.000Z","6.1.10",[46,47,48],"highlighter","prism","syntax-highlighter","https:\u002F\u002Fdifyel.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsyntax-highlighter-prismjs.0.0.1.zip"]