We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pym_id
This grows out of #20:
We should probably make a new pym_id parameter on the shortcode that allows end users to configure the ID of the generated embed on the page.
https://github.com/INN/pym-shortcode/blob/master/pym-shortcode.php#L54 would change to something like:
( isset( $atts['pym_id'] ) ) ? $atts['pym_id'] : "pym_$pym_id" ,
The text was updated successfully, but these errors were encountered:
#25 added an id="" attribute
id=""
Sorry, something went wrong.
No branches or pull requests
This grows out of #20:
https://github.com/INN/pym-shortcode/blob/master/pym-shortcode.php#L54 would change to something like:
The text was updated successfully, but these errors were encountered: