Index of All Elements
a
c
d
e
g
i
r
u
top
top
top
top
top
g
- Get
- in file RCCWP_CustomField.php, method RCCWP_CustomField::Get()
Get the field information including properties, options and default value(s)
- Get
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::Get()
Get the properties of a write panel
- Get
- in file RCCWP_CustomGroup.php, method RCCWP_CustomGroup::Get()
Get group properties
- Get
- in file RCCWP_CustomWriteModule.php, method RCCWP_CustomWriteModule::Get()
Retrieves the basic information of the module.
- GetAssignedCategories
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetAssignedCategories()
Get a list of categories assigned to a write panel
- GetAssignedCategoryIds
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetAssignedCategoryIds()
Get a list of the ids of teh categories assigned to a write panel
- GetByName
- in file RCCWP_CustomWriteModule.php, method RCCWP_CustomWriteModule::GetByName()
Retrieves the basic information of the module given module name.
- GetCapabilityName
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetCapabilityName()
Create a capability name for a write panel given its name. This function is copied from WP's sanitize_title_with_dashes($title) (formatting.php)
- GetCustomFields
- in file RCCWP_CustomGroup.php, method RCCWP_CustomGroup::GetCustomFields()
Get a list of the custom fields of a group
- GetCustomFieldTypes
- in file RCCWP_CustomField.php, method RCCWP_CustomField::GetCustomFieldTypes()
Retrievies information about a specified type
- GetCustomFieldValues
- in file RCCWP_CustomField.php, method RCCWP_CustomField::GetCustomFieldValues()
Retrieves the value of a custom field for a specified post
- GetCustomGroups
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetCustomGroups()
Retrieves the groups of a module
- GetCustomModules
- in file RCCWP_CustomWriteModule.php, method RCCWP_CustomWriteModule::GetCustomModules()
Get all modules
- GetCustomWritePanels
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetCustomWritePanels()
Get all Write Panels.
- GetFieldDuplicates
- in file RCCWP_CustomField.php, method RCCWP_CustomField::GetFieldDuplicates()
Get number of group duplicates given field name. The function returns 1 if there are no duplicates (just he original group), 2 if there is one duplicate and so on.
- GetFieldGroupDuplicates
- in file RCCWP_CustomField.php, method RCCWP_CustomField::GetFieldGroupDuplicates()
Get number of group duplicates given field name. The function returns 1 if there are no duplicates (just he original group), 2 if there is one duplicate and so on.
- GetIDByName
- in file RCCWP_CustomField.php, method RCCWP_CustomField::GetIDByName()
Retrieves the id of a custom field given field name for the current post.
- GetStandardFields
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::GetStandardFields()
Get a list of the standard fields of a the wrie panel
top
i
- Import
- in file RCCWP_CustomWritePanel.php, method RCCWP_CustomWritePanel::Import()
Import a write panel given the file path.
- Import
- in file RCCWP_CustomWriteModule.php, method RCCWP_CustomWriteModule::Import()
Import a module given the zip file path. Importing a module means inserting it in the database and copying its folder to modules folder. If a module with the same name already exists, the function will append a number to the module name. You must have either php ZipArchive extension or unzip program installed.
top
top