[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fC-lZc8rCcncw2HpyD_fwl814Z36qvZxhLgAHsQ_E5VE":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},"jazzs3quence","Chris Reynolds","https:\u002F\u002Fprofiles.wordpress.org\u002Fjazzs3quence\u002F",4,1240,88,141,71,"2026-04-04T05:56:06.605Z",[14,39,62,76],{"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":32,"download_link":33,"security_score":34,"vuln_count":35,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"progress-bar","Progress Bar","2.2.4","\u003Cp>This plugin does one thing: it creates a simple (but nice-looking) CSS3 progress bar that you can style with your own CSS and use wherever you want with a simple shortcode. Now with support for custom colors and gradients.\u003C\u002Fp>\n\u003Cp>To add a progress bar to a post or a page, simply use this shortcode:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>where “50” in the example above is a progress bar that is 50% complete.  Simple, lightweight, cross-browser compatible (degrades nicely for browsers that don\\’t support CSS3).\u003C\u002Fp>\n\u003Cp>For more examples and full descriptions of all the available options, click on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fprogress-bar\u002Fother_notes\u002F\" rel=\"ugc\">options tab\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>For demos of each of the options, go here: https:\u002F\u002Fprogressbar.jazzsequence.com\u003C\u002Fp>\n\u003Ch3>Options\u003C\u002Fh3>\n\u003Cp>This page describes all the available parameters for the shortcode. These can be used in any combination. The only \u003Cstrong>required\u003C\u002Fstrong> parameter is  \u003Cstrong>progress\u003C\u002Fstrong>. All parameters are case-sensitive (e.g. “progress” will work but “Progress” will not).\u003C\u002Fp>\n\u003Ch4>progress (required)\u003C\u002Fh4>\n\u003Cp>This determines how full the progress bar will be. Progress can be in 2 forms, either a number (0-100), in which case it will be interpreted as a percentage, or as a fraction (e.g. 25\u002F100). Since 1.1, you can also use dollar signs (e.g. $63\u002F$180), for example to create a fundraising progress bar. If using dollar signs, you only \u003Cem>need\u003C\u002Fem> to add a dollar sign to one or the other of the two values (e.g. 63\u002F$180 or $63\u002F180) — the plugin will output either option the same ($63\u002F$180). Your progress can go over, too (e.g. 150\u002F100 or 123%), but your mileage may vary for the display. It’s not recommended to use this with the \u003Cstrong>fullwidth\u003C\u002Fstrong> option, for example, because your progress will spill outside of your main body container.\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50] A progress bar that is 50% complete\n\n[wppb progress=\"50\u002F100\"] A progress bar that is 50\u002F100 complete\n\n[wppb progress=\"$45\u002F$50\"] A dollar value progress bar that is $45\u002F$50 complete\n\n[wppb progress=110] A progress bar that has gone over 100%\n\n[wppb progress=150\u002F100] A progress bar that has exceeded its goal\n\n[wppb progress=$125\u002F100] A fundraising-style progress bar that has exceeded the goal\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>option\u003C\u002Fh4>\n\u003Cp>This adds one of several supported options to the progress bar. For those that know CSS, new “options” can be added simply by adding new styles to your style.css. See the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fprogress-bar\u002Ffaq\u002F\" rel=\"ugc\">Frequently Asked Questions\u003C\u002Fa> page for more information on creating new CSS classes. Options can be combined by wrapping them in quotes in the shortcode. The progress bar will naturally have an inner shadow applied to it. The \u003Ccode>flat\u003C\u002Fcode> option was added to remove the shadow and display a “flat” color, best when used in conjunction with the \u003Ccode>color\u003C\u002Fcode> parameter.\u003C\u002Fp>\n\u003Cp>Supported values: candystripe, animated-candystripe, red, orange, green, yellow, flat\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50 option=red] Displays a red progress bar\n\n[wppb progress=50 option=\"animated-candystripe green\"] Displays a green progress bar with an animated candystripe\n\n[wppb progress=50 option=\"candystripe orange\"] Displays an orange progress bar with a static candystripe\n\n[wppb progress=50 option=candystripe] Displays a default progress bar (blue) with a static candystripe\n\n[wppb progress=50 option=flat color=red] Displays a red progress bar with no inner shadow or gradient\n\n[wppb progress=50 option=\"flat candystripe\" color=gray] Displays a gray progress bar with no inner shadow or gradient and a static candystripe\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>location\u003C\u002Fh4>\n\u003Cp>Displays the percentage, text or fraction either inside or outside the progress bar.\u003Cbr \u002F>\n\u003Cem>Note:\u003C\u002Fem> It is \u003Cem>not\u003C\u002Fem> recommended to use \u003Ccode>location=after\u003C\u002Fcode> if you are displaying a progress bar that exceeds its goal.\u003C\u002Fp>\n\u003Cp>Supported values: inside, after\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50 option=red location=after] Displays a red progress bar with the progress displayed to the right of the progress bar.\n\n[wppb progress=50 option=\"red candystripe\" location=inside] Displays a red progress bar with a static candystripe and the progress displayed inside the progress bar.\n\n[wppb progress=85 location=after text=\"foo\"] Displays a progress bar with the text \"foo\" displayed after the progress bar.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>text\u003C\u002Fh4>\n\u003Cp>Displays arbitrary text instead of the progress bar. Can be used with the \u003Cstrong>location\u003C\u002Fstrong> parameter to define whether the text appears inside or outside the progress bar (default is inside). \u003Cem>Must\u003C\u002Fem> be used inside double quotes. HTML code is stripped from the final output.\u003C\u002Fp>\n\u003Cp>Supported values: any plain text string\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=75 text=\"My awesome text\"] Displays \"My awesome text\" inside a 75% progress bar.\n\n[wppb progress=85 location=after text=\"foo\"] Displays \"foo\" after an 85% progress bar\n\n[wppb progress=85 location=inside text=\"hello!\"] Displays \"hello!\" inside an 85% progress bar (note, default location for text is inside, so it isn't required to specify \"inside\").\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>fullwidth\u003C\u002Fh4>\n\u003Cp>Makes the progress bar take up 100% of the container. (Good for responsive layouts.) \u003Cem>Not\u003C\u002Fem> recommended for progress bars that exceed their goal.\u003Cbr \u002F>\n\u003Cem>Note:\u003C\u002Fem> As of 2.2.4, \u003Ccode>fullwidth\u003C\u002Fcode> will \u003Cem>only take truthy\u003C\u002Fem> values. Previously, it would accept any value, e.g. \u003Ccode>fullwidth=foo\u003C\u002Fcode> would output the same as \u003Ccode>fullwidth=true\u003C\u002Fcode>. This is no longer the case.\u003C\u002Fp>\n\u003Cp>Supported value: true\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50 fullwidth=true] Displays a full-width (responsive) progress bar\n\n[wppb progress=50 fullwidth=foo] Identical to the above progress bar\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>color\u003C\u002Fh4>\n\u003Cp>Defines a color for the progress bar. This is useful for creating new progress bar colors on the fly without having to edit CSS. Cannot be used in conjunction with any of the pre-existing color options (red, yellow, orange or green).\u003C\u002Fp>\n\u003Cp>Supported values: any hexadecimal color value, any rgb\u002Frgba color value, any css-supported \u003Ca href=\"http:\u002F\u002Fwww.w3schools.com\u002Fcssref\u002Fcss_colornames.asp\" rel=\"nofollow ugc\">color name\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=50 color=rgb(123,50,87)]\n\n[wppb progress=55 color=rgba(123,64,99,0.3)]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>Note:\u003C\u002Fem> Since the background color for the progress bar is dark gray, any opacity applied to the rgba color will make the color darker, since it’s adding to the dark gray background.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=22 color=#ff3257]\n\n[wppb progress=68 color=lightYellow]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>endcolor\u003C\u002Fh4>\n\u003Cp>Defines an end color for a custom gradient when used with \u003Cstrong>color\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Supported values: any hexadecimal color value, any rgb\u002Frgba color value, any css-supported \u003Ca href=\"http:\u002F\u002Fwww.w3schools.com\u002Fcssref\u002Fcss_colornames.asp\" rel=\"nofollow ugc\">color name\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=72 color=turquoise endcolor=teal]\n\n[wppb progress=83 color=#ff2222 endcolor=#ff9984]\n\n[wppb progress=50 color=rgb(203,96,179) endcolor=rgb(173,18,131)]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>gradient\u003C\u002Fh4>\n\u003Cp>Determines an end-color on the fly for a gradient based on the \u003Cstrong>color\u003C\u002Fstrong> parameter. As such, \u003Cstrong>gradient\u003C\u002Fstrong> \u003Cem>requires\u003C\u002Fem> \u003Cstrong>color\u003C\u002Fstrong> to be present, otherwise the color and gradient will be set to the default color (blue). Cannot be used in conjunction with any of the pre-existing color options (red, yellow, orange or green). When using \u003Ccode>gradient\u003C\u002Fcode> the \u003Cstrong>color\u003C\u002Fstrong> value \u003Cem>must\u003C\u002Fem> be in hexadecimal form.\u003C\u002Fp>\n\u003Cp>Supported values: any positive or negative decimal value from 0.0 to 1.0 or -1.0.\u003C\u002Fp>\n\u003Cp>\u003Cem>Examples\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=22 color=#ff0000 gradient=0.2] Displays a red progress bar that gets lighter at the bottom\n\n[wppb progress=22 color=#ff0000 gradient=-0.2] Displays a red progress bar that gets darker at the bottom\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>This does not work:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[wppb progress=34 color=rgb(22,18,99) gradient=0.2]\n\u003C\u002Fcode>\u003C\u002Fpre>\n","A simple progress bar shortcode that can be styled with CSS",1000,67812,100,24,"2025-05-05T17:44:00.000Z","6.7.5","2.8","",[29,30,15,31],"css3","progress","shortcode","https:\u002F\u002Fgithub.com\u002Fjazzsequence\u002Fprogress-bar","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fprogress-bar.2.2.4.zip",98,2,0,"2025-05-07 00:00:00","2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":27,"tags":52,"homepage":58,"download_link":59,"security_score":60,"vuln_count":36,"unpatched_count":36,"last_vuln_date":61,"fetched_at":38},"book-review-library","Book Review Library","1.4.23","\u003Cp>The Book Review Library plugin allows you to create a library of books, with reviews, that include sortable meta information like author, illustrator, genre, subjects as well as ratings. This enables you to list all the books of a particular type (e.g. all books written by a particular author or with a specific rating). With very little effort, the book review system will be up and running on your site right away, with built in filters to add this extra information to the page without any custom theming.\u003C\u002Fp>\n\u003Cp>A configurable shortcode is also built in, to display a book list. \u003Ccode>[book-reviews]\u003C\u002Fcode> will display all books, while \u003Ccode>[book-reviews count=3]\u003C\u002Fcode> will only display 3 books and \u003Ccode>[book-reviews count=3 covers=true]\u003C\u002Fcode> will display those reviews with their covers, if they exist.\u003C\u002Fp>\n\u003Cp>Two sidebar widgets have also been included. A Recent Reviews widget will display the most recent book reviews that have been added, and a Related Books widget will display a list of similar books when you are looking at a single book or book list by common genre tags.\u003C\u002Fp>\n\u003Cp>Theme developers haven’t been forgotten either. If you want to customize the way the reviews display, create and edit these template files:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>taxonomy.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>archive-book-review.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>single-book-review.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Additionally, there are a number of template tags that can be used in your theme, which are found in \u003Ccode>inc\u002Ffunc.php\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>This plugin uses the \u003Ca href=\"http:\u002F\u002Fgenericons.com\" rel=\"nofollow ugc\">Genericons icon font\u003C\u002Fa> in both the dashboard and the front end to display the book icons and star ratings.\u003C\u002Fp>\n\u003Ch4>Translators!\u003C\u002Fh4>\n\u003Cp>New translations site is up at https:\u002F\u002Fchrisreynolds.io\u002Fglotpress\u002Fprojects\u002Fbook-review-library\u002F\u003Cbr \u002F>\nPlease email me at hello at chrisreynolds dot io if you want to be added as a translator.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Italian translation\u003C\u002Fstrong> by \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fprofile\u002Ftristano-ajmone\" rel=\"ugc\">tristano-ajmone\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Hungarian translation\u003C\u002Fstrong> by \u003Ca href=\"http:\u002F\u002Fjoco1114.dyndns.org\u002F\" rel=\"nofollow ugc\">Ignácz József\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>French translation\u003C\u002Fstrong> by claire idrac\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Russian translation\u003C\u002Fstrong> by \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fprofile\u002Fdiana-kononova\" rel=\"ugc\">Diana Kononova\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Arabic translation\u003C\u002Fstrong> by Salim Solomon\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Spanish translation\u003C\u002Fstrong> by Tierras del Rincon\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Persian (Farsi) translation\u003C\u002Fstrong> by \u003Ca href=\"http:\u002F\u002Fwww.masoudallameh.com\u002F\" rel=\"nofollow ugc\">Masoud Allameh\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Polish translation\u003C\u002Fstrong> by Rafał Szampera\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Catalan translation\u003C\u002Fstrong> by Jordi Ramirez\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Turkish translation\u003C\u002Fstrong> by Yardımcı Destek Teknolojileri\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Dutch translation\u003C\u002Fstrong> by robin ketelaars\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>About this plugin\u003C\u002Fh4>\n\u003Cp>I sat down with a librarian and a volunteer at the \u003Ca href=\"http:\u002F\u002Focslc.org\u002Flibrary\u002F\" rel=\"nofollow ugc\">Open Classroom charter school library\u003C\u002Fa> and asked them what they wanted from the website. The result is this plugin. It was built with a real use-case in mind based on specific feedback I received about things they wanted to share with the school and wider community. If you have questions or suggestions, feel free to \u003Ca href=\"http:\u002F\u002Fjazzsequence.com\u002Fabout\u002F\" rel=\"nofollow ugc\">let me know\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Note\u003C\u002Fh3>\n\u003Cp>This plugin hasn’t been in active development for a while. However a major revision\u002Frewrite has been planned for some time. The plugin is stable and works with all versions of WordPress and I’m happy to review\u002Fmerge pull requests on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjazzsequence\u002Fbook-review-library\" rel=\"nofollow ugc\">GitHub repo\u003C\u002Fa> or respond to support queries you may have but no new features are planned until after the rewrite is complete.\u003C\u002Fp>\n\u003Ch3>Shortcodes & Shortcode Parameters\u003C\u002Fh3>\n\u003Cp>Book Review Library currently supports one shortcode. This page will list the shortcode variations and parameters supported and describe what each available option and parameter does.\u003C\u002Fp>\n\u003Ch4>Book Reviews\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays a list of books. If used with no additional parameters, this will display \u003Cem>all\u003C\u002Fem> books, ordered by date added, with no covers and no review or excerpt displayed.\u003C\u002Fp>\n\u003Ch4>Count\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews count=5]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Defines how many books to display on a page. Takes any interger. Omit to display all posts. The above shortcode would display the 5 most recent book reviews. Can be used in conjunction with any of the other parameters.\u003C\u002Fp>\n\u003Ch4>Covers\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews covers=true]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays the book cover if it’s been added to the review and \u003Cem>if the theme supports it\u003C\u002Fem>. Only accepted argument is \u003Ccode>true\u003C\u002Fcode>. Requires the theme to support post thumbnails. The above shortcode would display all books with book covers.\u003C\u002Fp>\n\u003Ch4>Order By\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews order_by=title]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Changes the order in which the books are displayed. By default, lists by date added. Accepted arguments are \u003Ccode>date_added\u003C\u002Fcode>, \u003Ccode>author\u003C\u002Fcode> — lists by author’s \u003Cem>first\u003C\u002Fem> name (unless authors have been added last name first, e.g. “Reynolds Chris”), \u003Ccode>title\u003C\u002Fcode> — lists by book title. The above shortcode would display all books alphabetically by title.\u003C\u002Fp>\n\u003Ch4>Format\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews format=excerpt]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Determines whether to display the full review or an excerpt. Default is no review text displayed. Accepted arguments are \u003Ccode>full\u003C\u002Fcode> — displays full book review, \u003Ccode>excerpt\u003C\u002Fcode> — displays an excerpt of the review or \u003Ccode>none\u003C\u002Fcode>. The above shortcode would display all book reviews with an excerpt of each review.\u003C\u002Fp>\n\u003Ch4>Author\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews author=j-k-rowling]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Filters all book reviews by single author. Any \u003Cstrong>slug\u003C\u002Fstrong> of an existing book author is accepted. The above shortcode would display all books by J.K. Rowling. Alternately, when wrapped in quotes, you can use the full name of any existing book author. The following would also work to display all books by J.K. Rowling:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[book-reviews author=\"J.K. Rowling\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Genre\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[book-reviews genre=sci-fi]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Filters all book reviews by genre. Any existing genre slug is accepted. The above shortcode would display all books in the Sci-Fi genre. When wrapped in quotes, you can use the full name of any existing genre \u003Cstrong>if the name matches the slug\u003C\u002Fstrong>. The following would display all the books in the “Science Fiction” genre if that genre had a slug of \u003Ccode>science-fiction\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[book-reviews genre=\"Science Fiction\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n","A book cataloguing and review system designed with bookophiles and librarians in mind.",200,33200,96,16,"2022-07-19T17:26:00.000Z","6.1.10","3.6",[53,54,55,56,57],"book","book-review","librarian","library","reading-level","http:\u002F\u002Fmuseumthemes.com\u002Fbook-review-library\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbook-review-library.1.4.23.zip",85,null,{"slug":63,"name":64,"version":65,"author":5,"author_profile":6,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":22,"num_ratings":35,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":27,"tags":73,"homepage":74,"download_link":75,"security_score":60,"vuln_count":36,"unpatched_count":36,"last_vuln_date":61,"fetched_at":38},"notifications","Notifications","1.1.3","\u003Cp>How many times have you needed to display a notice across your site? Too many, if you ask me. I wrote this plugin because many of the notification bar plugins out there leave much to be desired. Either there are too many options or not enough or not the ones that I want. Plus, it’s not easy to create a notice — you have to go to some crazy screen and set options unique to that plugin.\u003C\u002Fp>\n\u003Cp>This plugin uses custom post types, so notifications are set up like mini-posts that we all know and love. Multiple controls, as well as a built-in filter, enable developers and casual users alike to easily customize the notification bar to your heart’s content.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Update:\u003C\u002Fstrong> This plugin now supports the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fzamoose\u002Fthemehookalliance\" rel=\"nofollow ugc\">Theme Hook Alliance\u003C\u002Fa> \u003Ccode>tha_body_top\u003C\u002Fcode> action. If you are using the \u003Ccode>body_open\u003C\u002Fcode> action in your child theme, please change this to \u003Ccode>tha_body_top\u003C\u002Fcode>, e.g.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>do_action( 'tha_body_top' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>Notifications looks for the \u003Ccode>body_open\u003C\u002Fcode> hook. This hook  was first \u003Ca href=\"https:\u002F\u002Fcore.trac.wordpress.org\u002Fticket\u002F12563#comment:10\" rel=\"nofollow ugc\">proposed on Trac\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fnacin\" rel=\"nofollow ugc\">Andrew Nacin\u003C\u002Fa> as a way to hook into an action that fires immediately after the \u003Ccode>\u003Cbody>\u003C\u002Fcode> tag in the code.\u003C\u002Fp>\n\u003Cp>Want to filter the output to customize how the notification gets displayed? Use the \u003Ccode>notf_notification_filter\u003C\u002Fcode> filter in your plugin or theme, like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>     function my_test_filter( $output ) {\n        $output = '\u003Cspan class=\"whoops-i-did-it-again\" style=\"color: red;\">'.notf_message().'\u003C\u002Fspan>';\n        return $output;\n     }\n     add_filter( 'notf_notification_filter', 'my_test_filter' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Important:\u003C\u002Fstrong> Use the \u003Ccode>notf_message\u003C\u002Fcode> function in your filter to return the actual notification.\u003C\u002Fp>\n","Easy, customizable notifications for your WordPress site",30,4093,"2014-06-04T22:15:00.000Z","3.9.40","3.0",[],"http:\u002F\u002Fmuseumthemes.com\u002Fnotifications\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnotifications.1.1.3.zip",{"slug":77,"name":78,"version":79,"author":5,"author_profile":6,"description":80,"short_description":81,"active_installs":82,"downloaded":83,"rating":36,"num_ratings":36,"last_updated":84,"tested_up_to":85,"requires_at_least":86,"requires_php":27,"tags":87,"homepage":93,"download_link":94,"security_score":60,"vuln_count":36,"unpatched_count":36,"last_vuln_date":61,"fetched_at":38},"ccg-manager","CCG Manager","0.1","\u003Cp>CCG Manager is a way to store your collectable card game trading cards in WordPress. It’s based off of desktop apps like Magic Suitcase which store your card collections and allow you to search through your inventory. \u003C\u002Fp>\n\u003Cp>Using custom post types and taxonomies, you can store information about your cards, sort them by series, and split them into collections. Collections could be based on whatever criteria you like — some examples could be to split them by game, decks, etc.\u003C\u002Fp>\n\u003Ch3>Future development\u003C\u002Fh3>\n\u003Cp>This was mostly just a sideproject of mine, but it’s based off of real software I used when I was collecting \u003Cem>Magic: the Gathering\u003C\u002Fem> cards actively. This plugin will always be free, which means I’m not making any money off of it, and therefore may or may not be inclined to add new features to it. However, given enough interest, there are a few directions this plugin could go like…\u003C\u002Fp>\n\u003Ch4>Premium Extensions\u003C\u002Fh4>\n\u003Cp>Game-based extensions that add new features (like additional meta-fields for game-specific information not included in the basic plugin) and game-centric icons that replace the generic text that displays for casting\u002Fsummoning cost or series.\u003C\u002Fp>\n\u003Cp>I’m open to other suggestions for extensions as well from anyone who wants to use this plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>So how will these extensions get made?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Each add-on extension will likely have some kind of bounty based on how long it would take to develop it. I’ll try to throw together some kind of Kickstarter-like donation system, so people can donate toward a particular goal and if enough people donate (or pledge to donate), the add-on gets made.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>How do I request an extension?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>For now you can either open a ticket in the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjazzsequence\u002FCCG-Manager\u002Fissues\" rel=\"nofollow ugc\">GitHub issue tracker\u003C\u002Fa> or ping me \u003Ca href=\"http:\u002F\u002Ftwitter.com\u002Fjazzs3quence\" rel=\"nofollow ugc\">on Twitter\u003C\u002Fa>.\u003C\u002Fp>\n","A WordPress plugin to manage your CCG collection",10,2253,"2013-06-07T19:20:00.000Z","3.6.1","2.9",[88,89,90,91,92],"ccg","collectable-card-game","magic-the-gathering","pokemon","trading-card","http:\u002F\u002Fmuseumthemes.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fccg-manager.0.1.zip"]