[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fvm-bECV2WlnFbWUxXnQH8YRRvJVCaUBuxuxzeXm23-w":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},"jasmanxcrew","JasmanXcrew","https:\u002F\u002Fprofiles.wordpress.org\u002Fjasmanxcrew\u002F",4,730,85,30,84,"2026-04-05T02:04:33.178Z",[14,39,57,77],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":34,"download_link":35,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"rest-api-helper","REST API Helper","2.2.8","\u003Cp>This plugin help REST API for display featured media source, author, categories, and custom fields.\u003Cbr \u002F>\nThis plugin is made for \u003Ca href=\"https:\u002F\u002Fgoo.gl\u002FqznlXo\" rel=\"nofollow ugc\">Ionic Mobile App Builder\u003C\u002Fa>, suitable used for ionic framework.\u003Cbr \u002F>\nThis plugin also support for display custom field in metabox and also make it allow crossorigin only for json files. Compatible with wp-restapi2 and json-api.\u003C\u002Fp>\n\u003Cp>Features:\u003Cbr \u002F>\n* Product listing without Woo API\u003Cbr \u002F>\n* REST-API Auth Basic\u003Cbr \u002F>\n* Fix CORS and Preflight CORS (Example Issue: Request header field ……. is not allowed by Access-Control-Allow-Headers in preflight response.)\u003Cbr \u002F>\n* Woo ACF Gallery\u003Cbr \u002F>\n* Gallery JSON Array or Object\u003Cbr \u002F>\n* One Signal Push\u003Cbr \u002F>\n* Custom Field Support\u003Cbr \u002F>\n* Fix issue render VisualComposer ([vc_row]Hello World . . .[\u002Fvc_row])\u003C\u002Fp>\n\u003Ch3>Woocommerce\u003C\u002Fh3>\n\u003Cp>for enable Woo product and categories without authorization, add this code in wp-config.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_WOO\", true);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can changing custom field for gallery (default woo using _product_image_gallery metakey), add this line\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_WOO_ACF_GALLERY\", 'images'); \n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>and for type data object or string (default string, separator with coma)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_WOO_ACF_GALLERY_OBJECT\", false);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>OneSignal Sender\u003C\u002Fh3>\n\u003Cp>for enable oneSignal Sender add this code in wp-config.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_ONESIGNAL_PUSH\", true);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>then fix your app_id and app_key\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_ONESIGNAL_PUSH\", false);\ndefine(\"IMH_ONESIGNAL_PAGE_IN_APP\", 'post_singles'); \u002F\u002Fthis additional data (key: page and value: post_singles\u002Fpost_id)\ndefine(\"IMH_ONESIGNAL_APP_ID\", '31ee45e2-c63d-4048-903a-89ca43f3afa2');\ndefine(\"IMH_ONESIGNAL_APP_KEY\", 'YzUzNmZkOTAtMmVlMC00OWIzLThlNGQtMzQyYzzyNmFhZjcw');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Anonymous Comments\u003C\u002Fh3>\n\u003Cp>You can allow anonymous comments using configuration:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_ALLOW_PREFLIGHT_CORS\",true); \u002F\u002Frequired for method post\ndefine(\"IMH_ANONYMOUS_COMMENTS\",true);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>send comment using url like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>http:\u002F\u002Fwordpress.co.id\u002Fwp-json\u002Fwp\u002Fv2\u002Fcomments?author_name=Your Name Here&author_email=your-email-address@website-address-here.com&author_name=Your Name Here&content=Your Comment Here&post=20\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Register REST-API\u003C\u002Fh3>\n\u003Cp>You can allow register new user using configuration:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_RESTAPI_REGISTER\",true); \n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>End Point:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fwordpress.co.id\u002Fwp-json\u002Fwp\u002Fv2\u002Fusers\u002Fregister\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Visual Composer\u003C\u002Fh3>\n\u003Cp>Fix issue render VisualComposer Content\u003C\u002Fp>\n\u003Cp>Response is:\u003Cbr \u002F>\n[vc_row]Hello World . . .[\u002Fvc_row]\u003Cbr \u002F>\nResponse should be:\u003C\u002Fp>\n\u003Cp>Hello World . . .\u003C\u002Fp>\n\u003Cp>add this code in wp-config.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define(\"IMH_VC_SHORTCODE\",true);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fihsana.com\" rel=\"nofollow ugc\">Ihsana Global Solusindo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"ihsana.com\u002Fi\u002F?u=imabuilder\" rel=\"nofollow ugc\">IMA BuildeRz – Ionic Mobile App Builder + Code Generator \u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fihsana.com\u002Fi\u002F?u=iwpdev\" rel=\"nofollow ugc\">iWP-DevToolz – WordPress Plugin Maker + Code Generator \u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","This plugin help REST API for display featured media source, author, categories, and custom fields.",600,22471,100,1,"2022-01-02T16:25:00.000Z","5.3.21","4.0","",[29,30,31,32,33],"ionic","json","json-api","mobile-app","rest-api","http:\u002F\u002Fihsana.net\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frest-api-helper.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":22,"downloaded":45,"rating":22,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":26,"requires_php":27,"tags":49,"homepage":55,"download_link":56,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"galau-ui-visual-editor","GUI – Visual Editor","2.0.3","\u003Cp>\u003Cstrong>Creating a web page you like professionals\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>GUI-VisualEditor (VE) is a project to provide a “visual” or “WYSIWYG” like online rich-text editor, It was developed by Ihsana’s lab. GUI-VisualEditor gives you the ability to edit without needing to learn HTML markup, and front-end framework code like as Bootstrap, Foundation, FontAwesome, Animate.CSS and other. GUI-Visual Editor has given the easy of visual editing because it has been equipped with various plugins.\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F5nFfZj0GFrs?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FriPdRg5Jrps?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FVnj_MUkdhag?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fvisual-editor.com\u002F#many-framework\" rel=\"nofollow ugc\">Supports Many Frameworks\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fvisual-editor.com\u002F#native-and-dialog-mode\" rel=\"nofollow ugc\">Support Native or Dialog Mode\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Support Inline\u002FLive Editing\u003C\u002Fli>\n\u003Cli>Support Content Delivery Network or Built-in CSS\u003C\u002Fli>\n\u003Cli>Support Undo Redo\u003C\u002Fli>\n\u003Cli>Toolbar Fonts Automatic \u003C\u002Fli>\n\u003Cli>Filebrowser Automatic\u003C\u002Fli>\n\u003Cli>Support Textdomain\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Addons\u003C\u002Fh4>\n\u003Cp>Addons are created TinyMCE plugin is suitable for this plugin, available in more than 35 addons on this plugin. However, you can still add it to purchase services from us.\u003C\u002Fp>\n\u003Ch4>Premium Addons\u003C\u002Fh4>\n\u003Cblockquote>\n\u003Cp>You can add more features to the editor using our premium add ons, is charged.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Here are a few add ons that we offer premium:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>GUI-Animate CSS is addons for adapter Animate.CSS into GUI-VisualEditor. By using this, you do not need to memorize or write code to create animations on your web content, such as animated bounce, flash, pulse, rubberBand, shake, swing, tada, and others\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Alert is addons that allow create and edit Alert Component that use bootstrap framework.\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Buttons is addons that allow create and edit Button Component that use bootstrap framework, such as color, size, attributes or others, either using classic or inline editor.\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Carousel is addons that allow create and edit Carousel Component that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Glyphicons is addons that allow create icons that use bootstrap framework, includes 200 glyphs in font format from the Glyphicon Halflings set.\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Images is addons that allow create and edit image element that use bootstrap framework, such as: thumbnail, rounded and circle\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Label is addons that allow create and edit label component that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Navigator is addons that allow create and edit nav, pills, stacked, pagination, breadcrumbs or pager component that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Panel is addons that allow create and edit panels that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Quicktags is addons that allow create and edit container, row, column, well, jumbotron and shortcut that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Table is addons that allow create and edit table element that use bootstrap framework\u003C\u002Fli>\n\u003Cli>GUI-Bootstrap Visualblocks is addons for display grid bootstrap\u003C\u002Fli>\n\u003Cli>GUI-Dashicons is addons that allow create icons that use WordPress Dashboard\u003C\u002Fli>\n\u003Cli>GUI-editArea is addons to view or edit the source code. EditArea has several features such as syntax highlighting, Word-wrap, Search and replace and others.\u003C\u002Fli>\n\u003Cli>GUI-Foundation Buttons is addons that allow create and edit buttons Component that use foundation framework, either using classic or inline editor.\u003C\u002Fli>\n\u003Cli>GUI-Foundation Icons is addons that allow create icons that use Foundation Icons v3.\u003C\u002Fli>\n\u003Cli>GUI-Foundation Images is addons that allow create and edit image element that use foundation framework.\u003C\u002Fli>\n\u003Cli>GUI-Foundation Label is addons that allow create and edit label component that use Foundation framework\u003C\u002Fli>\n\u003Cli>GUI-Foundation Quicktags is addons that allow create and edit container, row, column and shortcut that use foundation framework\u003C\u002Fli>\n\u003Cli>GUI-Foundation Table is addons that allow create and edit table that use Foundation framework\u003C\u002Fli>\n\u003Cli>GUI-Foundation Visualblocks is addons for display grid foundation framework\u003C\u002Fli>\n\u003Cli>GUI-File Browser is addons use for file browser\u003C\u002Fli>\n\u003Cli>GUI-FontAwesome is addons that allow create and edit icon that use FontAwesome\u003C\u002Fli>\n\u003Cli>GUI-KCFinder, that allow integrated KCFinder File Browser\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can get \u003Ca href=\"http:\u002F\u002Fcodecanyon.net\u002Fitem\u002Fgui-visual-editor-package-for-tinymce\u002F14858024\" rel=\"nofollow ugc\">here\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Col>\n\u003Cli>http:\u002F\u002Ftinymce.com\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fgetbootstrap.com\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Ffontawesome.io\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fdaneden.me\u002Fanimate\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Ffoundation.zurb.com\u002F\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fzurb.com\u002Fplayground\u002Ffoundation-icon-fonts-3\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fkcfinder.sunhater.com\u002F\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fwww.cdolivet.com\u002Feditarea\u002F\u003C\u002Fli>\n\u003Cli>http:\u002F\u002Fwww.lampungcyber.co.id\u002F\u003C\u002Fli>\n\u003C\u002Fol>\n","This plugin for edit your posts on the front-end of your site without going to wp-admin edit page, this work using tinymce inline technology.",18697,3,"2017-06-13T18:28:00.000Z","4.0.38",[50,51,52,53,54],"admin","edit","inline","live","tinymce","http:\u002F\u002Fvisual-editor.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgalau-ui-visual-editor.zip",{"slug":58,"name":59,"version":60,"author":5,"author_profile":6,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":46,"last_updated":66,"tested_up_to":67,"requires_at_least":68,"requires_php":27,"tags":69,"homepage":75,"download_link":76,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"anti-hacking-tools","Anti Hacking Tools","1.0.2","\u003Cp>Too difficult to protect the site from botnets. googlebot, ybot, crawler bot is a botnet.\u003Cbr \u002F>\nRSS, feedback tool uses the same technique with a botnet. irc bot, bot scanner or a hacking\u003Cbr \u002F>\ntool that is also botnet.\u003Cbr \u002F>\nbut has a different purpose. IRC bot, Bot scanner or a hacking tool is very disturbing,\u003Cbr \u002F>\nand its presence does not benefit us. from here the idea of making this Plugins.\u003Cbr \u002F>\nif the medium and high risk tool will implement the web status refused.\u003Cbr \u002F>\nand if a low risk web status can only be read to apply, can not upload or comment.\u003Cbr \u002F>\nDatabase on the plugin is taken from an existing tool.\u003Cbr \u002F>\nI hope this tool is useful for security and do not interfere with your SEO.\u003C\u002Fp>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Rizky Ariestiyansyah\u003C\u002Fli>\n\u003Cli>Forum ExploreCrew\u003C\u002Fli>\n\u003Cli>Forum DevilzC0de\u003C\u002Fli>\n\u003C\u002Ful>\n","Easy way in protect your blog from hacking tools, ircbot (botnet), fake browser or hacking technique.",20,5356,74,"2014-03-02T16:26:00.000Z","3.4.2","3.3",[70,71,72,73,74],"bot","botnet","irc","protect","spam","http:\u002F\u002Fticket.ihsana.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fanti-hacking-tools.zip",{"slug":78,"name":79,"version":80,"author":5,"author_profile":6,"description":81,"short_description":82,"active_installs":83,"downloaded":84,"rating":85,"num_ratings":7,"last_updated":86,"tested_up_to":87,"requires_at_least":88,"requires_php":27,"tags":89,"homepage":95,"download_link":96,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"did-you-mean","Did You Mean","1.6","\u003Cp>This plugin can fix typing errors (TYPO) in URLs and search forms by visitors. And provide proper notice to visitors.\u003Cbr \u002F>\nThis plugin also improve search forms with suggestion using autocomplete. This plugin will be helpful if you want more visitors and get a lot of income for ecommerce.\u003Cbr \u002F>\nYou will not lose any visitors or buyers simply due to wrong in writing a link or altered due to social networking links, or shortening a link.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Suggestions will show if the page is not found.\u003C\u002Fli>\n\u003Cli>Will display suggestions if you are looking for can not be found\u003C\u002Fli>\n\u003Cli>Equipped with autocomplete on search form\u003C\u002Fli>\n\u003Cli>No settings, just turn on the widget.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>jQuery UI Theme\u003C\u002Fp>\n","This plugin can fix typing errors (TYPO) in URLs and search by visitors.",10,2838,70,"2014-03-02T01:54:00.000Z","3.7.41","3.6",[90,91,92,93,94],"404","ai","artificial-intelligence","search","widget","http:\u002F\u002Fwp.ihsana.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdid-you-mean.zip"]