OK Lynne, It's registered now, However the first post condition doesn't work and If I remove the If tag it's working and rendering the template.
HTML Code:
<vb:if condition="$post[postcount] == 1">
{vb:raw arp_var}
</vb:if>
Plug-in :
PHP Code:
$arp_var = "{vb:raw thread.title}";
$templater = vB_Template::create('ARP_TEMPLATE');
$templater->register('arp_var', $arp_var);
$template_hook["postbit_end"] .= $templater->render();
I Sure the plug-in is correct and it's render the template and working fine If I remove the if tags. So the problem now what's the first post if condition ?