Disciple_Tools_Config_Contacts

Class Disciple_Tools_Config_Contacts This class serves as master configuration and modification class to the contacts post type within the admin screens.

class

Disciple_Tools_Config_Contacts

version 0.1.0
since 0.1.0
package

Disciple_Tools\Posts\Contacts

Methods

Constructor function.

__construct() 
access

public

since 0.1.0

Configure Contacts column content

contacts_table_content( $column_name,  $post_id) 

Arguments

$column_name

$post_id

Configure Contacts column header

contacts_table_head( $defaults) : mixed

Arguments

$defaults

Response

mixed

Main Disciple_Tools_Config_Contacts Instance

instance() : \Disciple_Tools_Config_Contacts
static

Ensures only one instance of Disciple_Tools_Config_Contacts is loaded or can be loaded.

since 0.1.0
static

Response

\Disciple_Tools_Config_Contacts

instance

Removes default metaboxes

remove_default_meta_boxes() 

Properties

Disciple_Tools_Config_Contacts The single instance of Disciple_Tools_Config_Contacts.

_instance : object
static
var
access

private

since

Type(s)

object