PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
mycred
/
includes
/
shortcodes
<?php if ( ! defined( 'myCRED_VERSION' ) ) exit; /** * Affiliate Link * @since 1.5.3 * @version 1.2 */ if ( ! function_exists( 'mycred_render_affiliate_link' ) ) : function mycred_render_affiliate_link( $atts, $content = '' ) { extract( shortcode_atts( array( 'type' => MYCRED_DEFAULT_TYPE_KEY ), $atts, MYCRED_SLUG . '_affiliate_link' ) ); return apply_filters( 'mycred_affiliate_link_' . $type, '', $atts, $content ); } endif; add_shortcode( MYCRED_SLUG . '_affiliate_link', 'mycred_render_affiliate_link' );
[+]
..
[-] mycred_hide_if.php
[edit]
[-] mycred_best_user.php
[edit]
[-] mycred_total_points.php
[edit]
[-] mycred_total_balance.php
[edit]
[-] mycred_affiliate_link.php
[edit]
[-] mycred_affiliate_id.php
[edit]
[-] mycred_link.php
[edit]
[-] mycred_leaderboard_position.php
[edit]
[-] index.php
[edit]
[-] mycred_give.php
[edit]
[-] mycred_total_since.php
[edit]
[-] mycred_leaderboard.php
[edit]
[-] mycred_exchange.php
[edit]
[-] mycred_show_if.php
[edit]
[-] mycred_my_balance_converted.php
[edit]
[-] mycred_my_balance.php
[edit]
[-] mycred_send.php
[edit]
[-] mycred_history.php
[edit]
[-] mycred_video.php
[edit]
[-] mycred_hook_table.php
[edit]