add_to_compare_btn(); } /** * [table_shortcode] Compare table shortcode callable function * @param [type] $atts * @param string $content * @return [HTML] */ public function table_shortcode( $atts, $content = '' ){ wp_enqueue_style( 'evercompare-frontend' ); wp_enqueue_script( 'evercompare-frontend' ); return Manage_Compare::instance()->compare_table_shortcode(); } }