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[&#39;admin/store/free_subscription&#39;] = array(<br>
    &#39;title&#39; =&gt; &#39;free_subscription_form&#39;,<br>    &#39;description&#39; =&gt; &#39;free_subscription_form&#39;,<br>    &#39;page callback&#39; =&gt; &#39;free_subscription_form&#39;,<br>    &#39;access callback&#39; =&gt; TRUE, <br>
    &#39;type&#39; =&gt; MENU_CALLBACK,<br>  );<br><br>  $items[&#39;admin/store/process_free_subscription&#39;] = array(<br>    &#39;title&#39; =&gt; &#39;process_free_subscription&#39;,<br>    &#39;description&#39; =&gt; &#39;process_free_subscription&#39;,<br>
    &#39;page callback&#39; =&gt; &#39;process_free_subscription&#39;,<br>    &#39;access callback&#39; =&gt; TRUE, <br>    &#39;type&#39; =&gt; 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>