Just comment out (or change) the following line:
// printf(__('You Had Already Rated This Post. Post ID #%s.', 'wp-postratings'), $post_id);
If you just want to not have the $post_id
, change the line to the following:
_e('You Had Already Rated This Post. Post ID #%s.', 'wp-postratings');
Btw: If you change a plugin and then make an update, all your changes are gone.
Related Posts:
- WordPress: PHP code rendering in the wrong place
- Undefined index: ratings_score …/wp-postratings.php on line 994
- Any way to change WP-PostRatings so you can only vote up?
- Show whether a post is plus or minus with Wp-Postratings
- WP-PostRatings – how to make rating show up?
- Changing the “Plugin Activated” Message Default
- Is there a StackExchange-like voting plugin for WordPress? [closed]
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- wp_enqueue_scripts not working in custom theme
- What characters are allowed as a shortcode tag and how should they be sanitized?
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Notify Admins about Plugin Merge
- Additional, optional fee on Woocommerce Checkout [closed]
- Why does including a file in theme’s functions.php not work?
- While using WordPress Multisite is it possible to display data to main site from subsites?
- OEmbed from Pinterest
- disable active plugins for specific theme
- Flickr plugin that will display photos from multiple group pools? [closed]
- Generate JWT Token without username and password
- WordPress web page struggling with performance
- How to change ID of an attachment in wp_posts and its related tables correctly?
- Making menu link open in new tab?
- Single Must Use Plugins Directory for local development
- ReOrder Post Within Categories plugin with featured image
- How to initialize something in unit test before the init hook being called?
- Confused about shortcode and settings values
- Running jquery script after shortcode [closed]
- add_filter comment_edit_redirect not working
- Global matrix for shortcodes/content for every page
- How to write a plugin to add users to a mail list
- Use the page title in the plugin
- Two text domains in one plugin
- Cron job not firing
- See which user installed a plugin?
- Plugin or method to delete uploads not in media library?
- Add woocommerce variation images in gallery?
- Add a CSS class based on categroy id to archive pages
- Add button gutenberg help
- How to add media field to WP_Widget form function?
- Comment section not showing correctly
- add input in custom javascript from WordPress pages/posts
- DOMAIN_CURRENT_SITE constant being regularly overridden [closed]
- WP Plugins – Use includes to display page content
- Troubleshooting Plugins.php HTTP install path vs. a HTTPS for a single Plug-In
- Save values from a pre_post_update
- How to let user store a file in plugin directory but not have it get deleted on update?
- How do I use add_action on custom widget?
- How to grab facebook page feed?
- plugin active error
- (WordPress 5.8.3) Function.php or a plugin for better performance? [duplicate]
- Control page content visibility based on URL parameter
- WooCommerce Shopping Cart Not Initially Showing Products [closed]
- Elementor Custom Control: How to get input value?
- How to translate wordpress error message
- wp_localize_script not passing the data
- Creating a search form and displaying results
- should i use GLOB_ONLYDIR to hook add-ons for wordpress plugin
- How to downgrade plugin?
- More gentle way to hook WordPress custom url
- Adding Gallery to Footer of Homepage
- Minification Plugins break my website
- Build a must-use plugin that tracks when other plugins are activated or deactivated
- What snippet do I need to type to show my ACF field show up on my theme?
- Unable to locate inline CSS causing parts of page to be blank
- Xamp installed local wordpress not allowing to publish or install plugin
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- Using sessions or an alternative in a plugin
- redirect to homepage once action is completed
- Correct way to expand custom WordPress plugin functions
- FPDF for creating pdf diplomas
- Upload WordPress Plugin from ZIP Broken – Returns Symbols Squares & question marks
- taxonomy_template filter not working on pagination [duplicate]
- How connect my plugin translation to my page
- Pagination not working with pagenavi
- multiple string replace of post’s content for large data
- Extending on a WordPress Plugin
- Using WordPress to create a simple web app (SaaS) [closed]
- Multi-site error wordpress after migration
- wp_signon returns user, in popup window, but the user is not logged in
- Searched & tried a lot: Is it Possible to Eliminate Render Blocking Manually
- Creating plugin for changing slug
- change output location of plugin function using a custom hook
- How to use scripts when header/footer are stripped out
- Internationalization of Blog Posts
- Issues with Post 2 Post Plugin
- Active Plugins for current blog in WP Multisite Network? [duplicate]
- WordPress Options-Theme STD (default) value does not work
- wp insert post not working
- WordPress shortcode plugin not working
- FacetWP: Plugin breaks button/modal functionality inside searchable content area
- Undefined property: stdClass::$ AND Trying to get property ‘name’ of non-object Error in plugin
- get_option returning a different value from what’s saved
- How to import data from another website using an API link?
- fatal erro in one line if statment in wordpress plugin [Solved]
- Add different sizes packaging boxes to orders plugin
- Can’t use updated variables in handle function
- Change email notification language based on the site language in WPForms
- Relationship field only loads items to administrator
- Is it possible to create post in wordpress using postman?
- How does one add numbers to an admin menu?