Skip to content

Instantly share code, notes, and snippets.

@wplit
Created April 7, 2021 06:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wplit/d67e4c3519a5923f03ee190047d48afb to your computer and use it in GitHub Desktop.
Save wplit/d67e4c3519a5923f03ee190047d48afb to your computer and use it in GitHub Desktop.
apply shortcode from fluent forms as function
/* Return the shortcode */
function fluent_form_submission_count($id) {
return do_shortcode('[fluentform_info id="'. $id .'" info="submission_count"]');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment