Entitiy
rtbiz_entity_fields_loop_single_field@param $fieldCan be used when user want to change perticular field from additional meta.
rtbiz_entity_columns@param $columns @param $objIt uses wordpress
manage_' . $post_type . '_posts_columnsfilter can be used to manage columns.rtbiz_entity_register_post_type_args@param $post_args // this will be post type register args. @param $name // name of registering post typeThis filter is used to change post type agruments before it registers.
rt_entity_remove_meta_box@param $meta_box // metabox that are being removedThis is filter is used to remove meta box.
rt_entity_rearrange_columns@param $columns @param $obj // Entitiy objectIf you want to change order of columns you can use this filter.
Contact
rtbiz_contact_meta_fields@param $meta_fields // array of additional meta fieldsAdditional custom fields can be added using this filter.
rtbiz_contact_labels@param $contact_columns // array of post type of arrayPost type columns can be change using this hook
Company
rtbiz_company_meta_fields@param $meta_array // additional meta array for company CPTThis filter can be used to add additional custom meta fields.
rt_biz_company_labels@param $cpt_labels // Company post type CPT arrayThis filter is used to change company post type labels.
Access Control
rtbiz_modules
@param $modules Array
This filter is used to register new plugin modules to rtBiz for its ACL.
rtbiz_permissions@param $permission ArrayThis filter is used to add / update default rtBiz permissions.
Help
rtbiz_help_tabs@param $help_tabsIf someone wants to change help content or add new page and help for rtbiz they can use this filter, This will give
$key => $valarray where$keywill be page name and$valwill be html for that page.rtbiz_help_documentation_link@param $string StringDocumentation link for rtbiz.
rtbiz_help_support_forum_link@param $support_link StringSupport page link of rtcamp will be default param. You can change it using this filter.
rtbiz_help_sidebar_content@param $html StringThis will pass the html that is renderd using documentation and support page link. You can use this filter to change it’s value.