[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fQwSGTkTls4qc4XSLtCwOAY8wcT7eVzT50OZELn7oIsQ":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":9,"computed_at":11,"plugins":12},"aprokopenko","Alex Prokopenko \u002F JustCoded","https:\u002F\u002Fprofiles.wordpress.org\u002Faprokopenko\u002F",5,2540,79,30,"2026-04-04T05:25:33.297Z",[13,38,61,79,94],{"slug":14,"name":15,"version":16,"author":5,"author_profile":6,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":26,"download_link":33,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"just-tinymce-styles","Just TinyMCE Custom Styles","1.2.1","\u003Cp>This plugin controls the TinyMce “style_formats” parameter. It allows adding custom formatters to the Wysiwyg editor.\u003C\u002Fp>\n\u003Cp>This is only a user interface to the standard feature, which is disabled by default and explained in the official\u003Cbr \u002F>\ndocumentation on codex.wordpress.org: https:\u002F\u002Fcodex.wordpress.org\u002FTinyMCE_Custom_Styles\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Load Settings from DB or .json file from theme\u003C\u002Fli>\n\u003Cli>Enable\u002FDisable some style_format features for more clean formatting\u003C\u002Fli>\n\u003Cli>Nice interface to quickly add your formats\u003C\u002Fli>\n\u003Cli>Ability to apply custom editor css for each rule separately\u003C\u002Fli>\n\u003Cli>You can group your styles for more clear usage\u003C\u002Fli>\n\u003Cli>Bootstrap preset: pre-defined bootstrap styles for editor.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Example: Custom link class\u003C\u002Fh4>\n\u003Cp>For example, you can define an addition dropdown option of the css classes for the link tag.\u003Cbr \u002F>\nTo do so, create such row formatter:.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Title: My Link Style\u003C\u002Fli>\n\u003Cli>Selector: a\u003C\u002Fli>\n\u003Cli>Classes: my-link-style\u003C\u002Fli>\n\u003Cli>Editor CSS: a.my-link-style { color:red; }\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Plugin Demo\u003C\u002Fh4>\n\u003Cp>\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\u002Ffljkfet52eg?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>Presets\u003C\u002Fh4>\n\u003Cp>We added special feature called “Presets” – these are pre-defined styles included inside the plugin.\u003Cbr \u002F>\nYou can import them to your site with a single click.\u003C\u002Fp>\n\u003Cp>With presets we plan to add popular CSS framework classes to be able to use them inside the editor.\u003Cbr \u002F>\nWe started with a Bootstrap preset, because it’s one of the most popular CSS framework right now.\u003C\u002Fp>\n\u003Ch4>ISSUES TRACKER\u003C\u002Fh4>\n\u003Cp>If you have any feedbacks or bugs found, please write to our GitHub issues tracker:\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002Fjustcoded\u002Fjust-tinymce-custom-styles\u002Fissues\u003C\u002Fp>\n","Adds dropdown options for custom css classes and attributes for tags in WordPress TinyMCE Editor.",2000,19562,96,6,"2020-08-14T13:12:00.000Z","5.5.18","4.3","",[28,29,30,31,32],"custom-styles","editor","link-class","styles","tinymce","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjust-tinymce-styles.zip",63,1,"2025-12-08 00:00:00","2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":5,"author_profile":6,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":26,"tags":51,"homepage":26,"download_link":57,"security_score":58,"vuln_count":59,"unpatched_count":59,"last_vuln_date":60,"fetched_at":37},"just-responsive-images","Just Responsive Images","1.6.7","\u003Cp>The Just Responsive Images plugin gives you control of responsive image properties, which WordPress 4.4+ inserts to all post thumbnails by default.\u003C\u002Fp>\n\u003Cp>The default solution is to insert all available image sizes as srcset attribute into img tag. This is not optimal, because the browser gets too much image resolutions, it can generate more requests to the server (to get the right image) and it takes longer to display the image itself. Not to mention, Google Page Speed inspector is not satisfied with such a method.\u003C\u002Fp>\n\u003Cp>If you have hand-coded a mobile-friendly HTML\u002FCSS for your theme it usually has media queries for background images and \u003Cpicture> tags instead of \u003Cimg> tags. A lot of images are used as block backgrounds very often, which should be editable from CMS. All these best practices are not supported in the WordPress core by default and you end up wasting your time re-writing standard functions.\u003C\u002Fp>\n\u003Cp>That’s why we’re here! We want to provide easy-to-use control for customizing srcset for each image size dimension you use inside your theme. Also we’re happy to provide you with a few helpers which will generate tags and generate required media queries for backgrounds.\u003C\u002Fp>\n\u003Cp>Full documentation and configuration options are available on our github page:\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjustcoded\u002Fjust-responsive-images\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fjustcoded\u002Fjust-responsive-images\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Feel free to post your suggestions or bugs under Issues section on github.\u003C\u002Fp>\n\u003Ch4>Generating image sizes on request\u003C\u002Fh4>\n\u003Cp>This plugin DOES NOT register image sizes with WordPress \u003Ccode>add_image_size\u003C\u002Fcode> function. So they are not resized on upload in admin panel. This is done because on big sites there are too much image sizes (especially with enabled retina option) and in this case WordPress wastes the disk space and database with useless files.\u003C\u002Fp>\n\u003Cp>Our plugin resize images ONLY when you open the page with an image, printed with rwd functions. Resize is performed through WordPress built in functions, so once resized – WordPress will have information about new sizes available for your image. \u003Cstrong>Unfortunately it’s impact the site speed, when you load the page with images by a first time.\u003C\u002Fstrong> Any good copywriter\u002Fadministrator checks his content before publishing, so this delay will be seen by admin users in most cases.\u003C\u002Fp>\n\u003Ch4>IMPORTANT\u003C\u002Fh4>\n\u003Cp>In version 1.2 default RWD set background options updated to mobile-first strategy (from desktop-first).\u003Cbr \u002F>\nIf you use nested rules from RWD set you should update your main size background option to have @media query with \u003Ccode>min-width\u003C\u002Fcode> rule.\u003C\u002Fp>\n\u003Ch4>DEV Mode\u003C\u002Fh4>\n\u003Cp>In DEV mode plugin does not resize any images and simply use placeholder images. This can be used to reduce disk space, while you develop and configure our plugin to match all required screen sizes.\u003C\u002Fp>\n\u003Cp>To enable it you need to define new constant in your wp-config.php file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'JRI_DUMMY_IMAGE', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Providing full control to set your own responsive image properties for WP 4.4+, the ability to use the \u003Cpicture> tag and image backgrounds.",500,14626,88,7,"2021-09-06T13:20:00.000Z","5.8.13","4.5",[52,53,54,55,56],"post-thumbnail-as-background","responsive-post-thumbnail","retina-image","retina-post-thumbnail","retina-support","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjust-responsive-images.zip",85,0,null,{"slug":62,"name":63,"version":64,"author":5,"author_profile":6,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":22,"last_updated":70,"tested_up_to":71,"requires_at_least":50,"requires_php":26,"tags":72,"homepage":26,"download_link":78,"security_score":58,"vuln_count":59,"unpatched_count":59,"last_vuln_date":60,"fetched_at":37},"just-image-optimizer","Just Image Optimizer","1.1.3","\u003Cp>It’s the only plugin that will help you pass Google Page Speed image size optimization test. Furthermore, it compresses image file size, so you get a performance boost and improve your page rank in Google.\u003C\u002Fp>\n\u003Cp>The plugin uses Google Page Speed Insights API to optimize images. All you need is a Google console account and an API key.\u003C\u002Fp>\n\u003Cp>Image Optimization runs in the background on Google servers, so the site will keep its performance intact. There are no special server requirements.\u003C\u002Fp>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Site should be available for Google Page Speed test\u003C\u002Fli>\n\u003Cli>PHP 7\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Issues tracker\u003C\u002Fh4>\n\u003Cp>If you have any feedback or ideas, please raise an issue in our GitHub repository:\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002Fjustcoded\u002Fjust-image-optimizer\u002Fissues\u003C\u002Fp>\n\u003Ch4>Plugin compatibility\u003C\u002Fh4>\n\u003Cp>Plugin is compatible with such plugins:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fregenerate-thumbnails\u002F\" rel=\"ugc\">Regenerate Thumbnails\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fjust-responsive-images\u002F\" rel=\"ugc\">Just Responsive Images\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In the upcoming releases, we plan to add compatibility with WordPress MultiSite installation.\u003C\u002Fp>\n","Just Image Optimizer uses Google Page Speed Insights API to compress image files, improve performance and boost your SEO rank.",20,3285,86,"2018-12-17T14:29:00.000Z","5.0.25",[73,74,75,76,77],"compress","image","optimise","optimize","resize","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjust-image-optimizer.zip",{"slug":80,"name":81,"version":82,"author":5,"author_profile":6,"description":83,"short_description":84,"active_installs":85,"downloaded":86,"rating":59,"num_ratings":59,"last_updated":87,"tested_up_to":88,"requires_at_least":25,"requires_php":26,"tags":89,"homepage":26,"download_link":93,"security_score":58,"vuln_count":59,"unpatched_count":59,"last_vuln_date":60,"fetched_at":37},"just-headline","Just Headline","1.0","\u003Cp>After installation, you will have a new widget available called “Just Headline”.\u003C\u002Fp>\n\u003Cp>It can insert the html heading tag h1-h6 into the sidebar or any other widgetized areas (like Page Builders).\u003C\u002Fp>\n\u003Cp>Furthermore, you can select a style for it (by default, several pre-defined html tag class names).\u003C\u002Fp>\n\u003Ch4>Customization\u003C\u002Fh4>\n\u003Cp>You can change available heading sizes and styles with filter hooks. Please check FAQ for more information.\u003C\u002Fp>\n","Widget to easy add a single HTML heading tag",10,1461,"2016-07-28T17:35:00.000Z","4.8.28",[90,91,92],"heading","heading-tag","widget","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjust-headline.zip",{"slug":95,"name":96,"version":97,"author":5,"author_profile":6,"description":98,"short_description":99,"active_installs":85,"downloaded":100,"rating":101,"num_ratings":35,"last_updated":26,"tested_up_to":88,"requires_at_least":102,"requires_php":26,"tags":103,"homepage":26,"download_link":107,"security_score":108,"vuln_count":35,"unpatched_count":35,"last_vuln_date":109,"fetched_at":110},"just-post-preview","Just Post Preview Widget","1.1.1","\u003Cp>This plugin is for developers who need easy to edit the complex layouts and insert different post tile blocks inside the layout,\u003Cbr \u002F>\nsidebars or page builders. By default, it has 3 pre-defined layouts; you can rewrite them in your theme or register custom layouts.\u003Cbr \u002F>\nUnfortunately the pre-defined layouts have no styles inside. (Because they will be overwritten in the theme 100% anyway).\u003C\u002Fp>\n\u003Ch4>Template files\u003C\u002Fh4>\n\u003Cp>To overwrite the pre-defined templates, you should create a folder with the name \u003Ccode>“just-post-preview”\u003C\u002Fcode> in the root\u003Cbr \u002F>\nof your theme and copy required templates from the \u003Ccode>\u002Fwp-content\u002Fplugins\u002Fjust-post-preview\u002Flayous\u002F\u003C\u002Fcode> folder.\u003C\u002Fp>\n\u003Cp>File names format: \u003Ccode>jpp_layout_{layout key}.php\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>You can find PHP comments on the top of the demo templates. They help your IDE to show you autocomplete boxes for available variables.\u003C\u002Fp>\n\u003Ch4>Adding custom layout\u003C\u002Fh4>\n\u003Cp>To add a custom layout, you need to add a new filter hook in your theme functions.php file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('jpp_post_preview_layouts', 'my_post_preview_layouts');\nfunction my_post_preview_layouts($layouts){\n    $layouts['my_layout_key'] = 'My custom layout';\n    return $layouts;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>After that hook you will need to create a template file in the \u003Ccode>\u002Fpath\u002Fto\u002Ftheme\u002Fjust-post-preview\u003C\u002Fcode> folder with the name \u003Ccode>jpp_layout_my_layout_key.php\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Ch4>That’s all!\u003C\u002Fh4>\n\u003Cp>FILL FREE TO CONTACT ME IF YOU FIND ANY BUGS\u002FISSUES!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>ISSUES TRACKER\u003C\u002Fstrong>\u003Cbr \u002F>\nThe project is also available on github. Please post your issues or feedbacks there.\u003Cbr \u002F>\nhttps:\u002F\u002Fgithub.com\u002Faprokopenko\u002Fjust-post-preview\u003C\u002Fp>\n","Widget to easy add any post content preview blocks with different layouts, specified in the theme.",2191,100,"4.0",[104,105,106,92],"developer","layouts","post-preview","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjust-post-preview.zip",76,"2025-04-04 00:00:00","2026-03-15T10:48:56.248Z"]