PHP 클래스 MC4WP_Integration_Tags

파일 보기 프로젝트 열기: dannyvankooten/mailchimp-for-wordpress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$integration MC4WP_Integration
$tags MC4WP_Dynamic_Content_Tags

공개 메소드들

메소드 설명
__construct ( ) Constructor
add_hooks ( ) Add hooks
get_subscriber_count ( ) : integer Returns the number of subscribers on the selected lists (for the form context)
register ( array $tags ) : array Register dynamic content tags for integrations
replace ( string $string, MC4WP_Integration $integration ) : string

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

add_hooks() 공개 메소드

Add hooks
public add_hooks ( )

get_subscriber_count() 공개 메소드

Returns the number of subscribers on the selected lists (for the form context)
public get_subscriber_count ( ) : integer
리턴 integer

register() 공개 메소드

Register dynamic content tags for integrations
public register ( array $tags ) : array
$tags array
리턴 array

replace() 공개 메소드

public replace ( string $string, MC4WP_Integration $integration ) : string
$string string
$integration MC4WP_Integration
리턴 string

프로퍼티 상세

$integration 보호되어 있는 프로퍼티

protected MC4WP_Integration $integration
리턴 MC4WP_Integration

$tags 보호되어 있는 프로퍼티

protected MC4WP_Dynamic_Content_Tags $tags
리턴 MC4WP_Dynamic_Content_Tags