Using do_action( 'appthemes_notices' ) with customs
Hello,
which function should I customize to use 'appthemes_notices' with my custom form on new tpl page? It's possible? Or What I should add to my submitting function to have this work?
<?php do_action( 'appthemes_notices' ); ?>
Please give me some advices.