You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love it if all of the logic here was actually separated out from the shortcode handler and the shortcode handler just called the template function instead of vice versa. The template function that is provided has very limited attributes that are able to be set in comparison.
The text was updated successfully, but these errors were encountered:
Unfortunately, when you pass false as an parameter within a shortcode, it is not a literal false but is instead a string of "false". But here, https://github.com/bearded-avenger/wp-live-search/blob/master/public/includes/class.shortcode.php#L53 you are checking for a literal false which is just impossible since it is provided via a shortcode attribute.
I would love it if all of the logic here was actually separated out from the shortcode handler and the shortcode handler just called the template function instead of vice versa. The template function that is provided has very limited attributes that are able to be set in comparison.
The text was updated successfully, but these errors were encountered: