PHP Class Give_Shortcode_Button, Give

Afficher le fichier Open project: wordimpress/give

Méthodes publiques

Свойство Type Description
$shortcodes All shortcode tags

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Class constructor
public __construct ( )

admin_enqueue_assets() public méthode

Enqueue the admin assets
Since: 1.0
public admin_enqueue_assets ( ) : void
Résultat void

admin_localize_scripts() public méthode

Localize the admin scripts
Since: 1.0
public admin_localize_scripts ( ) : void
Résultat void

mce_external_plugins() public méthode

Register any TinyMCE plugins
Since: 1.0
public mce_external_plugins ( array $plugin_array ) : array | boolean
$plugin_array array
Résultat array | boolean

shortcode_ajax() public méthode

Load the shortcode dialog fields via AJAX
Since: 1.0
public shortcode_ajax ( ) : void
Résultat void

shortcode_button() public méthode

Adds the "Donation Form" button above the TinyMCE Editor on add/edit screens.
Since: 1.0
public shortcode_button ( ) : string
Résultat string

Property Details

$shortcodes public_oe static_oe property

All shortcode tags
Since: 1.0
public static $shortcodes