Property | Type | Description | |
---|---|---|---|
$sPageSlug | The page slug to add the tab and form elements. | ||
$sSectionID | The section slug to add to the tab. | ||
$sTabSlug | The tab slug to add to the page. |
Method | Description | |
---|---|---|
__construct ( $oFactory ) | Sets up a form section. | |
replyToRedefineExampleField ( $aField ) : array | Field callback methods - for field definitions that require heavy tasks should be defined with the callback methods. | |
replyToRedefinePostTitleField ( $aField ) : array | Field callback methods - for field definitions that require heavy tasks should be defined with the callback methods. |
Method | Description | |
---|---|---|
_getPostTitles ( $sPostTypeSlug = 'post' ) : array |
public replyToRedefineExampleField ( $aField ) : array | ||
return | array |
public replyToRedefinePostTitleField ( $aField ) : array | ||
return | array |