PHP Class MC4WP_Admin_Texts

Since: 3.0
Datei anzeigen Open project: dannyvankooten/mailchimp-for-wordpress Class Usage Examples

Public Methods

Method Description
__construct ( string $plugin_file )
add_hooks ( ) Add hooks
add_plugin_meta_links ( array $links, string $file ) : array Adds meta links to the plugin in the WP Admin > Plugins screen
add_plugin_settings_link ( array $links, $file ) : array Add the settings link to the Plugins overview
footer_text ( $text ) : string Ask for a plugin review in the WP Admin footer, if this is one of the plugin pages.

Method Details

__construct() public method

public __construct ( string $plugin_file )
$plugin_file string

add_hooks() public method

Add hooks
public add_hooks ( )