9 lines
223 B
PHP
9 lines
223 B
PHP
<?php
|
|
|
|
// function add_custom_capability_to_subscriber()
|
|
// {
|
|
// $role = get_role('subscriber');
|
|
// $role->add_cap('access_custom_options_page');
|
|
// }
|
|
// add_action('init', 'add_custom_capability_to_subscriber');
|