prefix . "wow_" . $this->plugin['prefix']; $result = $wpdb->get_results( "SELECT * FROM " . $table . " order by id asc" ); if ( count( $result ) > 0 ) { foreach ( $result as $key => $val ) { echo do_shortcode( '[' . esc_attr( $this->plugin['shortcode'] ) . ' id=' . absint( $val->id ) . ']' ); } }