PHP 클래스 Give_Shortcode_Button, Give

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

공개 프로퍼티들

프로퍼티 타입 설명
$shortcodes All shortcode tags

공개 메소드들

메소드 설명
__construct ( ) Class constructor
admin_enqueue_assets ( ) : void Enqueue the admin assets
admin_localize_scripts ( ) : void Localize the admin scripts
mce_external_plugins ( array $plugin_array ) : array | boolean Register any TinyMCE plugins
shortcode_ajax ( ) : void Load the shortcode dialog fields via AJAX
shortcode_button ( ) : string Adds the "Donation Form" button above the TinyMCE Editor on add/edit screens.

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( )

admin_enqueue_assets() 공개 메소드

Enqueue the admin assets
부터: 1.0
public admin_enqueue_assets ( ) : void
리턴 void

admin_localize_scripts() 공개 메소드

Localize the admin scripts
부터: 1.0
public admin_localize_scripts ( ) : void
리턴 void

mce_external_plugins() 공개 메소드

Register any TinyMCE plugins
부터: 1.0
public mce_external_plugins ( array $plugin_array ) : array | boolean
$plugin_array array
리턴 array | boolean

shortcode_ajax() 공개 메소드

Load the shortcode dialog fields via AJAX
부터: 1.0
public shortcode_ajax ( ) : void
리턴 void

shortcode_button() 공개 메소드

Adds the "Donation Form" button above the TinyMCE Editor on add/edit screens.
부터: 1.0
public shortcode_button ( ) : string
리턴 string

프로퍼티 상세

$shortcodes 공개적으로 정적으로 프로퍼티

All shortcode tags
부터: 1.0
public static $shortcodes