Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Wolfenstein on "Need help with onclick with shortcode"

$
0
0

Well right now I have brain lock and this should be simple.
Basically I want to add a onclick event to the content in this function in which it applies a css class.

function my_onclick_handler($atts, $content = null)
{
return "<div onclick= class='my css' >".do_shortcode($content)."</div>";
}

Thanks in advance.


Viewing all articles
Browse latest Browse all 8245

Trending Articles