* @license GPL-2.0+ * @copyright 2016 Appreciators Clique */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) exit; ?>
Use the following shortcode to render Appreciators WP Plugin wherever shortcodes are supported:
[appreciators]
Use the following PHP code to render Appreciators WP Plugin wherever PHP is supported:
if ( function_exists( 'get_Appreciators' ) ) {
echo get_Appreciators();
}