* @license GPL-2.0+ * @copyright 2016 Appreciators Clique */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) exit; ?>

Tweet About Appreciators WP Plugin

Shortcode

Use the following shortcode to render Appreciators WP Plugin wherever shortcodes are supported:

[appreciators]

PHP Function

Use the following PHP code to render Appreciators WP Plugin wherever PHP is supported:

if ( function_exists( 'get_Appreciators' ) ) {
    echo get_Appreciators();
}