[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f6RmabdvN7GHtsREzhYNp2YnR3Sa9We9q_k65NEqRkOM":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"railmedia","https:\u002F\u002Fprofiles.wordpress.org\u002Frailmedia\u002F",3,2020,89,1,92,"2026-04-04T15:10:05.752Z",[13,40,60],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"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":33,"download_link":34,"security_score":35,"vuln_count":36,"unpatched_count":37,"last_vuln_date":38,"fetched_at":39},"order-tip-woo","Order Tip for WooCommerce","1.5.6","\u003Cp>Order Tip for WooCommerce is a plugin that allows customers to add a tip or donation to a WooCommerce order. The tip is added under the form of a WooCommerce fee.\u003C\u002Fp>\n\u003Cp>It allows the tip to be a percentage of the order total or a fixed custom amount. Cash tip is also available which marks the tip as 0 in value, but you should expect a tip on the delivery of your products or on the pickup of the order by the customer.\u003C\u002Fp>\n\u003Cp>There is also an option for adding a custom tip which brings up a text field where the customer is able to type in a custom amount and which is subsequently added as a fixed amount to the order.\u003C\u002Fp>\n\u003Cp>The tip can also be set to be taxed or not as per your current Tax options set in WooCommerce. It features 6 standard tip rates (5, 10, 15, 20, 25, 30) that can be extended through a filter – see below under the Developers section.\u003C\u002Fp>\n\u003Cp>It features various configuration options in the WooCommerce Settings panel under the tab Order Tip.\u003C\u002Fp>\n\u003Cp>The plugin’s backend is translated in German, Swiss German, Spanish, French, Italian, Romanian.\u003C\u002Fp>\n\u003Cp>Dutch language support was added, thanks to Roel Mehlkopf (@mhlkpf).\u003C\u002Fp>\n\u003Ch4>Check out a demo here:\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Forder-tip-for-woocommerce.tudorache.me\u002F\" rel=\"nofollow ugc\">Live Preview\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Check out a video on installing and using the plugin\u003C\u002Fh4>\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\u002F9CskEO7oQV8?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>\n\u003Ch4>Important Notes\u003C\u002Fh4>\n\u003Cp>The plugin works out of the box, with no coding skills required on basically any theme. However, it uses JavaScript for adding the tip to the order. If for some reason it doesn’t work as expected, please check your browser’s console for any JS errors or drop a line here in the Support tab providing a link to your website.\u003C\u002Fp>\n\u003Cp>Websites using the Astra or Neve theme should avoid using the “After customer details position” to display the tip form. It may break the layout causing the order review sidebar to fall under the customer details one.\u003C\u002Fp>\n\u003Ch4>Developers\u003C\u002Fh4>\n\u003Cp>There are a couple of filters you can hook into should you need to extend or edit the core functionality:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>wc_order_tip_title – takes in 1 string variable which holds the title of the form which appears before the form;\u003C\u002Fli>\n\u003Cli>wc_order_tip_rates – takes in 1 array variable which holds the values of the predefined standard tip rates. You should return a simple array containing the values you wish to add. Eg: array( 10, 15, 30 );\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>And a few other filters for changing various strings dynamically, from a different plugin or the active theme:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>wc_order_tip_title – changes the tip form title;\u003C\u002Fli>\n\u003Cli>wc_order_tip_cash_label – changes the Cash tip button label;\u003C\u002Fli>\n\u003Cli>wc_order_tip_custom_label – changes the Custom tip button label;\u003C\u002Fli>\n\u003Cli>wc_order_tip_custom_enter_tip_placeholder – changes the Custom tip field placeholder;\u003C\u002Fli>\n\u003Cli>wc_order_tip_display_form – prevents the tip form from being displayed on the page.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>And one filter for the backend:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>wc_order_tip_reports_date_time_format – allows changing the date format of the reports order created date\u002Ftime. The format needs to comply with the PHP date format. See more \u003Ca href=\"https:\u002F\u002Fwww.php.net\u002Fmanual\u002Fen\u002Ffunction.date.php\" rel=\"nofollow ugc\">here\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>CSS classes and IDs that allow customization:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>#wooot_order_tip_form – main form container\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form button.woo_order_tip – regular tip buttons\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form button#woo_order_tip_cash – cash tip button\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form button#woo_order_tip_custom – custom tip button\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form p.woo_order_tip_custom_text_field – row for the custom tip input box\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form input.woo_order_tip_custom_text – custom tip input box\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form button.woo_order_tip_apply – tip apply button\u003C\u002Fli>\n\u003Cli>#wooot_order_tip_form button.woo_order_tip_remove – tip remove button\u003C\u002Fli>\n\u003C\u002Ful>\n","Order Tip for WooCommerce adds a form to your cart and checkout pages where your customers will be able to add tips or donations",2000,36828,86,15,"2026-01-02T11:47:00.000Z","6.9.4","3.0","",[28,29,30,31,32],"donation","ecommerce","order","tip","woocommerce","https:\u002F\u002Forder-tip-for-woocommerce.tudorache.me\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Forder-tip-woo.1.5.6.zip",97,2,0,"2025-08-14 13:51:21","2026-03-15T15:16:48.613Z",{"slug":41,"name":42,"version":43,"author":4,"author_profile":5,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":37,"num_ratings":37,"last_updated":48,"tested_up_to":49,"requires_at_least":25,"requires_php":26,"tags":50,"homepage":56,"download_link":57,"security_score":58,"vuln_count":37,"unpatched_count":37,"last_vuln_date":59,"fetched_at":39},"acf-wpml-theme-options","ACF WPML Theme Options","1.0.0","\u003Cp>ACF WPML Theme Options allows you to use another way of displaying Theme Options fields defined with ACF and translated with WPML allowing you to avoid any kind of problems in the translation process.\u003C\u002Fp>\n\u003Cp>Say goodbye to adding prefixes for field slugs in your Theme Options pages and displaying it based on ICL_LANGUAGE_CODE and to other workarounds to make it work properly.\u003C\u002Fp>\n\u003Cp>Instead of performing queries on translated ACF options pages, it allows you to assign custom fields to a custom post type and display the fields in your plugins and themes with a single function.\u003C\u002Fp>\n\u003Cp>After it is properly configured and all the requisites are met, you can use it by calling get_field_option(‘option_name’) or by triggering it as a shortcode [get_field_option option=”option_name”] – this feature allowing you to display options inside your posts and pages content.\u003C\u002Fp>\n\u003Cp>The plugin is dependent on ACF or ACF Pro and WPML. However, it will not work if you are running a website which has both ACF and ACF Pro enabled at the same time.\u003C\u002Fp>\n","Plugin which adds another way of displaying global options created with ACF on websites which use WPML for multilanguage purposes.",10,2386,"2017-11-16T09:05:00.000Z","4.9.29",[51,52,53,54,55],"acf","acfpro","settings","theme","wpml","https:\u002F\u002Fwww.tudorache.me\u002Facf-wpml-theme-options.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Facf-wpml-theme-options.1.0.zip",85,null,{"slug":61,"name":62,"version":63,"author":4,"author_profile":5,"description":64,"short_description":62,"active_installs":46,"downloaded":65,"rating":37,"num_ratings":37,"last_updated":66,"tested_up_to":67,"requires_at_least":25,"requires_php":26,"tags":68,"homepage":74,"download_link":75,"security_score":58,"vuln_count":37,"unpatched_count":37,"last_vuln_date":59,"fetched_at":39},"responsive-sidr-menu","Sidr Responsive Menu","1.0.1","\u003Cp>Responsive menu based on the Sidr jQuery plugin developed by BERRIART. It features an options panel where the menu can be configured. You can choose between sliding from the left or from the right side of the page, to have a full width bar or a simple button as the menu trigger and more. The menu features two CSS themes: dark and light.\u003C\u002Fp>\n\u003Cp>It also adds two sidebars in Appearance -> Widgets, where you can add widgets before and after the menu.\u003C\u002Fp>\n",1306,"2020-05-10T09:49:00.000Z","5.4.19",[69,70,71,72,73],"device","menu","mobile","responsive","tablet","https:\u002F\u002Fwww.tudorache.me\u002Fresponsive-sidr-menu.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fresponsive-sidr-menu.1.0.1.zip"]