[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fZPp9z9s1cyn-7O5JN19HEwUDysQ9fa7NkURKM64QAng":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},"tauri77","Mauricio Galetto","https:\u002F\u002Fprofiles.wordpress.org\u002Ftauri77\u002F",2,10,93,30,89,"2026-04-04T10:03:48.913Z",[14,35],{"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":7,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":30,"download_link":31,"security_score":21,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"user-post-collections","User Post Collections","0.9.2","\u003Cp>This plugin allows users to create lists of different types (simple, numbered, cart and poll) and share them.\u003Cbr \u002F>\nThe items of these lists are the posts of the types to configure (Ex: post, page, product, other CPT, etc).\u003Cbr \u002F>\nCreate classic lists like Favorites, Bookmarks, Wish List. Or poll lists like “Which one should I buy?”, or shopping cart lists of every month, etc.\u003Cbr \u002F>\nIt is flexible and extensible.\u003Cbr \u002F>\nThe plugin adds custom endpoints to the wordpress REST API and includes a client that will display operations on user lists in a modal.\u003C\u002Fp>\n\u003Ch3>Default lists types\u003C\u002Fh3>\n\u003Cp>The plugin comes with 6 types of lists:\u003Cbr \u002F>\n* \u003Cstrong>Simple:\u003C\u002Fstrong> Simple list sorted according to their items added.\u003Cbr \u002F>\n* \u003Cstrong>Numbered:\u003C\u002Fstrong> List with your numbered items. You can edit the order in which the items will be displayed.\u003Cbr \u002F>\n* \u003Cstrong>Poll:\u003C\u002Fstrong> You can ask others for their opinion.\u003Cbr \u002F>\n* \u003Cstrong>Shopping Cart:\u003C\u002Fstrong> List to add items to a virtual cart ( only on Woocommerce ).\u003Cbr \u002F>\n* \u003Cstrong>Favorites\u003C\u002Fstrong> This type of list conceptually always exists for users, that is, the user does not create them but simply adds items.\u003Cbr \u002F>\n* \u003Cstrong>Bookmarks\u003C\u002Fstrong> Equivalent to favorites.\u003C\u002Fp>\n\u003Cp>All list types can be disabled.\u003C\u002Fp>\n\u003Cp>If you are a developer, and you are making a theme you can register your own list types.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Roles that can create lists is configurable (for each type of list).\u003C\u002Fli>\n\u003Cli>Post type that can be added to lists is configurable (per list type).\u003C\u002Fli>\n\u003Cli>Title and description of the lists can be editable (configurable in each type of list)\u003C\u002Fli>\n\u003Cli>List items can be saved with a comment (configurable in each type of list)\u003C\u002Fli>\n\u003Cli>The lists can be private or public (configurable options in each type of list)\u003C\u002Fli>\n\u003Cli>Max items per list (configurable in each type of list)\u003C\u002Fli>\n\u003Cli>Share buttons for public lists\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Collections Archive\u003C\u002Fh3>\n\u003Cp>The plugin adds a new page to the site where all the collections of the users are shown. This page can be disabled\u002Fenabled on the plugin settings.\u003Cbr \u002F>\nThis page is also used as the basis for displaying each list, but disabling the archive page from the plugin settings does not disable the pages of each collection..\u003Cbr \u002F>\nArchive URL example: https:\u002F\u002Fdomain.com\u002Fuser-post-collection\u002F\u003Cbr \u002F>\nCollection URL example: https:\u002F\u002Fdomain.com\u002Fuser-post-collection\u002Flist-x-by-tauri\u002F\u003C\u002Fp>\n\u003Ch3>Shortcode\u003C\u002Fh3>\n\u003Cp>You can use the shortcode [user_posts_collections] to show the lists. Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[user_posts_collections type=\"vote\" tpl-items=\"cards\" exclude=\"32,45\"]\n[user_posts_collections author=\"23\" tpl-items=\"list\"]\n[user_posts_collections limit=\"5\" pagination=\"1\" tpl-cols=\"4,4,4,3,2,1\"]\n[user_posts_collections author-name=\"tauri\" orderby=\"title\" order=\"ASC\" limit=10 pagination=1]\n[user_posts_collections include=\"23,31,412\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Shortcode options\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>type:\u003C\u002Fstrong> simple|numbered|vote|favorites|bookmarks|cart\u003C\u002Fli>\n\u003Cli>\u003Cstrong>author-name:\u003C\u002Fstrong> Author username\u003C\u002Fli>\n\u003Cli>\u003Cstrong>author:\u003C\u002Fstrong> Author ID\u003C\u002Fli>\n\u003Cli>\u003Cstrong>include:\u003C\u002Fstrong> Lists ID to include (comma separated)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude:\u003C\u002Fstrong> Lists ID to exclude (comma separated)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>orderby:\u003C\u002Fstrong> ID|views|vote_counter|count|created|modified|title\u003C\u002Fli>\n\u003Cli>\u003Cstrong>order:\u003C\u002Fstrong> ASC|DESC\u003C\u002Fli>\n\u003Cli>\u003Cstrong>limit:\u003C\u002Fstrong> Max lists to show\u003C\u002Fli>\n\u003Cli>\u003Cstrong>pagination:\u003C\u002Fstrong> Show pagination. Set to 1 for enabled. Default: 0\u003C\u002Fli>\n\u003Cli>\u003Cstrong>id:\u003C\u002Fstrong> Set unique string. Only letters, numbers and “-“. Used for pagination.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-items:\u003C\u002Fstrong> (card|list) List type\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-cols:\u003C\u002Fstrong> Number of columns, comma separated: xxl,xl,lg,md,sm,xs (for card list type) Default: 4,4,4,3,2,1\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-cols-(xs|sm|md|lg|xl|xxl):\u003C\u002Fstrong> (1|2|3|4|5) Number of columns (for card list type)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-thumbs:\u003C\u002Fstrong> Default thumbnails layout. Set to “off” to not show\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-thumbs-(xs|sm|md|lg|xl|xxl):\u003C\u002Fstrong> (0|2×2|2×3|3×2|4×1|[1-4]x[1-4]) Thumbnails layout\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-desc:\u003C\u002Fstrong> (on|off) Show description. Set to “off” to hide description\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-user:\u003C\u002Fstrong> (on|off) Show author. Set to “off” to hide user\u003C\u002Fli>\n\u003Cli>\u003Cstrong>tpl-meta:\u003C\u002Fstrong> (on|off) Show meta. Set to “off” to hide meta\u003C\u002Fli>\n\u003C\u002Ful>\n","Create & share lists with post types like posts, pages, products, etc. Build classic lists (Favorites, Bookmarks) and polls and cart lists and more.",2110,100,"2025-12-08T19:17:00.000Z","6.9.4","4.9.6","7.0",[27,28,29],"post-collections","user-lists","woocommerce-wishlist","https:\u002F\u002Fgaletto.info\u002Fuser-post-collections","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fuser-post-collections.0.9.2.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":5,"author_profile":6,"description":39,"short_description":40,"active_installs":32,"downloaded":41,"rating":32,"num_ratings":32,"last_updated":42,"tested_up_to":43,"requires_at_least":44,"requires_php":45,"tags":46,"homepage":50,"download_link":51,"security_score":52,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"cute-mediainfo","Cute MediaInfo","1.0.3","\u003Ch3>MediaInfo for humans\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>MediaInfo library for modern browsers\u003C\u002Fli>\n\u003Cli>Autocomplete from mediainfo text\u003C\u002Fli>\n\u003Cli>Different ways to display using profiles\u003C\u002Fli>\n\u003Cli>Customizable profiles: Styles\u003C\u002Fli>\n\u003Cli>Customizable profiles: Layout\u003C\u002Fli>\n\u003Cli>Customizable profiles: Data to display\u003C\u002Fli>\n\u003Cli>Module for links (easy add)\u003C\u002Fli>\n\u003Cli>Two icon packs (extensible)\u003C\u002Fli>\n\u003Cli>Use as block or shortcode\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Supported Links: 1fichier, Amazon, Amazon UE, box, Clicknupload, DailyUploads, ddownload, Dropapk, Dropbox, Fast Down, FastClick, FileFactory, GDrive, HexUpload, Jottacloud, KatFile, Mediafire, MEGA, MEGA Folder, NitroFlare, OneDrive, pCloud, pCloud(Euro), Rapidgator, Uploaded, UploadGIG, Uptobox, Usersdrive.\u003C\u002Fp>\n\u003Ch3>Extra features with PRO Addon\u003C\u002Fh3>\n\u003Cp>Did you know that \u003Ca href=\"https:\u002F\u002Fgaletto.info\u002Fproduct\u002Fcute-mediainfo-pro\u002F\" rel=\"nofollow ugc\">PRO Addon\u003C\u002Fa> contains a lot of extra features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Screenshots with\u003C\u002Fstrong> thumbnails and full-size viewer\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Link checker\u003C\u002Fstrong> for offline status\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Link protection\u003C\u002Fstrong> with reCaptcha\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Link override\u003C\u002Fstrong> ( usage example: protected or shortened link )\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Extra icon pack\u003C\u002Fstrong>: Flat Color\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export\u002FImport\u003C\u002Fstrong> profiles\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Source Quality\u003C\u002Fstrong> field (DVDRip, BRRip, etc)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Documentation online on \u003Ca href=\"https:\u002F\u002Fcutemi-docs.galetto.info\u002F\" rel=\"nofollow ugc\">cutemi-docs.galetto.info\u003C\u002Fa>\u003C\u002Fp>\n","Customizable plugin to display MediaInfo for humans.",1387,"2022-03-02T10:26:00.000Z","5.9.13","4.6","5.6",[47,48,49],"mediainfo","video-info","video-links","https:\u002F\u002Fgaletto.info\u002Fcutemi-file-info-and-links\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcute-mediainfo.1.0.3.zip",85]