PHP 클래스 RCCWP_Query, Magic-Fields

파일 보기 프로젝트 열기: hunk/Magic-Fields

공개 메소드들

메소드 설명
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 )

메소드 상세

AddConditionForSearchInPostmeta() 공개 정적인 메소드

public static AddConditionForSearchInPostmeta ( $where )

ColumnWritePanel() 공개 메소드

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() 공개 메소드

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

DistinctForSearchPostMeta() 공개 정적인 메소드

public static DistinctForSearchPostMeta ( $distinct )

ExcludeWritepanelsPosts() 공개 정적인 메소드

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 FilterCustomPostsFields ( $fields )

FilterCustomPostsJoin() 공개 정적인 메소드

public static FilterCustomPostsJoin ( $join )

FilterCustomPostsOrderby() 공개 정적인 메소드

public static FilterCustomPostsOrderby ( $orderby )

FilterCustomPostsWhere() 공개 정적인 메소드

public static FilterCustomPostsWhere ( $where )

FilterPrepare() 공개 정적인 메소드

public static FilterPrepare ( &$qs )

JoinForSearchPostMeta() 공개 정적인 메소드

public static JoinForSearchPostMeta ( $join )