<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Code Snippets &#8211; Idea Web Development</title><atom:link href="https://ideawebdevelopment.com/category/code-snippets/feed/" rel="self" type="application/rss+xml" /><link>https://ideawebdevelopment.com</link><description>Website design - Web development - Programming - Miami Web Design - Fort Lauderdale Web design</description><lastBuildDate>Fri, 08 Nov 2019 18:43:54 +0000</lastBuildDate><language>en-US</language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><generator>https://wordpress.org/?v=6.9</generator><item><title>How to remove Rating Widget free trial notification &#8211; resolved</title><link>https://ideawebdevelopment.com/how-to-remove-rating-widget-free-trial-notification-resolved/</link><dc:creator><![CDATA[rick]]></dc:creator><pubDate>Sun, 21 Sep 2014 15:27:45 +0000</pubDate><category><![CDATA[Code Snippets]]></category><category><![CDATA[Technology]]></category><guid isPermaLink="false">https://ideaweb.on-forge.com/?p=834</guid><description><![CDATA[How to remove the annoying notification free trial from Rating-Widget: Star Review System plugin &#160; Add this code to your theme functions: function remove_rating_widget_free_trial_notification(){ echo [...] <br /><br /><a href="https://ideawebdevelopment.com/how-to-remove-rating-widget-free-trial-notification-resolved/" class="button button-sm button-pasific hover-icon-forward pull-right" style="margin-right: 40px;">Read More <i class="fa fa-long-arrow-right"></i></a><br /><div class="clearfix"></div><hr />]]></description><content:encoded><![CDATA[<h3 style="font-family: 'Arial';">How to remove the annoying notification free trial from Rating-Widget: Star Review System plugin</h3><p>&nbsp;</p><p><a href="https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress.png" rel="prettyPhoto"><img decoding="async" class="alignnone size-large wp-image-851 hover_fade_js" src="https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress-1024x105.png" alt="Plugins" width="600" srcset="https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress-1024x105.png 1024w, https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress-300x31.png 300w, https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress-768x79.png 768w, https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress-1200x123.png 1200w, https://ideawebdevelopment.com/wp-content/uploads/2016/09/Plugins-‹-Drug-Treament-Centers-Georgia-—-WordPress.png 1203w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p><h3>Add this code to your theme functions:</h3><div class="code-snippets"><code><br />function remove_rating_widget_free_trial_notification(){<br />echo '<br />&lt;style&gt;<br />.fs-notice.promotion {<br />display: none !important;<br />}<br />&lt;/style&gt;';}<br />add_action( 'admin_head', 'remove_rating_widget_free_trial_notification', 111);<br /></code></div><p>&nbsp;</p>]]></content:encoded></item></channel></rss>