Reintegrate Plugin
-
Hi there,
i used to integrate your plugins shortcode function in my theme with
// add own rating avg function for better displaying function myTheme_avg_rating($atts) { echo var_dump(function_exists('wpcr_avg_rating')); // bool (false) if ( !function_exists('wpcr_avg_rating') ) { return ''; }
now you added it to the
WP_Post_Comment_Rating_Public
Object – how do i access it in my theme?Br,
tom
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reintegrate Plugin’ is closed to new replies.