'Buy Sell',
'Buy Sell',
'edit_posts',
- 'glm-members-admin-menu-jobs-index',
+ 'glm-members-admin-menu-buy-sell-index',
function(){$this->controller('buy-sell');}
);
}
*/
$glmMembersBuySellShortcodes = array(
- 'glm-members-BuySell' => array(
- 'plugin' => GLM_MEMBERS_BuySell_PLUGIN_SLUG,
- 'menu' => 'BuySell',
+ 'glm-members-buy-sell' => array(
+ 'plugin' => GLM_MEMBERS_BUY_SELL_PLUGIN_SLUG,
+ 'menu' => 'Buy Sell',
'action' => 'list',
'table' => false,
'attributes' => array(
'member_only' => true
)
),
- 'glm-members-job-detail' => array(
- 'plugin' => GLM_MEMBERS_BuySell_PLUGIN_SLUG,
- 'menu' => 'BuySell',
+ 'glm-members-buy-sell-detail' => array(
+ 'plugin' => GLM_MEMBERS_BUY_SELL_PLUGIN_SLUG,
+ 'menu' => 'Buy Sell',
'action' => 'detail',
'table' => false,
'attributes' => array(
$glmMembersBuySellAddOnValidActions = array(
'adminActions' => array(
'BuySell' => array(
- 'index' => GLM_MEMBERS_BuySell_PLUGIN_SLUG,
+ 'index' => GLM_MEMBERS_BUY_SELL_PLUGIN_SLUG,
),
),
'frontActions' => array(
'BuySell' => array(
- 'list' => GLM_MEMBERS_BuySell_PLUGIN_SLUG,
- 'detail' => GLM_MEMBERS_BuySell_PLUGIN_SLUG,
+ 'list' => GLM_MEMBERS_BUY_SELL_PLUGIN_SLUG,
+ 'detail' => GLM_MEMBERS_BUY_SELL_PLUGIN_SLUG,
),
)
);