How do I restrict the custom urls (listed below) to a specific role?<br><br>//hook_menu()<br><br>function custom_subscription_menu() {<br> $items = array();<br><br> $items['admin/store/free_subscription'] = array(<br>
'title' => 'free_subscription_form',<br> 'description' => 'free_subscription_form',<br> 'page callback' => 'free_subscription_form',<br> 'access callback' => TRUE, <br>
'type' => MENU_CALLBACK,<br> );<br><br> $items['admin/store/process_free_subscription'] = array(<br> 'title' => 'process_free_subscription',<br> 'description' => 'process_free_subscription',<br>
'page callback' => 'process_free_subscription',<br> 'access callback' => TRUE, <br> 'type' => MENU_CALLBACK,<br> );<br><br> return $items;<br>}<div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup">
</div><style type="text/css">#avg_ls_inline_popup { position:absolute; z-index:9999; padding: 0px 0px; margin-left: 0px; margin-top: 0px; width: 240px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 13px;}</style>