testimonials icon indicating copy to clipboard operation
testimonials copied to clipboard

Hi, I'm your testimonials management plugin for WordPress. Show off what your customers or website users are saying about your business and how great they say you are, using our shortcode, widget or t...

Results 17 testimonials issues
Sort by recently updated
recently updated
newest added

Chatter in 16295478-hc is getting the following errors with PHP 7.3: ``` Warning: count(): Parameter must be an array or an object that implements Countable in /home/cateringhuset/public_html/wp-content/plugins/testimonials-by-woothemes/classes/class-woothemes-widget-testimonials.php on line 87...

enhancement

Eliminates a deprecated function call in class-woothemes-widget-testimonials.php replacing create_function() method which was deprecated in PHP 7.2.0, instead using an inline anonymous function, which still meets the "callable" criteria of the...

Since PHP 7.2 this plugin throws the following PHP Warning: `PHP Deprecated: Function create_function() is deprecated in /wp-content/plugins/testimonials-by-woothemes/classes/class-woothemes-widget-testimonials.php on line 270` Link to PHP Documentation with deprecation notice: http://php.net/manual/en/function.create-function.php Solution...

An early PR to discuss and review my contribution. - new filter: testimonials_get_custom_fields_settings (possible fix for #70) - Initial WordPress Coding Standards revision - Changed create_function for an anonymous function...

This is an early issue to spark discussion and track my contributions. The version 1.5.4 of the plugin doest not have schema.org itemReviewed information in the markup, triggering errors in...

This is an early issue to spark discussion and track my contributions. - LD+JSON is the preferred structured data markup for Google and Bing is improving it's support to it....

Plugins has sufficient amount of hooks to allow customizing the front-end. I could really make good use of a filter on `Woothemes_Testimonials::get_custom_fields_settings()` method too.

enhancement