PHP 클래스 Give_Addon_Activation_Banner, Give

파일 보기 프로젝트 열기: wordimpress/give

공개 메소드들

메소드 설명
__construct ( $_banner_details ) Class constructor.
give_addon_activation_admin_notice ( ) Give Addon Activation Banner
give_addon_notice_ignore ( ) Ignore Nag.
init ( ) : void Set up WordPress filters to hook into WP's update process.

메소드 상세

__construct() 공개 메소드

Class constructor.
public __construct ( $_banner_details )
$_banner_details

give_addon_activation_admin_notice() 공개 메소드

Give Addon Activation Banner
부터: 1.0

give_addon_notice_ignore() 공개 메소드

This is the action that allows the user to dismiss the banner it basically sets a tag to their user meta data

init() 공개 메소드

Set up WordPress filters to hook into WP's update process.
public init ( ) : void
리턴 void