PHP Class RCCWP_Query, Magic-Fields

Show file Open project: hunk/Magic-Fields

Public Methods

Method Description
AddConditionForSearchInPostmeta ( $where )
ColumnWritePanel ( $defaults ) Add a new column with the name of the write panel was used for create the post/page, this is executed if the "condese menu" option is active
ColumnWritePanelData ( $column_name ) Fill the new column Panel name This is executed if the "condense menu" option is active
DistinctForSearchPostMeta ( $distinct )
ExcludeWritepanelsPosts ( $where ) Filter all the posts in POST -> Edit for doesn't display the posts created using some write panel.
FilterCustomPostsFields ( $fields )
FilterCustomPostsJoin ( $join )
FilterCustomPostsOrderby ( $orderby )
FilterCustomPostsWhere ( $where )
FilterPrepare ( &$qs )
JoinForSearchPostMeta ( $join )

Method Details

AddConditionForSearchInPostmeta() public static method

public static AddConditionForSearchInPostmeta ( $where )

ColumnWritePanel() public method

Add a new column with the name of the write panel was used for create the post/page, this is executed if the "condese menu" option is active
public ColumnWritePanel ( $defaults )

ColumnWritePanelData() public method

Fill the new column Panel name This is executed if the "condense menu" option is active
public ColumnWritePanelData ( $column_name )

DistinctForSearchPostMeta() public static method

public static DistinctForSearchPostMeta ( $distinct )

ExcludeWritepanelsPosts() public static method

Filter all the posts in POST -> Edit for doesn't display the posts created using some write panel.
public static ExcludeWritepanelsPosts ( $where )

FilterCustomPostsFields() public static method

public static FilterCustomPostsFields ( $fields )

FilterCustomPostsJoin() public static method

public static FilterCustomPostsJoin ( $join )

FilterCustomPostsOrderby() public static method

public static FilterCustomPostsOrderby ( $orderby )

FilterCustomPostsWhere() public static method

public static FilterCustomPostsWhere ( $where )

FilterPrepare() public static method

public static FilterPrepare ( &$qs )

JoinForSearchPostMeta() public static method

public static JoinForSearchPostMeta ( $join )